5 Jan
2007
5 Jan
'07
12:13 a.m.
On Wed, 2007-01-03 at 11:33 -0600, Samir M. Nassar wrote:
from main.cf: mailbox_command = /usr/lib/dovecot/deliver from master.cf dovecot unix - n n - - pipe flags=DRhu user=vmail:vmail argv=/usr/lib/dovecot/deliver -d ${recipient}
In this setup you are not using the dovecot transport (the lines you added to master.cf) mailbox_command does the work.
You can remove the dovecot transport from main.cf
OR
You can leave the dovecot transport in master.cf and substitute mailbox_command in main.cf with
dovecot_destination_recipient_limit = 1 virtual_transport = dovecot
But this only affects how deliver is called, sieve processing should occur anyway if installation and configuration are correct.
ciao
Luca