Please help I am very confused.. after switching to dovecot:
(which I have other problems as well which I am posting seperately) I get an error as below in /var/log/messages:
googling this points to it being related to selinux but I definately have it disabled:
Any ideas? I have been reading through various posts for hours and not really getting anywhere.
71 cd /usr/local/directadmin/customapache
72 ./build update
73 ./build update_dovecot
74 ./build dovecot
75 /sbin/service dovecot restart
(which I have other problems as well which I am posting seperately) I get an error as below in /var/log/messages:
Jun 30 14:07:18 localhost kernel: audit(1183208838.342:40): avc: denied { execmod } for pid=25253 comm="httpd" name="libphp4.so" dev=ida/c0d0p3 ino=2052083 scontext=user_u:system_r:unconfined_t:s0 tcontext=rootbject_r:lib_t:s0 tclass=file
googling this points to it being related to selinux but I definately have it disabled:
# This file controls the state of SELinux on the system.
# SELINUX= can take one of these three values:
# enforcing - SELinux security policy is enforced.
# permissive - SELinux prints warnings instead of enforcing.
# disabled - SELinux is fully disabled.
SELINUX=disabled
# SELINUXTYPE= type of policy in use. Possible values are:
# targeted - Only targeted network daemons are protected.
# strict - Full SELinux protection.
SELINUXTYPE=targeted
Any ideas? I have been reading through various posts for hours and not really getting anywhere.