Re: Can't connect to server / migrating to iptables

2018-03-12 Thread Stephen Satchell
On 03/12/2018 08:12 AM, wp.rauchholz wrote: # POP3 iptables -A INPUT -i $EXT_DEV -m state --state NEW -m tcp -p tcp --syn --dport 110 -j ACCEPT iptables -A INPUT -i $EXT_DEV -m state --state NEW -m tcp -p tcp --syn --dport 995 -j ACCEPT # IMAP iptables -A INPUT -i $EXT_DEV -m state --state NEW -

Can't connect to server / migrating to iptables

2018-03-12 Thread wp.rauchholz
I run my mail server on CENTOS 7. The server is modem/router and as such has two NICs; internal and external. Since migrating to iptables, I cannot access the mail server anymore; nor telnet, neither web client. My webserver works just fine. I can't find an error message in /var/log/maillog or /var