全新的freebsd 通过ports装安mysql,sasl2,然后安装postfix 在安装的过程中,添加postfix组和用户我选的是Y 但在成为mailer我选择的是N,mail.cf中我什么都没有动
我在rc.conf中添加
sendmail_enable="NONE"
sendmail_flags="-bd"
sendmail_outbound_enable="NO"
sendmail_submit_enable="NO"
sendmail_msp_queue_enable="NO"
启动postfix telnet 25端口却没有响应; maillog为
Jun 3 10:45:29 mail postfix/postfix-script: starting the Postfix mail system
Jun 3 10:45:29 mail postfix/master[571]: daemon started -- version 2.2.1, configuration /usr/local/etc/postfix
Jun 3 10:45:38 mail postfix/smtpd[574]: fatal: open database /etc/aliases.db: No such file or directory
Jun 3 10:45:39 mail postfix/master[571]: warning: process /usr/local/libexec/postfix/smtpd pid 574 exit status 1
Jun 3 10:45:39 mail postfix/master[571]: warning: /usr/local/libexec/postfix/smtpd: bad command startup -- throttling
为这个问题我已经烦脑好久了! 请大家帮我看看好吗? |