squirrelmail 配置

最近需要找一个开源的web项目做论文里的例子,在oschina上找到一个邮件管理系统squirrelmail
按照网上的配置,可以成功访问。

系统:ubuntu 11.10

1、安装apache2,dovecot
sudo apt-get apache2
sudo apt-get install dovecot-pop3d dovecot-imapd dovecot-postfix 
2、安装squirrelmail:
sudo apt-get squirrelmail
3、设定,直接输入:
squirrelmail-configure
4、主要设定域名Domain:
Command>>2
Command>>1
我是在本机上测试的,所以域名直接填的"127.0.0.1"
5、保存完之后,修改apache2对应squirrelmail的画面位置:
sudo cp /etc/squirrelmail/apache.conf /etc/apache2/sites-enabled/squirrelmail
6、之后编辑dovecot,让squirrelmail可以存取POP跟IMAP的服务:
sudo gedit /etc/dovecot/dovecot.conf
7、添加protocols = imap imaps
listen = *前面的#去掉
8、重启apache2,devecot
sudo /etc/init.d/apache2 restart
sudo service dovecot stop
sudo service dovecot start

chrome里输入127.0.0.1/squirrelmail,成功访问。

转载于:https://my.oschina.net/hebianxizao/blog/69740

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值