...
In this example, the SPF record which is authorized to sent emails on behalf of mosamuseum.com is:
Info |
---|
Name: mailgateway.xxx.com Address:v=spf1 ip4:192.28.148.112 ip6:2a05:d018:e3:8c00:bb71:dea8:8b83:851e include:mailgateway.xxx.com -all |
SPF - Procedure to follow
- SecuTix provides a list of authorized servers used to send emails on behalf of the institution mosamuseum
- The mosamuseum institution publishes a corresponding SPF record in its DNS
- create a SPF record:
- Publish it in DNS
- Open the DNS manager
- Log in to your domain account at your domain host provider
- Create a new TXT record in the TXT (text) section
- Set the Host field to the name of your domain
- Fill the TXT Value field with your SPF record (i.e. “v=spf1 ... include: exampledomain.com -all”)
- Specify the Time To Live (TTL), enter 3600 or leave the default
- Click “Save” or “Add Record” to publish the SPF TXT record into your DNS
Your new SPF record can take up to 48 hours to go into effect. For help adding TXT records, contact your domain administrator.
- Check your SPF record. Several Web sites exist:
Setup DKIM
Introduction to DKIM
...