Configure a SPF rule on Ubuntu
- by TiuTalk
Where I can create/insert the SPF rules to allow a external server to authenticate and send e-mails using the domain name of my server running Ubuntu?
I need to insert this rule:
v=spf1 ip4:111.111.111.111/29 ip4:111.111.111.111/24 a mx ~all
Thanks :)