汉化Sqwebmail(转)[@more@]
汉化Sqwebmail
./configure --without-authpam --without-authuserdb
--without-authpwd --without-authshaow --without-authldap
--without-authmysql --with-authvchkpw --with-authdaemon
--enable-logincache --with-cachedir=/var/cache/sqwebmail
--with-cacheowner=vpopmail --enable-webpass=vpopmail
--enable-hardtimeout=3600
cd sqwebmail/html
make clone from=en-us to=zh_CN
cd zh_CN
修改CHATSET文件为:“gb2312”
修改LANGUAGE文件为:“zh_CN”
修改LANGUAGE_PREF文件为:“zh_CN zh_CN”(中间空格)
修改LOCAL文件为:“zh_CN”
把*.html文件中的charset设置为:“gb2312”或者去掉charset
./configure --without-authpam --without-authuserdb
--without-authpwd --without-authshaow --without-authldap
--without-authmysql --with-authvchkpw --with-authdaemon
--enable-logincache --with-cachedir=/var/cache/sqwebmail
--with-cacheowner=vpopmail --enable-webpass=vpopmail
--with-defaultlang=zh_CN --enable-mimecharset=gb2312
--enable-hardtimeout=3600
make configure-check
make check
make install-strip
Sqwebmail是CGI写的,修改*.html文件就可以达到Web界面的汉化了。
来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/8225414/viewspace-938976/,如需转载,请注明出处,否则将追究法律责任。