> Norman Maurer wrote:
> > BTW, after think a bit about this there is no need for implemt
> > ConnectionHandler on this type of check. Cause the "error code"
> > get returned on RCPT.. So it whould be enought to implement
> > CommandHandler.

> Right, I think that every autorization/relay check should be done
> only in the first rcpt and only if the relaying check is really needed.

Actually, some of it needs to be done on every check, e.g., @remote.tld
would be bad, @local.tld might be good, and [postmaster|[EMAIL PROTECTED] are
required to accept mail.

But if you mean the IP related check, why introduce the conditional check
(to see if this is the first check) on every command when you can just check
once at connection time?

        --- Noel


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to