要架設 Open Webmail 前,請務必先將sendmail、dovecot架設好
安裝
yum -y install perl-suidperl perl-Compress-Zlib
yum –y install perl-Text-Iconv
# wget http://openwebmail.org/openwebmail/download/redhat/rpm/release/2.53/openwebmail-2.53-1.i386.rpm
# wget http://openwebmail.org/openwebmail/download/redhat/rpm/release/2.53/openwebmail-2.53-2.i386.rpm
# wget http://openwebmail.org/openwebmail/download/redhat/rpm/release/2.53/openwebmail-2.53-3.i386.rpm
# wget http://openwebmail.org/openwebmail/download/redhat/rpm/release/2.53/openwebmail-data-2.53-1.i386.rpm
# wget http://openwebmail.org/openwebmail/download/redhat/rpm/release/2.53/openwebmail-data-2.53-2.i386.rpm
# wget http://openwebmail.org/openwebmail/download/redhat/rpm/release/2.53/openwebmail-data-2.53-3.i386.rpm
# rpm -Uvh openwebmail-2.53-*.rpm openwebmail-data-2.53-*.rpm
修改 dbm.conf (/var/www/cgi-bin/openwebmail/etc/dbm.conf)
dbm_ext .pag
dbmopen_ext none
dbmopen_haslock no
初始化openwebmail
# /var/www/cgi-bin/openwebmail/openwebmail-tool.pl –init
修改 openwebmail.conf
#cp /var/www/cgi-bin/openwebmail/etc/openwebmail.conf /var/www/cgi-bin/openwebmail/etc/openwebmail.conf.bak
#vim /var/www/cgi-bin/openwebmail/etc/openwebmail.conf
底下請自行依照需求修改
55行 enable_pop3 yes 修改成–> enable_pop3 no
62行 default_language en 修改成–> default_language zh_TW.Big5
85行 default_iconset Cool3D.English 修改成–> default_iconset Cool3D.Chinese.Traditional
76行
77行 –
78行Open WebMail Project (http://openwebmail.org)
79行
#此此四行是使用者寄信的預設簽名檔,請自行修改粗體部分
202行 webdisk_rootpath /webdisk 修改成–> webdisk_rootpath /
縮短 OpenWebMail 連結網址:
#vim /etc/httpd/conf/httpd.conf
ScriptAlias /mail “/var/www/cgi-bin/openwebmail/openwebmail.pl”
#在設定檔最後面加上這一行
#service httpd restart
如果有安裝mod_security需修改下列兩隻檔案
/etc/httpd/modsecurity.d/base_rules/modsecurity_crs_60_correlation.conf
/etc/httpd/conf.d/mod_security.conf
測試:
http://g4.hf.seven.com.tw/mail
重新啟動 apache /etc/rc.d/init.d/httpd restart
留言列表