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 -
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