Hi Dimitrios,

On Tue, 16 Oct 2018 10:39:25 +0300 Dimitrios wrote:
> 1. SPF.
> 212.83.129.132 is not my IP

It is the mailing list's IP. See mail headers from the list, or:

<hostmaster@palm:~ 0>$ nice dig -x 212.83.129.132 +short
out.mailbrix.mx.



Your SPF record is too tight, change the "-all" to "~all"

<hostmaster@palm:~ 0>$ nice dig dotbit.ro TXT +short
"v=spf1 ip4:86.34.153.250 -all"


Same for your main domain:

<hostmaster@palm:~ 0>$ nice dig lampero.ro TXT +short
"v=spf1 ip4:86.34.153.250 -all"







For simplicity, change your main domain's SPF record,
then include it in all your other domains, e.g:


$ dig lampero.ro TXT +short
"v=spf1 include:_spf.%{d} ~all"

$ dig _spf.lampero.ro TXT +short
"v=spf1 +a:mail.lampero.ro ~all"

$ dig dotbit.ro TXT +short
"v=spf1 include:_spf.lampero.ro ~all"






Cheers,
-- 
Craig Skinner | http://linkd.in/yGqkv7

-- 
You received this mail because you are subscribed to misc@opensmtpd.org
To unsubscribe, send a mail to: misc+unsubscr...@opensmtpd.org

Reply via email to