El 2015-03-12 12:31, Krinninger, Reinhold escribió:
Hello,i use this header_check:
I assume that you're actually using header_checks (ended in **s**) and that your table type is regex: in order this to work.
/etc/postfix/header_checks:/^From: (?!.*\<root).*\@itmu\-smtp2\.br\.de\>/ REJECT seems to be spam,isn't it?
Why not a bit simpler?/^From: (?!<root).*@itmu-smtp2.br.de>/ REJECT seems to be spam, isn't it?
Regards, Nicolás