On 2017-08-20, Ltc Hotspot via Exim-users <[email protected]> wrote:
> Dear Exim Users:
>
> Is this a valid rule to authorize local access to Exim:
> -A cP-Firewall-1-INPUT -s 127.0.0.1:25 -p tcp -m state --state NEW -m
> tcp --dport 25 -j ACCEPT
>

No,  "-s 127.0.0.1:25" is wrong. 

 "-s 127.0.0.1/8" probably makes the most sense.


You may want to specify adestination address too, especially if your
firewall is doing NAT for some of 127.0.0.0/8.


Local access in a different way is by having execute permission on
/usr/lib/sendmail.

-- 
This email has not been checked by half-arsed antivirus software 

-- 
## List details at https://lists.exim.org/mailman/listinfo/exim-users
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/

Reply via email to