On 12/27/2012 02:27 PM, Daniel J Walsh wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 12/27/2012 12:28 PM, Robert Moskowitz wrote:
On 12/26/2012 01:21 PM, Eero Volotinen wrote:
In fact I either turn everything off, or go through all the prt policy stuff now.
I added iptable rules for ports 25, 110, 143, 587, 993, 995, & 4190. I believe those are all the ports I am using for this (SMTP, IMAP, POP3, & SEIVE). Restarted and got the same errors. Were do I find selinux messages?
It might simply be password problems, with all the files that have passwords buried in them...
you can set selinux to permissive (setenforce 0) mode to test, if this problem is related to selinux.
if it is related to selinux, you might need something like this:
setsebool -P httpd_can_network_connect on
This did not help. pfa cannot create the file structure for a new user in enforcing mode with this boolean set. Had to go back to permissive.
see urls for references: http://wiki.centos.org/TipsAndTricks/SelinuxBooleans http://wiki.centos.org/HowTos/SELinux
So far these are not helping. :(
But then I am a total lost in the woods with selinux.
_______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
What AVC's are you seeing?
ausearch -m avc -ts recent
<no matches>
But I have sinced rebooted with 'permissive' to continue my general testing. Does this make a difference on this AVC search?