From: Kris D. <kd...@vi...> - 2019-01-04 22:22:29
|
Kimberly wrote: > firewall-cmd --zone=public --list-all > public (active) > target: default > icmp-block-inversion: no > interfaces: lo enp2s0 > sources: > services: ssh dhcpv6-client smtp smtps ftp pop3 pop3s imap imaps http > https > ports: 587/tcp 53/tcp 20/tcp 2222/tcp 10000-10100/tcp 20000/tcp > 1025-65535/tcp 53/udp These two lines don't seem to match up; if smtp and smtps are allowed, ports 25 and 465 should be allowed as well as 587. firewalld's configuration may be defining these differently for some reason, but this looks likely to be the root of your problem. -kgd |