CentOS release 6.6 (Final)
OpenWebMail version 2.53
安裝 OpenWebMail 時有遇過這個問題
http://pejslin.blogspot.tw/2014/04/centos-openwebmail.html
重新設定 SELinux 即可
touch /var/log/openwebmail.log <==這是產生一個log檔
chcon -u system_u /var/log/openwebmail.log <==這是修改檔案使用者權限
chcon -t httpd_sys_script_rw_t /var/log/openwebmail.log <==這是修改寫入權限
chcon -t httpd_unconfined_script_exec_t /var/www/cgi-bin/openwebmail/openwebmail* <==這是修改檔案由什麼套件專用
發生原因可能是執行 yum update
2015年12月31日 星期四
2014年4月8日 星期二
CentOS 安裝 OpenWebMail
CentOS 安裝 OpenWebMail
# cat /etc/redhat-release
CentOS release 6.5 (Final)
openwebmail-2.53-3.i386
官網
http://www.openwebmail.org/
# cat /etc/redhat-release
CentOS release 6.5 (Final)
openwebmail-2.53-3.i386
官網
http://www.openwebmail.org/
標籤:
CentOS,
mail,
OpenWebMail
訂閱:
文章 (Atom)