[Dovecot] Problems with dovecot-sieve on Debian Etch using dovecot LDA

Luca Corti luca at leenoox.net
Thu Jan 4 22:13:01 UTC 2007


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



More information about the dovecot mailing list