[exim] wrong ACL

Pàgina inicial
Delete this message
Reply to this message
Autor: Brent Clark
Data:  
A: Exim User's Mailing List
Assumpte: [exim] wrong ACL
Hi all

I started reading the excellent tips from the Exim Wiki (Thanks to those who contribute), I just implemented the
"HELO is an IP Address", but I think I placed it in the wrong ACL (acl_check_rcpt).

So my question is, can this go in any other acl, and if so, which one. In chapter 39 of the Exim Doc I see that there is
a acl_smtp_helo ACL, would it be ok to put it there. Maybe the contributor for the Wiki, could share some clarity on this.

Heres my test.
root@yoda [~]# telnet mail.eccotours.co.za 25
Trying 196.36.10.114...
Connected to mail.eccotours.co.za.
Escape character is '^]'.
220 mail.eccotours.co.za ESMTP Exim (Ecco Tours) 4.54 Wed, 30 Nov 2005 07:59:48 +0200
helo 196.36.10.114
250 mail.eccotours.co.za Hello 196.36.10.114 [65.98.87.40]
mail from:<abc@???>
250 OK
rcpt to:<bclark@???>
550 "REJECTED - Bad HELO - IP address not allowed [196.36.10.114]"
Connection closed by foreign host.
root@yoda [~]#

Kind Regards and thanks in advance.

Brent Clark