12 Dec
2006
12 Dec
'06
7:36 p.m.
Now, I am pretty sure the problem lies with the %u, expanding to user+test@mydomain, which in some way should become user@mydomain, since the latter is the actual mailbox name of the user, but: how?
I think it would be nice if deliver took a -e ${extension} but for now I use this in Postfix:
dovecot unix - n n - 10 pipe flags=DORhu user=vuser argv=/usr/local/libexec/dovecot/deliver -d ${user}@${nexthop}
My sieve scripts, of course, don't know about the extension so I have to filter accordingly.
Jim