qpsmtpd/packaging/rpm/files
Richard Siddall 2ffa50ba50 It would help if I deleted the unused file too... 2014-02-13 19:59:14 -05:00
..
README.selinux Initial check-in of RPM packaging tree 2009-07-14 21:52:40 +01:00
in.qpsmtpd Initial check-in of RPM packaging tree 2009-07-14 21:52:40 +01:00
qpsmtpd-forkserver.rc Initial check-in of RPM packaging tree 2009-07-14 21:52:40 +01:00
qpsmtpd-forkserver.sysconfig Initial check-in of RPM packaging tree 2009-07-14 21:52:40 +01:00
qpsmtpd-xinetd Initial check-in of RPM packaging tree 2009-07-14 21:52:40 +01:00
qpsmtpd.conf Initial check-in of RPM packaging tree 2009-07-14 21:52:40 +01:00

README.selinux

If you run qpsmtpd-apache on a box with SELinux enabled, you'll need to
allow apache to listen to your SMTP port, typically port 25.

The following command allows apache to listen on port 25:

    semanage port -m -t http_port_t -p tcp 25

Use the -d option to remove this permission:

    semanage port -d -t http_port_t -p tcp 25