On 24/11/2013 12:52, li...@sbt.net.au wrote:
Nov 21 09:25:39.035  /usr/sbin/amavisd[22499]: Net::Server: Binding to TCP port 
10024 on host 127.0.0.1 with IPv4
Nov 21 09:25:39.035  /usr/sbin/amavisd[22499]: (!)Net::Server: 
2013/11/21-09:25:39 Can't connect to TCP port 10024 on 127.0.0.1 [Permission 
denied]\n  at line 68 in file

Sounds to me like an SELinux problem. Check whether you are running in 'Enforcing', 'Permissive', or 'Disabled' mode:

  # getenforce

If you are in 'Enforcing' mode (which is the default on CentOS), run this and see if it comes good:

  # setenforce Permissive

You can make this change permanent by editing /etc/selinux/config.

--
I'll probably get bashed by those who are knowledgeable (those same people who are suspiciously silent when it comes to educating or actually making this stuff easier to use), but I typically disable SELinux when running into these sorts of problems, as I can't afford to waste hours of work time debugging stupid problems when I could be getting actual stuff done.

--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

Reply via email to