首页 > 邮件系统 > 正文

postfix-dovecot收不到邮件问题
2015-10-31 12:05:47   来源:   评论:0 点击:

postfix-dovecot收不到邮件问题

收不到邮件问题,解决
[root@mail dovecot]# vi /etc/dovecot/dovecot.conf
service auth {
  unix_listener /var/spool/postfix/private/auth {
    group = postfix
    mode = 0666
    user = postfix
  }
#  unix_listener auth-client {
#    group = postfix
#    mode = 0600
#    user = postfix
#  }
    unix_listener auth-master {
        user = vmail
        group = vmail
        mode = 0666
}

[root@mail dovecot]# vi /etc/postfix/main.conf
smtpd_sasl_auth_enable = yes
smtpd_sasl_type = dovecot
smtpd_sasl_security_options = noanonymous

#smtpd_sasl_path = /var/run/dovecot/auth-client
smtpd_sasl_path = private/auth

就是说vi /etc/postfix/main.conf 里的private/auth和vi /etc/dovecot/dovecot.conf的/var/spool/postfix/private/auth要一致

相关热词搜索:邮件 问题

上一篇:Main.cf主要参数
下一篇:最后一页

分享到: 收藏