On 18/2/22 00:13, Noel Jones wrote:

The fix is to tell your postfix to not offer STARTTLS in the EHLO response, using smtpd_discard_ehlo_keyword_address_maps http://www.postfix.org/postconf.5.html#smtpd_discard_ehlo_keyword_address_maps
something like:

# main.cf
smtpd_discard_ehlo_keyword_address_maps =
   cidr:/etc/postfix/discard_ehlo_keyword_map.cidr

# /etc/postfix/discard_ehlo_keyword_map.cidr
216.109.104.12  starttls

   -- Noel Jones

Thank you very much for the reply and for the advice.

I will try it out and report back.

P.V.Anthony

Reply via email to