fix mail delivery for dovecot, closes #1465

This commit is contained in:
Robert Förster (Dessa)
2015-01-27 17:26:41 +01:00
parent f0551ac122
commit 614d9c127b
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
# Add these lines to be able to use dovecot as delivery agent
# Dovecot LDA
dovecot unix - n n - - pipe
flags=DRhu user=vmail:vmail argv=/usr/lib/dovecot/deliver -c /etc/dovecot/dovecot.conf -d ${recipient}
flags=DRhu user=vmail:vmail argv=/usr/lib/dovecot/deliver -d ${recipient}

View File

@@ -1,4 +1,4 @@
# Add these lines to be able to use dovecot as delivery agent
# Dovecot LDA
dovecot unix - n n - - pipe
flags=DRhu user=vmail:vmail argv=/usr/lib/dovecot/deliver -c /etc/dovecot/dovecot.conf -d ${recipient}
flags=DRhu user=vmail:vmail argv=/usr/lib/dovecot/deliver -d ${recipient}