fix: add more fishing protection to mail server

This commit is contained in:
Dominik Polakovics Polakovics 2026-02-18 09:12:15 +01:00
parent 479b52edf9
commit 0cd882602e
2 changed files with 21 additions and 0 deletions

View file

@ -180,6 +180,7 @@ in
smtpd_helo_restrictions = "
permit_mynetworks,
permit_sasl_authenticated,
check_helo_access regexp:/var/lib/postfix/conf/helo_access,
reject_unauth_pipelining,
reject_non_fqdn_hostname,
reject_invalid_hostname,