On Mon, 16 May 2011 13:13:11 -0600
"Nathanael D. Noblet" <[email protected]> wrote:

> Hello Stevan,
> 
Hello Nathanael,


> >> dspam unix - n n - 10 pipe
> >>     flags=Ru user=dspam:mail argv=/usr/bin/dspam --deliver=innocent,spam
> >> --user $user -i f $sender -- $recipient
> >>
> > What is this '-i f $sender' there? Looks like pass through for sendmail or 
> > something like that.
> 
> In researching my setup again I found this howto...
> 
> http://dspamwiki.expass.de/Installation/Postfix/NealesSetup
> 
> It has pretty much the exact setup I'm using for the most part. I don't 
> remember following this one, but I guess I'm not the only one with those 
> odd options.
> 
it's not the same. That Wiki entry says:
dspam   unix    -       n       n       -       10      pipe
  flags=Ru user=dspam argv=/usr/local/bin/dspam --deliver=innocent --user $user 
-i -f $sender -- $recipient

Where yours setup says:
dspam unix - n n - 10 pipe
  flags=Ru user=dspam:mail argv=/usr/bin/dspam --deliver=innocent,spam --user 
$user -i f $sender -- $recipient

Maybe I am to anal but for me "-i -f $sender" (Wiki entry) is not the same as 
"-i f $sender" (your entry). See that dash infront of the 'f'? Yours is missing 
that.

The -i and -f is in sendmail:

-i  When reading a message from standard input, don't treat a line
    with only a . character as the end of input.

-f sender
    Set the envelope sender address. This is the address where
    delivery problems are sent to. With Postfix versions before 2.1,
    the Errors-To: message header overrides the error return
    address.

But a lone 'f' has no meaning.


btw: Kenneth Marshall is right in his other mail. You could skip that pipe 
command and do all with LMTP.

> -- 
> Nathanael d. Noblet
> t 403.875.4613
> 
-- 
Kind Regards from Switzerland,

Stevan Bajić

------------------------------------------------------------------------------
Achieve unprecedented app performance and reliability
What every C/C++ and Fortran developer should know.
Learn how Intel has extended the reach of its next-generation tools
to help boost performance applications - inlcuding clusters.
http://p.sf.net/sfu/intel-dev2devmay
_______________________________________________
Dspam-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspam-user

Reply via email to