|
[Solved]SELinux cause Squirrelmail to fail
Can anyone tell what I need to enable in SELinux to allow Squirrelmail to work on my FC3 server?
Here is my server layout:
FC3-->Sendmail, Dovecot(POP & IMAP), Apache, Squirrelmail, & SELinux.
when SELinux is on. I get permission denied when I tried to login from Squirrelmail. Here is the error message:
Login Screen:
Error connecting to IMAP server: mail.jurgiel.com.
13 : Permission denied
Messages Log
Nov 19 20:40:44 mail kernel: audit(1132454444.934:107): avc: denied { connect } for pid=3697 comm="httpd" scontext=root:system_r:httpd_t tcontext=root:system_r:httpd_t tclass=tcp_socket
When SELinux is off. Squirrelmail work perfectly. So, I know SELinux is the cause of my problem. Now, I just need to know what I need to enable to get Squirrelmail to work with SELinux running. Here is my booleans file for SELinux
httpd_enable_cgi=1
httpd_enable_homedirs=1
httpd_enable_tcp=1
httpd_ssi_exec=1
httpd_builtin_scripting=1
named_write_master_zones=0
httpd_unified=1
httpd_tty_comm=1
allow_execmod=1
allow_execmem=1
Last edited by cojo; 11-20-2005 at 06:39 PM.
|