On 10/14/2012 11:50 PM, Glenn Park wrote:
Hello,
I have always used Maildrop from Postfix where it's called with -d
<recipient> which tells Maildrop to do an authlib lookup to get $HOME.
Does anyone know how to do that $HOME lookup (in SQL for me) in
Postfix instead so Maildrop doesn't need to do any lookup itself?
You would have to devise a way for postfix to pass that value to
maildrop - and as I am reading the man page, maildrop doesn't look for it.
The lookup itself can be done trivially with a virtual_mailbox_maps
entry, but if you're delivering to a different transport than the
default for virtual(8), that value is not communicated elsewhere.
--
J.