For increase reputation of email server, we could adding SPF records on public DNS.
What is SPF record?
as information from this link : https://support.google.com/a/answer/33786?hl=en, an SPF record is a type of Domain Name Service (DNS) record that identifies which mail servers are permitted to send email on behalf of your domain. The purpose of an SPF record is to prevent spammers from sending messages with forged From addresses at your domain. Recipients can refer to the SPF record to determine whether a message purporting to be from your domain comes from an authorized mail server.
How to configure SPF records?
On this section, i will configure SPF records on my public DNS using cPanel. Fill of spf records is using TXT records like the following example :
imanudin.net IN TXT "v=spf1 a mx ip4:115.124.78.180 include:mail.imanudin.net -all"
Information :
Domain imanudin.net could be sent from all A records,MX records on DNS and address IP 115.124.78.180 include mail.imanudin.net as permitted sender. Besides, not permitted.
This is the example configuration on cPanel
Select Advanced DNS Zone Editor and adding TXT records for SPF
After created SPF records on cPanel, you could check whether your SPF records has been created and has been propagation. You could check on mxtoolbox.com at this link : http://mxtoolbox.com/spf.aspx
Please sent email to Gmail and check whether SPF records has been known or not. The following is example that the SPF records has been known on Gmail
If you has been saw mailed-by on Gmail, it’s mean you has been success to configure SPF. If no, usually still waiting for propagation of DNS
The following is example configure SPF records on GIF
Good luck and hopefully useful 😀
saya sudah setting di cpanel hosting..dan tunggu untuk propagation ..saya check di mxtool.com hasilnya terkadang pass terkadang no published..terkadang pass spf nya..
kenapa tidak setabil yah
Hi Dedi,
Hal tersebut tergantung dari lamanya propagasi. Propagasi membutuhkan waktu LK 2×24 jam
ini hasil cek di http://www.kitterman.com/recordcheck.py
Input accepted, querying now…
evaluating v=spf1 a mx include:mail.cardolestari.co.id ~all …
Results – PermError SPF Permanent Error: No valid SPF record for included domain: mail.cardolestari.co.id: include:mail.cardolestari.co.id
apa artinya kang imanuddin..
Hi mas Dedi,
Untuk pengecekan SPF, yang di cek itu nama domain-nya saja. Bukan nama servernya. Jika domainnya imanudin.net dan nama servernya adalah mail.imanudin.net, maka yang dicek adalah imanudin.net saja
ok.tks mas ..solved
hi iman,
I follow your guide but its not working on me, its been a week since i set on my DNS. But if I check on MXtoolbox my SPF is working but did’nt appear when i send to gmail
thanks
Hi Ferjun,
Please send me an email at 4hmad.imanudin@gmail.com for check and ensure your SPF has been configured properly
hi iman,
thank you, my fault.
I already resolved the problem.. I have overlooked my configuration on firewall. I forgot that I have 2 public IP’s. the one that is configured on my mail server is not the public IP that is assigned to my rDNS..
If 2 public IP from different ISP pointing to the same mail Server and acting as a failover…then what will be the SPF TEXT?
Both the IP pointing to the same mail server (mail.mydomain.com)
Please Help
Thanks
Suman Banerjee
Hi,
You could add the second IP so that like this :
thank you so much its very much useful.
Hi Iman,
Is this correct? I need your help, how to achieve Mail Server IP Load Balancing
Create two A records on my public DNS:
A mail.example.com 111.22.123.456
A mail.example.com 222.33.456.789
Create MX record to point to mail.example.com:
example.com MX 10 mail.example.com
example.com MX 20 mail.example.com
Request PTR Records to my ISP:
PTR 111.22.123.456 mail.example.com
PTR 222.33.456.789 mail.example.com
Appreciate your help..
Thanks!
Hello Ferjun,
Yes, you right 🙂