Search found 4 matches

by deajan
20 May 2023 09:46
Forum: 4.x Bugs
Topic: Missing TLS encryption for outgoing mail
Replies: 2
Views: 18298

Re: Missing TLS encryption for outgoing mail

Just to clarify a couple of things: There is already the setting smtpd_tls_security_level = may which is for the smtp daemon, receiver side. Setting smtp_tls_security_level = may for the sender process wasn't present. 'm using letsencrypt with e-F-a, but AFAIK the script behind letsencrypt does not ...
by deajan
19 May 2023 17:27
Forum: 4.x Bugs
Topic: Missing TLS encryption for outgoing mail
Replies: 2
Views: 18298

Missing TLS encryption for outgoing mail

Hello, When sending outgoing emails, gmail said my messages weren't encrypted. After some investigations, it looks like e-F-a does indeed accept TLS, but does not try STARTTLS when sending messages. After adding smtp_tls_security_level = may to main.cfg, google didn't complain anymore. Just a questi...
by deajan
17 May 2023 17:09
Forum: 4.x Bugs
Topic: SPF_HELO banner
Replies: 1
Views: 2100

SPF_HELO banner

Hello, Using eFa 4.0.4, I get the following when testing email sending with https://www.mail-tester.com/ -0.001 SPF_HELO_NONE SPF: HELO does not publish an SPF Record Once I add smtp_helo_name = $mydomain to main.cfg, it's resolved and I get 0.001 SPF_HELO_PASS SPF: HELO matches SPF record Would it ...
by deajan
23 Dec 2020 14:13
Forum: 4.x Bugs
Topic: Recipient address rejected - but adress exists
Replies: 3
Views: 4007

Re: Recipient address rejected - but adress exists

For me a

Code: Select all

systemctl restart postfix
did the job.

I would indeed like to know how long that cache lasts, and if it's useful to perform a scheduled cache cleaning.