https://bugzilla.redhat.com/show_bug.cgi?id=1848125
Bug ID: 1848125 Summary: amavisd fails to start in multiple port config Product: Fedora Version: 32 Hardware: x86_64 OS: Linux Status: NEW Component: amavisd-new Severity: high Assignee: j.orti.alcaine@gmail.com Reporter: dan@islenet.com QA Contact: extras-qa@fedoraproject.org CC: janfrode@tanso.net, j.orti.alcaine@gmail.com, perl-devel@lists.fedoraproject.org, steve@silug.org, vanmeeuwen+fedora@kolabsys.com Target Milestone: --- Classification: Fedora
amavisd fails to start using recommend 2 port configuration:
$inet_socket_port = [10024,10026]; # listen on multiple TCP ports
The failure occurs because the selinux-policy has labelled port 10026 as for use by spamd.
[root]# semanage port -l | grep spamd spamd_port_t tcp 783, 10026, 10027
Another port could be used as a workaround but it would be helpful for the amavisd and selinux team to identify another recommended port for the 2nd instance which would be properly labeled in the selinux policy.