Hi folx,
I'm stuck in an ETRN or ACL problem:
My problem:
exim -bh 10.10.10.32
...
ETRN myhost
>>> host in smtp_accept_max_nonmail_hosts? yes (matched "*")
LOG: ETRN velo received from velo.my.domain [10.10.10.32]
>>> ACL is NULL: implicit DENY
458 Administrative prohibition
LOG: H=velo.my.domain [10.10.10.32] rejected ETRN myhost
The config has only two acls:
,----
| acl_smtp_rcpt = acl_check_rcpt
| acl_smtp_etrn = etrn_acl
| [...]
| acl_check_rcpt:
| [well known]
| etrn_acl:
| accept hosts = 10.10.10.32
| deny message = ETRN not permitted for your IP
`----
seems as if the acl is never called!
Somebody here who can give me a hint about?
I allready searched doc/* and googled site:
www.exim.org
for smtp_etrn_hosts and acl_smtp_etrn but the (rare) hits
do not help. :(
--
Regards
Frank