Bug 1220196

Summary: Firewalld missing policies for imap and smtps
Product: Red Hat Enterprise Linux 7 Reporter: William Brown <william>
Component: firewalldAssignee: Thomas Woerner <twoerner>
Status: CLOSED ERRATA QA Contact: Tomas Dolezal <todoleza>
Severity: unspecified Docs Contact:
Priority: medium    
Version: 7.1CC: ktdreyer, todoleza
Target Milestone: rc   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-11-03 21:00:51 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description William Brown 2015-05-11 01:42:00 UTC
Description of problem:
firewalld currently makes polices for imaps and smtp available:
/usr/lib/firewalld/services/imaps.xml
/usr/lib/firewalld/services/smtp.xml

However, they don't provide smtps or imap. Both smtps being SSL sockets, and imap support startTLS, so really they are both secure sockets anyway.

I would expect such policies to be:

<?xml version="1.0" encoding="utf-8"?>
<service>
  <short>Mail over SSL (SMTPS)</short>
  <description>This option allows incoming SMTP mail delivery over SSL(SMTPS). If you need to allow remote hosts to connect directly to your machine to deliver mail, enable this option. You do not need to enable this if you collect your mail from your ISP's server by POP3 or IMAP, or if you use a tool such as fetchmail. Note that an improperly configured SMTP server can allow remote machines to use your server to send spam.</description>
  <port protocol="tcp" port="465"/>
</service>


<?xml version="1.0" encoding="utf-8"?>
<service>
  <short>IMAP</short>
  <description>The Internet Message Access Protocol over SSL (IMAPs) allows a local client to access email on a remote server in a secure way. If you plan to provide a IMAP over SSL service (e.g. with dovecot), enable this option.</description>
  <port protocol="tcp" port="143"/>
</service>

This also applies to Fedora 21 and above as well.

Comment 3 Ken Dreyer 2016-01-19 23:46:55 UTC
IMAP added upstream in https://github.com/t-woerner/firewalld/pull/66
SMTPs added upstream in https://github.com/t-woerner/firewalld/pull/68

Comment 6 Mike McCune 2016-03-28 23:42:22 UTC
This bug was accidentally moved from POST to MODIFIED via an error in automation, please see mmccune with any questions

Comment 10 errata-xmlrpc 2016-11-03 21:00:51 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://rhn.redhat.com/errata/RHSA-2016-2597.html