From bffc51401d8bddd7418b6d8546e9b6317619cf23 Mon Sep 17 00:00:00 2001 From: kaiyou Date: Sun, 3 Sep 2017 16:18:08 +0200 Subject: [PATCH] Add a recipient delimiter for extended addresses --- postfix/conf/main.cf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/postfix/conf/main.cf b/postfix/conf/main.cf index 6cd514e8..4b8db9bd 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 ###############