Hmm, thank you for your help, but I am afraid, I am still using sendmail with the milter setup, so that doesn't do it for me.
Thanks again, .peter On Mon, 23 Oct 2006, Mark Martinec wrote: > Peter, > > > This morning it dawned on me, that every rejected spam creates a > > legitimate (passed clean) mail, i.e. the one sent to the spam-admin > > notifying me of spam being quarantined. > > This changes the picture completely and makes the numbers look more than > > 80% spam and 20 % real mails. > > > > My question is therefore. Is there a way to leave the mails form spamalert > > to spam-police out of the statistics, to create a truer picture of the > > ratio spam:ham mails? > > Making a hard link to Postfix service smtpd and giving it another name (like > smtpd) makes it syslog its reports under a new name. This is half-supported > in Postfix, i.e. it works now, but no promises are given for the future. > > ln /usr/local/libexec/postfix/smtpd /usr/local/libexec/postfix/smtpd2 > > Then letting postfix accept mail coming from amavisd > not with a standard service 'smtpd': > 10025 inet n - n - - smtpd > but by specifying an alternative copy of smtpd service (e.g. named smtpd2): > 10025 inet n - n - - smtpd2 > > This will allow checked and passed mail from amavisd, well as > all notifications, to be logged under smtpd2 service in syslog, > leaving the rest logged under service smtpd. > > Mark > > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > AMaViS-user mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/amavis-user > AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3 > AMaViS-HowTos:http://www.amavis.org/howto/ > ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ AMaViS-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/amavis-user AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3 AMaViS-HowTos:http://www.amavis.org/howto/
