vi /etc/postfix/master.cf,注释掉原来maildrop的配置内容并改为:
maildrop unix - n n - - pipe
flags=DRhu user=vmail argv=maildrop -w 90 -d ${user}@${nexthop} ${recipient} ${user} ${extension} {nexthop}
由于maildrop不支持一次接收多个收件人,因此必须在/etc/postfix/main.cf增加如下参数:
vi /etc/postfix/main.cf
###### Maildrop config ########
maildrop_destination_recipient_limit = 1
virtual_transport = maildrop:
创建vi /etc/quotawarnmsg,为邮箱空间超过配额时的警告邮件内容
X-Comment: Rename/Copy this file to quotawarnmsg, and make appropriate changes
X-Comment: See deliverquota man page for more information
From: Mail Delivery System <Mailer-Daemon@example.com>
Reply-To: support@example.com
To: Valued Customer:;
Subject: Mail quota warning
Mime-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 7bit
Your mailbox on the server is now more than 90% full. So that you can continue
to receive mail you need to remove some messages from your mailbox.
19.解决extman问题
1)修改相关服务路径
vi /var/www/extsuite/extman/daemon/cmd_plugin/linux-cmd
2)启动服务
/var/www/extsuite/extman/daemon/cmdserver -v -d
3)写入rc.local开机自动运行
echo "/var/www/extsuite/extman/daemon/cmdserver -v -d" >>/etc/rc.local
至此,全部完成 登录 前台,后台
后台默认用户名 root@extmail.org 默认密码 extmail*123*,登录前台需要自己先添加一个用户