A fresh install of Squirrelmail with SELinux enabled will not allow you to login. You get the following error message:

Error connecting to IMAP server: localhost.
13 : Permission denied

The SELinux boolean "httpd_can_network_connect" must be set. To check its state:

getsebool httpd_can_network_connect

To set it:

setsebool -P httpd_can_network_connect=1


CategorySelinux

SquirrelmailAndSelinux (last edited 2006-12-12 02:27:52 by DavidKeen)