<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /></head><body style='font-size: 10pt; font-family: Verdana,Geneva,sans-serif'>
<p>Recently upgraded and before always used iptables.  As such not very familiar with firewalld.</p>
<p>I usually don't allow incoming connections on port 25 (localhost only) but allow outgoing connections on port 25.</p>
<p>What is a good way to implement this?  I am used to using iptables with the following:</p>
<p>iptables -A INPUT -p tcp -s localhost --dport 25 -j ACCEPT<br />iptables -A INPUT -p tcp --dport 25 -j REJECT</p>
<p><br /></p>
<p>Any help would be appreciated.</p>

</body></html>