今天我发现一个非常好的wembail界面,我想分享一下,与其他webmail软件包相比,安装的容易程度。
Telaen是一个用PHP编写的webmail界面。 它不需要任何数据库,并且与POP3或IMAP兼容,所以它运行在任何服务器支持PHP与Sendmail或QMAIL。 可以轻松集成其他外观和语言。
从sourceforge页面http://sourceforge.net/projects/telaen下载最新的tar.gz包
wget http://switch.dl.sourceforge.net/sourceforge/telaen/telaen_1.1.0.tar.gz
tar zxf telaen_1.1.0.tar.gz
mv telaen_1.1.0 webmail
cd webmail /
chown -R apache.apache *
Apache在apache用户下运行,所以现在有权写入
webmail的数据库目录
cd inc /
cp config.php.default config.php
cp config.security.php.default config.security.php
cp config.languages.php.default config.languages.php
现在您可以在浏览器中加载webmail
http:// localhost / webmail