On 12/07/09 23:19, Robin Bowes wrote:
> Hi,
> 
> You might like to include the attached README file in a future release.
> 
> It explains how to allow apache to listen on an arbitrary port when
> SELinux is enabled.

Doh, except that's the one with the error in!

Correct version attached to this mail.

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

Reply via email to