Parent Directory | Revision Log | Revision Graph
Update to 0.83
1 | slords | 1.1 | If you run qpsmtpd-apache on a box with SELinux enabled, you'll need to |
2 | allow apache to listen to your SMTP port, typically port 25. | ||
3 | |||
4 | The following command allows apache to listen on port 25: | ||
5 | |||
6 | semanage port -m -t http_port_t -p tcp 25 | ||
7 | |||
8 | Use the -d option to remove this permission: | ||
9 | |||
10 | semanage port -d -t http_port_t -p tcp 25 |
admin@koozali.org | ViewVC Help |
Powered by ViewVC 1.2.1 |