X-Git-Url: https://git.ralfj.de/ansible.git/blobdiff_plain/d8b2db0f1004d3496e6e64aafef506eb4f7e373a..02ac218b8d01b532c9ea483ef38d688ff923c58c:/roles/email/templates/dovecot/conf.d/15-lda.conf?ds=sidebyside diff --git a/roles/email/templates/dovecot/conf.d/15-lda.conf b/roles/email/templates/dovecot/conf.d/15-lda.conf index 6da44d0..ab3b858 100644 --- a/roles/email/templates/dovecot/conf.d/15-lda.conf +++ b/roles/email/templates/dovecot/conf.d/15-lda.conf @@ -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.