Results 1 to 1 of 1
I am trying to set this policy:
If the sender send an e-mail consist attachment, he should Cc to another person, otherwise the e-mail will be rejected.
Code:
main.cf:
mime_header_checks ...
- 04-24-2009 #1Just Joined!
- Join Date
- Apr 2009
- Posts
- 1
Postfix filter
I am trying to set this policy:
If the sender send an e-mail consist attachment, he should Cc to another person, otherwise the e-mail will be rejected.
The result all email got reject even without attachment.Code:main.cf: mime_header_checks = regexp:/etc/postfix/mime_header_checks mime_headers_checks: /^From: <email hidden>|^To: [^<email hidden>]|name=[^>]*\./ REJECT Please Cc to your boss.
Please help. Thanks.


Reply With Quote