On 13 Jul 2004 at 14:19, Marc Perkel wrote about
"[Exim] acl_smtp_helo":
| Is there any way to test to see if the connection is authenticated and
| accept if it is in the acl_smtp_helo ACL?
Since the AUTH and STARTTLS commands can't be sent by the client
until after it's seen the server's *response* to EHLO (advertising
support), I don't see how...
- Fred