Re: [AMaViS-user] local sendmail command.

2008-04-06 Thread mouss
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
 ...
 pickupfifo  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/


Re: [AMaViS-user] local sendmail command.

2008-04-06 Thread mouss
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
...
pickupfifo  n   -   n   60  1   pickup
-o content_filter=
...

will skip the filter for mail submitted using the (postfix) sendmail command


-
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/


Re: [AMaViS-user] local sendmail command.

2008-04-06 Thread Andrew Nady
On April 6, 2008, mouss wrote:
  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.

Hmm,
What would be the proper way to include programs that do use sendmail, instead 
of SMTP to be included in MYNETS scan?

Thank for your input.

-- 
How much net work could a network work, if a network could net work?

-
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/