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
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
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
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
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
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
>
Please include "postconf -n" command output in problem reports,
as requested in the mailing list welcome message.