Switch to real multiple character recipient_delimiter
authorAlex Dehnert <alex@dehnerts.com>
Sun, 16 Jul 2023 05:06:55 +0000 (05:06 +0000)
committerAlex Dehnert <alex@dehnerts.com>
Sun, 16 Jul 2023 05:06:55 +0000 (05:06 +0000)
main.cf

diff --git a/main.cf b/main.cf
index 4af50943d24c2375023a87cdb517abfa4f0b9f6c..e1b7d669d6b05a5617d23448d7ea5bb93ac58586 100644 (file)
--- a/main.cf
+++ b/main.cf
@@ -432,14 +432,10 @@ alias_database = hash:/etc/mail/aliases
 #
 
 # Alex Dehnert
-# As of 2005-06-16, I have a "virtual" recipient_delimiter = .+
-# By use of the regexp:/etc/postfix/canonical_regexp
-# and recipient_delimiter = .
-# Becuase of a regexp that translates the two forms
-# See the file for more details
-
-canonical_maps = regexp:/etc/mail/canonical_regexp
-recipient_delimiter = .
+# Switched to native multiple characters in 2023-07-16
+# Postfix 2.11+ support multiple characters
+# https://www.postfix.org/postconf.5.html#recipient_delimiter
+recipient_delimiter = .+
 
 # DELIVERY TO MAILBOX
 #