[Exim] ACL issue in exim 3.952

Top Page
Delete this message
Reply to this message
Author: Richard Welty
Date:  
To: exim-users
Subject: [Exim] ACL issue in exim 3.952
according to the manual, in the acl section:

accept hosts = :

This ACL statement accepts the recipient if the sending host matches the list.
But what does that strange list mean? It doesn't actually contain any host
names or IP addresses. The presence of the colon puts an empty item in the
list; Exim matches this only if the incoming message didn't come from a remote
host at all. The colon is important. Without it, the list itself is empty, and
can never match anything.

suggesting that the accept hosts with : should match local host.
on my system it didn't. i changed it to read

accept hosts = localhost : localhost.localdomain

and things started working in the expected manner.

richard
--
Richard Welty
rwelty@???                                 Averill Park Networking
rwelty@???           Unix, Linux, IP Network Engineering, Security
rwelty@???                                     518-573-7592