I recently "upgraded" my server to Debian 6.
One of the things that seems to have been changed in the Postfix-Dovecot setup is the configuration of the "mailbox_command".

In my old setup the command was

mailbox_command = /usr/lib/dovecot/dovecot-lda -f ${sender} *-d ${recipient}* -m ${extension}

in the new setup the command is

mailbox_command = /usr/lib/dovecot/dovecot-lda -f ${sender} *-d ${user}@${nexthop}* -m ${extension}

Similarly master.cf has also changed

dovecot   unix  -       n       n       -       -       pipe
flags=DRhu user=vmail:vmail argv=/usr/lib/dovecot/dovecot-lda -f ${sender} *-d ${recipient}* -m ${extension}

new setup

dovecot   unix  -       n       n       -       -       pipe
flags=DRhu user=vmail:vmail argv=/usr/lib/dovecot/dovecot-lda -f ${sender} *-d ${user}@${nexthop}* -m ${extension}


Which is better and why?




Reply via email to