18 Mar
2007
18 Mar
'07
11:39 a.m.
On Sat, 2007-03-17 at 14:33 +0100, Koen Vermeer wrote:
flags=DRhu user=virtual argv=/usr/libexec/dovecot/deliver -d ${recipient} -f ${sender} -m ${extension}
I have this setup like that, although without the -f and -m options. Anyway, it seems that postfix first tries to run deliver with $recipient=joe+spam, and deliver happily creates a new mailbox 'joe +spam'. Any idea how to solve this?
The postfix documentation says it first tries to deliver to 'joe +spam', and then to 'joe'. I'm not sure why deliver just accepts the user+ext name, and creates a new folder.
Creates a new user joe+spam, or creates a mailbox "joe+spam" into joe's mailboxes?