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.
[EMAIL PROTECTED] [~]# 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:<[EMAIL PROTECTED]>
250 OK
rcpt to:<[EMAIL PROTECTED]>
550 "REJECTED - Bad HELO - IP address not allowed [196.36.10.114]"
Connection closed by foreign host.
[EMAIL PROTECTED] [~]#
Kind Regards and thanks in advance.
Brent Clark
--
## List details at http://www.exim.org/mailman/listinfo/exim-users
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://www.exim.org/eximwiki/