First, you need to check whether SPF is set. There are two main ways to check this:
Use the check tool
Check with Command Prompt (Terminal)
If you are not familiar with commands, we recommend using free checking tools available on the Internet.
Simply enter the domain of the email address you want to check in your browser and the results will be displayed immediately.
If you're comfortable using commands, you can also look high school coaches email list it up using the Windows Command Prompt or Mac Terminal.
If you're using Windows, enter "nslookup -type=TXT domain", and if you're using a Mac, enter "dig txt domain".
If SPF is set, both results will contain a statement such as "v=spf1".
Three examples of how to write SPF records when setting up SPF!
① Typical example of SPF record
The records required to set up SPF must be written on the DNS server that manages the email address, and the details of the setup method vary depending on the server.
However, in most cases, you will write and configure the settings based on the example below.
v=spf1 ip4: IP address of sending mail server include: domain ~all
For example, if you want to authenticate emails sent from the domain "example.co.jp" and the IP address "192.xxx.xxx.xx", write "v=spf1 ip4: 192.xxx.xxx.xx include:example.co.jp ~all".
②Examples of SPF record descriptions for each DNS server
As mentioned above, the method for writing SPF records varies depending on the DNS server you are using.
Here we will introduce some examples of typical DNS server descriptions.
Sakura Internet
With Sakura Internet, you can configure SPF settings by following the steps below.
Open the Server Control Panel
Click on "Domain/SSL"
From the list of domains, click "Settings" for the domain for which you want to set SPF.
Select "Use" in the SPF record usage item.
This will result in "v=spf1 a:www***.sakura.ne.jp mx ~all" being written in the zone information field.
Onamae.com
To set up SPF for Onamae.com, follow the steps below.
Go to Onamae.com and log in
Open "Domain Settings" in the admin page
Open "DNS-related function settings" from "Name server settings"
Click "Set up" under "Use DNS record settings."
Select the domain for which you want to set SPF and click "Proceed to input screen"
Enter the following information in [Input] TXT TYPE: TXT VALUE(TARGET): v=spf1 include:submitmail.jp ~all
Click "Set up"
Xserver
With "Xserver," the SPF record is added when you add a domain setting, so you do not need to write the SPF record yourself.
The procedure for setting up SPF on the Xserver is as follows:
Log in to the extranet
Open "Add DNS record" from [DNS record settings]
Enter the following in each field. Type: TXT Content: v=spf1 +a:sv.xserver.jp +a:example.com +mx include:spf.sender.xserver.jp ~all * "sv.xserver.jp" is the host name, and "example.com" is the domain name. * There is no need to change the host or priority.
Click "Proceed to confirmation screen"
If there are no problems with the content, click "Add"
Check if SPF settings are set
-
- Posts: 274
- Joined: Mon Dec 23, 2024 3:51 am