On Wed, Nov 18, 2009 at 11:39 PM, Wietse Venema <wie...@porcupine.org>wrote:

> K bharathan:
> > [90.182.112.11]
> > Nov 18 20:06:10 relay1 postfix/smtpd[21876]: NOQUEUE: reject: RCPT from
> > ex.2n.cz[90.182.112.11]: 451 4.3.5 Server configurati
>
> Now try:
> grep 21876 /the/log/file
>
>        Wietse
>

grep 21876  /var/log/mail:
Nov 18 20:05:20 relay1 postfix/smtpd[21876]: disconnect from
abhx10.neoplus.adsl.tpnet.pl[83.7.113.10]
Nov 18 20:06:10 relay1 postfix/smtpd[21876]: connect from ex.2n.cz
[90.182.112.11]
Nov 18 20:06:10 relay1 postfix/smtpd[21876]: warning: unknown smtpd
restriction: "ACCEPT"
Nov 18 20:06:10 relay1 postfix/smtpd[21876]: NOQUEUE: reject: RCPT from
ex.2n.cz[90.182.112.11]: 451 4.3.5 Server configuration error; from=<> to=<
dee...@kal.bw> proto=ESMTP helo=<ex.2n.cz>
Nov 18 20:06:11 relay1 postfix/smtpd[21876]: disconnect from ex.2n.cz
[90.182.112.11]

now i understand ;
in my check_client_access cidr:/etc/postfix/spam_cidr there was a block of
IPs:

90.150.32.0/19                REJECT
90.150.64.0/18                REJECT
90.150.128.0/17              REJECT
90.151.0.0/16                 REJECT
90.152.0.0/13                 REJECT
90.160.0.0/11                 REJECT

which caused this particular client 'access denied' and to give exception to
this i made an entry in spam_cidr:

90.182.112.11        ACCEPT

i think this is what it's complaining [warning: unknown smtpd restriction:
"ACCEPT"]
now i've commented out all the ips in the above block and removed this
ACCEPT entry;
can i give an exception only for this 90.182.112.11 instead of opening all
the ip blocks!?

thanks for the clue and help

Reply via email to