Hi im using smtp to send but filtering all with amavisd. The solution of content-filter needs to create in main.cf or in master.cf?
Thanks On Fri, Mar 20, 2009 at 12:08 AM, mouss <mo...@ml.netoyen.net> wrote: > deconya a écrit : > > Hi > > > > Im configuring a server with postfix amavisd and spamassassin and > > appears a problem with the antispam rules. There are one application > > that uses the server to send to different clients mails but the amavisd > > detect howo to spam this mails. How I can create an exception? I would > > like to create a whitelist inside amavisd. It's possible? > > > how does your application pass mail to postfix? > > if it's with the sendmail command, the easy way is to skip amavisd-new > for sendmail submitted mail by adding > -o content_filter= > under the pickup service (in master.cf) > > > if it submits mail via smtp, check if you can configure it to use a > specific port. then you can use the -o content_filter as above. > > otherwise, give more infos. and when you give infos, think of how to > differentiate mail from uor app and other mail. >