Q: 安装Mailman后telnet myhost 25 无响应
A: 请查看日志
Jun 7 14:34:13 linuxas3 postfix/cleanup[20618]: fatal: open database /home/mailman/data/virtual-mailman.db: No such file or d
irectory
Jun 7 14:34:13 linuxas3 postfix/trivial-rewrite[20619]: fatal: open database /home/mailman/data/virtual-mailman.db: No such f
ile or directory
Jun 7 14:34:14 linuxas3 postfix/master[20560]: warning: process /usr/libexec/postfix/cleanup pid 20618 exit status 1
Jun 7 14:34:14 linuxas3 postfix/master[20560]: warning: /usr/libexec/postfix/cleanup: bad command startup -- throttling
Jun 7 14:34:14 linuxas3 postfix/master[20560]: warning: process /usr/libexec/postfix/trivial-rewrite pid 20619 exit status 1
Jun 7 14:34:14 linuxas3 postfix/master[20560]: warning: /usr/libexec/postfix/trivial-rewrite: bad command startup -- throttli
ng
|
创建aliases文件,后在newlist
touch /home/mailman/data/aliases
错误出在clamav目录所有者、组不正确,解决方法
chown clamav.clamav -R /usr/local/clamav
|