mouss wrote:
> Andrew Nady wrote:
>   
>> Hi,
>> I am having some difficulties with programs that use postfix's or other 
>> MTA's "sendmail" command to send out email as oppose to SMTP connection.
>> The "sendmail" triggered email gets marked as SPAM, and I have no idea as to 
>> how to trick amavis to not check the emails originating with a sendmail 
>> command on the localhost.
>>   
>>     
>
>
> with postfix,
> # cat master.cf
> ...
> pickup    fifo  n       -       n       60      1       pickup
>     -o content_filter=
> ...
>
> will skip the filter for mail submitted using the (postfix) sendmail command
>
>   

a word of caution: only use this if you fully trust mail submitted via 
sendmail. if you have a web application or users using the sendmail 
command, then you should not skip filtering.




-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Register now and save $200. Hurry, offer ends at 11:59 p.m., 
Monday, April 7! Use priority code J8TLD2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
AMaViS-user mailing list
AMaViS-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/

Reply via email to