On Sun, Oct 14, 2012 at 5:12 PM, Wietse Venema <wie...@porcupine.org> wrote: > Wietse Venema: >> The manpage does mention the export_environment parameter, but there >> is no text that says that the pipe daemon can *modify* the environment, >> and therefore it is safe to assume that it can't.
But wait, why not? The docs for export_environment say you can specify a list of name=value pairs that will go to the maildrop environment. Are you saying that this cannot be used to override $HOME in maildrop's environment? Or are you saying that I can't have Postfix use a lookup for one of the values in export_environment? > One possibnle solution is to have pipe(8) invoke a script that > queries your database and that invokes maildrop. This may not be a > good option for a busy server, but it should be OK for a personal > machine. Well, that's the same as just letting Maildrop do the lookup itself.