diff --git a/postfix/conf/main.cf b/postfix/conf/main.cf index 6cd514e..4b8db9b 100644 --- a/postfix/conf/main.cf +++ b/postfix/conf/main.cf @@ -28,6 +28,9 @@ mydestination = # Relayhost if any is configured relayhost = {{ RELAYHOST }} +# Recipient delimiter for extended addresses +recipient_delimiter = + + ############### # TLS ###############