Re: problem with smtpd_milter and header_checks

2009-05-14 Thread Robert Schetterer
Jiri Veselsky schrieb: >> >> you shouldnt discard mail, only cause flagged by spamassassin >> this is not allowed i.e in germany by law, if you do this for customers >> >> use hold ( for manual inspection ) or tell spamass-milter to reject them >> at smtp income level >> additionally you may load s

Re: problem with smtpd_milter and header_checks

2009-05-14 Thread Jiri Veselsky
Postfix header_checks happen while mail is received. Milters can add headers only after the end of the email message is received. That is a feature of the Milter protocol. The Milter protocol has a DISCARD feature. If you can configure your application to send SMFIR_DISCARD into Postfix then you

Re: problem with smtpd_milter and header_checks

2009-05-14 Thread Wietse Venema
Jiri Veselsky: [ Charset ISO-8859-2 unsupported, converting... ] > Hallo all. (first sorry for my english) > I have a small (big) problem with configure Postfix to drop messages with > header_checks. > In main.cf I have: > smtpd_milters = local:/./clamav-milter.sock > local:/./spamass-m

Re: problem with smtpd_milter and header_checks

2009-05-14 Thread Jiri Veselsky
you shouldnt discard mail, only cause flagged by spamassassin this is not allowed i.e in germany by law, if you do this for customers use hold ( for manual inspection ) or tell spamass-milter to reject them at smtp income level additionally you may load sanesecurity spam sig to clamd, clamav-mil

Re: problem with smtpd_milter and header_checks

2009-05-14 Thread Jiri Veselsky
Sorry, here is output: alias_database = dbm:/etc/mail/aliases.db alias_maps = hash:/etc/mail/aliases broken_sasl_auth_clients = yes command_directory = /usr/local/sbin config_directory = /usr/local/etc/postfix daemon_directory = /usr/local/libexec/postfix data_directory = /var/db/postfix debug_pe

Re: problem with smtpd_milter and header_checks

2009-05-14 Thread Robert Schetterer
Jiri Veselsky schrieb: > Hallo all. (first sorry for my english) > I have a small (big) problem with configure Postfix to drop messages > with header_checks. > In main.cf I have: > smtpd_milters = local:/./clamav-milter.sock > local:/./spamass-milter.sock > milter_default_action = accept >

Re: problem with smtpd_milter and header_checks

2009-05-14 Thread Wietse Venema
Please include "postconf -n" command output in problem reports, as requested in the mailing list welcome message.