Configure a SPF rule on Ubuntu
Posted
by TiuTalk
on Super User
See other posts from Super User
or by TiuTalk
Published on 2010-03-26T16:31:46Z
Indexed on
2010/03/26
16:43 UTC
Read the original article
Hit count: 354
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 :)
© Super User or respective owner