From e73d9445fba3362a9bbe86f87e6a91115d698375 Mon Sep 17 00:00:00 2001 From: Christian Carstensen Date: Tue, 28 Jul 2020 16:07:48 +0200 Subject: [PATCH] changed dovecot transport: use domain part in recipient's address --- templates/master.cf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/master.cf.j2 b/templates/master.cf.j2 index 3f0a794..999f656 100644 --- a/templates/master.cf.j2 +++ b/templates/master.cf.j2 @@ -124,4 +124,4 @@ mailman unix - n n - - pipe flags=FR user=list argv=/usr/lib/mailman/bin/postfix-to-mailman.py ${nexthop} ${user} dovecot unix - n n - - pipe - flags=DRhu user=vmail:vmail argv=/usr/lib/dovecot/dovecot-lda -f ${sender} -a ${original_recipient} -d ${user} + flags=DRhu user=vmail:vmail argv=/usr/lib/dovecot/dovecot-lda -f ${sender} -a ${original_recipient} -d ${user}@${domain}