OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
Re: After queue filter in 2.3-20060325

From: Wietse Venema (wietseporcupine.org)
Date: Mon Apr 03 2006 - 18:18:04 CDT


Victor Duchovni:
> What getopt() library did you link this sendmail(1) with?
> Test this on the command-line.
>
> /usr/sbin/sendmail -f you -- you

On Tue, Apr 04, 2006 at 12:11:21AM +0200, Marcel de Reuver wrote:
> When I do this, I get 2 messages and one error message about a bad address
> syntax.
...
> I run and compile Postfix on FreeBSD v4.11 gcc v2.95.4

This happens when you built Postfix with GNU getopt. Perhaps it's
included by some third party library that you built Postfix with.

This is a returning problem.

On FreeBSD you MUST use the FreeBSD getopt routine, not the
incompatible GNU version.

        Wietse