sync recipient_delimeter between dovecot and postfix
[ansible.git] / roles / email / templates / dovecot / conf.d / 15-lda.conf
index 6da44d03c02b3c4da79b8eefc2328a3be6816484..ab3b8587a399a08f7dbd96db5469172c78f97883 100644 (file)
@@ -29,7 +29,7 @@ postmaster_address = {{postfix.postmaster}}
 #rejection_reason = Your message to <%t> was automatically rejected:%n%r
 
 # Delimiter character between local-part and detail in email address.
-#recipient_delimiter = +
+recipient_delimiter = {{ postfix.recipient_delimiter | default("+") }}
 
 # Header where the original recipient address (SMTP's RCPT TO: address) is taken
 # from if not available elsewhere. With dovecot-lda -a parameter overrides this.