Re: [exim] "HELO given" check at MAIL or RCPT time?

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: Jakob Hirsch
Ημερομηνία:  
Προς: Chris Meadors
Υ/ο: exim-users
Αντικείμενο: Re: [exim] "HELO given" check at MAIL or RCPT time?
Quoting Chris Meadors:

> I keep thinking I want to move the HELO checks to the HELO ACL, and test


You cannot test in the HELO ACL if the sender issued no HELO.

> the envelope sender in the MAIL ACL. But then I remember I do want to
> accept mail from broken severs and bad senders that is addressed to
> postmaster, and I can't do that until the RCPT it known.


Ah, yes, now I remember why I have most checks in RCPT ACL, too. :)