mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Merge pull request #709 from rds13/enhAllowSieveToHandleAddressDetail
[enh] Specify -a parameter on dovecot lda for Sieve
This commit is contained in:
commit
63de414712
1 changed files with 3 additions and 3 deletions
|
@ -124,4 +124,4 @@ mailman unix - n n - - pipe
|
||||||
|
|
||||||
# Dovecot LDA
|
# Dovecot LDA
|
||||||
dovecot unix - n n - - pipe
|
dovecot unix - n n - - pipe
|
||||||
flags=DRhu user=vmail:mail argv=/usr/lib/dovecot/deliver -f ${sender} -d ${user}@${nexthop} -m ${extension}
|
flags=DRhu user=vmail:mail argv=/usr/lib/dovecot/deliver -f ${sender} -d ${user}@${nexthop} -m ${extension} -a ${recipient}
|
||||||
|
|
Loading…
Add table
Reference in a new issue