SPF_HELO banner

Bugs in eFa 4
Post Reply
deajan
Posts: 4
Joined: 23 Dec 2020 14:11

SPF_HELO banner

Post by deajan »

Hello,

Using eFa 4.0.4, I get the following when testing email sending with https://www.mail-tester.com/

Code: Select all

-0.001	SPF_HELO_NONE	SPF: HELO does not publish an SPF Record
Once I add

Code: Select all

smtp_helo_name = $mydomain
to main.cfg, it's resolved and I get

Code: Select all

0.001	SPF_HELO_PASS	SPF: HELO matches SPF record
Would it be good to add this as default config for postfix ?
Best regards.
daxis
Posts: 22
Joined: 11 Nov 2019 12:53

Re: SPF_HELO banner

Post by daxis »

Now HELO is your domainname and not a fqdn hostname.
I would change back smtp_helo_name config in postfix and add a spf record in your dns.

I assume your fqdn hostname is an A/AAAA record in your dns?
Then just add "v=spf1 a -all" for your hostname in your dns.

I've done it like this for all my mail and efa servers and works perfectly.
Post Reply