The setup : postfix + maildrop in a virtual user setup. Maildirs are in
/var/vmail/domain{1,2,...}/user{1,2,...}
When maildrop is invoked from the command line, it delievers the mail
correctly. But when it is invoked by postfix, the mail is delivered to the
wrong place (/var/vmail/Maildir instead of /var/vmail/domain/user)
I would like to log the output of maildir -V 9 when it is launched from
postfix. Here's what I tried :
in /etc/postfix/master.cf
maildrop unix - n n - - pipe
flags=DRhu user=vmail argv=/usr/bin/maildrop -V9 -d ${recipient} -w 80 >>
/tmp/maildrop 2>&1
/tmp/malidrop remains empty (not even created).
How do I get maildrop -V to log to /tmp/maildrop ?