[CentOS] Experience with postfixadmin with mysql?

Thu Dec 27 17:33:44 UTC 2012
Eero Volotinen <eero.volotinen at iki.fi>

2012/12/27 Robert Moskowitz <rgm at htt-consult.com>:
>
> 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.

well, you should read this article about debugging selinux issues:
http://prefetch.net/blog/index.php/2010/10/30/how-to-debug-selinux-service-issues/

--
Eero