前几篇文章,我们介绍了有关postfix的相关安装与配置,这篇文章我们再来介绍下,在web下管理postfix的软件roundcube webmail。
注意:本篇文章所需的基础环境都是根据《烂泥:Postfix邮件服务器搭建之准备工作》这篇文章准备的。
一、下载roundcube webmail软件包
要安装roundcube webmail,我们先要下载roundcube webmail,如下:
解压roundcube webmail软件包,并移动到apache根目录下,如下:
tar -xf roundcubemail-1.1.4-complete.tar.gz
mv roundcubemail-1.1.4 /var/www/html/webmail/
chown -R apache:apache /var/www/html/webmail/
chmod -R 755 /var/www/html/webmail/
ll /var/www/html/webmail/
二、配置roundcube webmail基础环境
roundcube webmail依赖php的相关模块比较多,所以我们先要对其进行安装下。