OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
Subject: Re: Fatal Error
From: Wietse Venema (wietseporcupine.org)
Date: Fri Mar 03 2000 - 13:00:04 CST


John Brooks:
> I am setting up a mailing list manager that wants an entry into the aliases
> file in the following format:
>
> minimalist: "| /usr/local/bin/minimalist.pl"
>
> This produces a Postfix fatal error "cannot handle command-line recipients
> with -t". Could someone point me in the right direction? Thanks, John

If you report a problem, please be sure to report the exact error
message. In this case, the error message is:

    sendmail: fatal: cannot handle command-line recipients with -t

As the error message says, the Postfix sendmail program will not
accept recipients on the command line when the -t command-line
option is present.

With older sendmail program, "-t" means extract recipients from
the message headers and delete any recipients that are also found
on the command line.

With later sendmail versions, "-t" means means extract recipients
from the message headers. Presumably, it adds them to any recipients
specified on the command line.

So, it is safer to avoid programs that specify "-t" and recipients
on the command line.

        Wietse