Re: content restriction

2013-04-18 Thread Vincent Lefevre
On 2013-04-16 09:45:12 -0500, Noel Jones wrote: > Postfix already depends on third-party software for pcre, hash/btree > tables, SQL, SASL authentication, TLS, and on and on. But one may assume that they work well, at least those that are mandatory. This is not necessarily true for all third-party

Re: content restriction

2013-04-16 Thread Noel Jones
On 4/16/2013 7:14 AM, Vincent Lefevre wrote: > On 2013-04-16 18:47:44 +0800, Ramesh wrote: >> I've not configured third party software, content filter configured >> using header_checks = pcre:/etc/postfix/header_checks >> >> this rejects mails if any keyword defined in header_checks triggers. si

Re: content restriction

2013-04-16 Thread Wietse Venema
Ramesh: > >I've not configured third party software, content filter configured >using header_checks = pcre:/etc/postfix/header_checks > >this rejects mails if any keyword defined? in header_checks triggers. As documented header/body_checks stop an explosion of worms/viruses or backscatter email.

Re: content restriction

2013-04-16 Thread Vincent Lefevre
On 2013-04-16 18:47:44 +0800, Ramesh wrote: > I've not configured third party software, content filter configured > using header_checks = pcre:/etc/postfix/header_checks > > this rejects mails if any keyword defined  in header_checks triggers. [...] > > I would like to know how to white list doma

Re: content restriction

2013-04-16 Thread DTNX Postmaster
nd understand the following; http://www.postfix.org/CONTENT_INSPECTION_README.html http://www.postfix.org/BUILTIN_FILTER_README.html Cya, Jona -- > From: DTNX Postmaster > To: "postfix-users@postfix.org users" > Sent: Tuesday, 16 April 2013 3:56 PM > Subject: Re: content

Re: content restriction

2013-04-16 Thread Ramesh
tfix-users@postfix.org users" Sent: Tuesday, 16 April 2013 3:56 PM Subject: Re: content restriction On Apr 16, 2013, at 11:08, Ramesh wrote: > I have configured content filter to block spam at mta level, to reject mails > header subject, recently our client sent a mail with subjec

Re: content restriction

2013-04-16 Thread DTNX Postmaster
On Apr 16, 2013, at 11:08, Ramesh wrote: > I have configured content filter to block spam at mta level, to reject mails > header subject, recently our client sent a mail with subject "pharmacy > school" mail is rejected triggering keyword pharmacy. > > I would like to know how to white list d

content restriction

2013-04-16 Thread Ramesh
Hi All, I have configured content filter to block spam at mta level, to reject mails header subject, recently our client sent a mail with subject "pharmacy school"  mail is rejected triggering keyword pharmacy. I would like to know how to white list domains bypassing content filter. Thanks