initial commit of file from CVS for qpsmtpd on Fri 14 Jul 16:16:28 BST 2023

This commit is contained in:
Brian Read
2023-07-14 16:16:28 +01:00
parent 6dc6d5f185
commit 402a95f45e
40 changed files with 1641 additions and 1 deletions

10
README.selinux Normal file
View File

@@ -0,0 +1,10 @@
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