From: Wietse Venema (no email)
Date: Sat Jul 02 2005 - 14:28:32 EDT
Robert Fitzpatrick:
> On Sat, 2005-07-02 at 11:32 -0400, Wietse Venema wrote:
>
> > You're invoking pipe(8) with the wrong command line syntax.
> >
>
> Thanks, but I've never messed with that master.cf file at all except for
> when I setup SPF. Did something change from Postfix 2.1 to 2.2 that
> would effect this? This is what I have:
>
> maildrop unix - n n - - pipe
> flags=DRhu user=vmail argv=/usr/local/bin/maildrop -d ${recipient}
Some third-party libraries insist on polluting systems with
substitutions for system library routines such as getopt(), the
command line parser.
Postfix must be linked with the system getopt() routine. No
substitutions are allowed.
Wietse
|
|
|