diff --git a/core/postfix/conf/main.cf b/core/postfix/conf/main.cf index dfa31514..d83db600 100644 --- a/core/postfix/conf/main.cf +++ b/core/postfix/conf/main.cf @@ -43,6 +43,8 @@ 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 ###############