先由 http://openwebmail.org/ 下載 openwebmail
到 tmp 下 tar zxvf openwebmail.xxx.tar.gz
然後
mv ~xxx/WWW/data/openwebmail ~xxx/WWW/openwebmai.bak #備份一下
mv data/openwebmail ~xxx/WWW/data/openwebmail #放入新的 html
mv ~xxx/cgi-bin/openwebmail ~xxx/openwebmail.bak
mv cgi-bin/lopenwebmail ~xxx/cgi-bin/openwebmail
cd ~xxx/service/cgi-bin/openwebmail/etc
vi openwebmail.conf
修改:
mailspooldir /var/spool/mail
ow_cgidir /home/xxx/cgi-bin/openwebmail
ow_htmldir /home/xxx/WWW/data/openwebmail
default_ctrlposition_folderview top
default_ctrlposition_msgread top
default_language zh_TW.utf8
default_iconset Cool3D.Chinese.Traditional
<default_signature>
—
WebMail Service of fhl (http://wmail.fhl.net)
</default_signature>
然後
cp defaults/auth_unix.conf .
vi auth_unix.conf
修改
passwdfile_plaintext /etc/passwd
passwdfile_encrypted /etc/shadow
passwdmkdb none
新增
/home/xxxx/cgi-bin/openwebmail/etc/dbm.conf
裡面放入
dbm_ext .db
dbmopen_ext .db
dbmopen_haslock no
最後
/home/xxxx/cgi-bin/openwebmail/openwebmail-tool.pl –init