Re: helo restrictions

2009-05-24 Thread LuKreme
On 24-May-2009, at 15:02, mouss wrote: LuKreme a écrit : May 23 14:48:17 mail postfix/smtpd[30899]: NOQUEUE: warn: RCPT from 201-88-100-143.gnace704.dsl.brasiltelecom.net.br[201.88.100.143]: Dynamic DSL looking address; from= to= proto=ESMTP helo= note that the IP is listed in zen (PBL and XBL

Re: helo restrictions

2009-05-24 Thread LuKreme
On 24-May-2009, at 15:05, Sahil Tandon wrote: Hm, that "warn" does not correspond to what you purportedly have in your smtpd_recipient_restrictions; it should have been an outright rejection. I'd just changed the WARN to REJECT today and the log entry was from yesterday. It was while doub

Re: helo restrictions

2009-05-24 Thread Sahil Tandon
On Sun, 24 May 2009, LuKreme wrote: > I have the following: > > main.cf in smtpd_recipient_restrictions: > check_helo_access pcre:$config_directory/helo_checks.pcre, > > in helo_checks.pcre: > /(lan|home|example|local)$/ REJECT Mailserver name in > private namespace > > but in

Re: helo restrictions

2009-05-24 Thread mouss
LuKreme a écrit : > I have the following: > > main.cf in smtpd_recipient_restrictions: > check_helo_access pcre:$config_directory/helo_checks.pcre, > > in helo_checks.pcre: > /(lan|home|example|local)$/ REJECT Mailserver name in > private namespace > > but in logs: > May 23 14: