diff --git a/core/postfix/conf/main.cf b/core/postfix/conf/main.cf index d83db600..dfa31514 100644 --- a/core/postfix/conf/main.cf +++ b/core/postfix/conf/main.cf @@ -43,8 +43,6 @@ recipient_delimiter = {{ RECIPIENT_DELIMITER }} # In kubernetes and Docker swarm, such address cannot be determined using the hostname. Allow for the whole Mailu subnet instead. smtpd_authorized_xclient_hosts={{ POD_ADDRESS_RANGE or SUBNET }} -auth_mechanisms = plain - ############### # TLS ###############