adding support for + recipient delimiter in DOVECOT. from http://wiki2.dovecot.org/LDA/Postfix#Virtual_users

This commit is contained in:
Benjamin Sonntag 2014-04-25 11:20:27 +02:00
parent 0e53499567
commit b60146447d
1 changed files with 1 additions and 1 deletions

View File

@ -113,6 +113,6 @@ mailman unix - n n - - pipe
${nexthop} ${user}
#dovecot LDA, as explained here: http://wiki.dovecot.org/LDA/Postfix
dovecot unix - n n - 0 pipe
flags=DRhu user=vmail:vmail argv=/usr/bin/sudo /usr/lib/dovecot/deliver -f ${sender} -d ${recipient}
flags=DRhu user=vmail:vmail argv=/usr/bin/sudo /usr/lib/dovecot/deliver -f ${sender} -a ${recipient} -d ${user}@${nexthop}