Marten Lehmann wrote:
> Btw.
>
> I'm trying to set
>
> log_selector = -connection_reject
>
> in my configuration, but I still get lines like this in the mainlog:
>
>
> 2006-10-18 21:15:07 H=dpc674515208.direcpc.com [67.45.15.208]
> temporarily rejected connection in "connect" ACL: SORBS: found in
> spam.dnsbl.sorbs.net
> 2006-10-18 21:15:07 H=router.nwtcomp.cz (severka.nwtcomp.cz)
> [213.29.14.231] F=<> rejected RCPT <billioncohn@???>:
> Unrouteable address
> 2006-10-18 21:15:07 rejected EHLO from nestemice.dozimont.net
> [62.77.66.4]: syntactically invalid argument(s):
> |http://ok1.oldartero.com:8888/cgi-bin/put
>
> Is it the wrong category?
>
> Regards
> Marten
>
Happens I am in the manual this time...
Looks like the correct one for the *first* instance shown, *except that* it is a
specific acl that is triggering the message (return result from an RBL callout).
- the others are activities occuring within smtp phases *other than*'connect'
i.e. second is from a router-chain-walk in 'verify' mode, third one from an acl
doing an RFC syntax check, etc.
See what happens with:
-all_parents
-smtp_connection
-smtp_syntax_error
and while 'sender_verify_fail' exists, the counterpart is not listed.
Worth trying to see if it might just exist anyway, with the likely name;
-recipient_verify_fail
Bill