Hi,
On 2015-10-13 05:22, Richard B. Pyne wrote:
I am running postfix 2.10.1, dovecot 2.2.10, with postfixadmin and
maia mailguard.
I am trying to figure out how to disable the HELO/EHLO
reject_non_fqdn_hostname on the submission port since many (most)
desktop and laptop clients don't send it.
I want to keep the restriction on port 25
Thanks.
--Richard
[...]
master.cf
smtp inet n - n - - smtpd
#
submission inet n - n - - smtpd
-o syslog_name=postfix/submission
-o smtpd_tls_security_level=encrypt
-o smtpd_sasl_auth_enable=yes
-o smtpd_client_restrictions=permit_sasl_authenticated,reject
add
-o
smtpd_helo_restrictions=permit_mynetworks,reject_invalid_hostname,permit
to the submission port settings...
#
smtps inet n - n - - smtpd
-o syslog_name=postfix/smtps
-o smtpd_tls_wrappermode=yes
-o smtpd_sasl_auth_enable=yes
-o
smtpd_helo_restrictions=permit_mynetworks,reject_invalid_hostname,permit
-o smtpd_client_restrictions=permit_sasl_authenticated,reject
-o milter_macro_daemon_name=ORIGINATING
#
...as are set on port 465. That removes/overrides the setting from
main.cf.
regards
christian