|
我现在配置了postfix邮件服务器 现在能正常收信发信 但是outlook却不能正常连接 总是提示网络超时间.然后我检查了邮件日志 发现
Dec 7 13:20:59 mail pop3-login: Login: linuxqq [::ffff:123.120.6.19]
Dec 7 13:20:59 mail pop3(linuxqq): Failed to create storage with data: maildir.
~/Maildir
Dec 7 13:20:59 mail dovecot: child 4224 (pop3) returned error 89
这行错误 但错误是89行 我很郁闷 不知道如何解决
这是89行的内容
# User to use for the login process. Create a completely new user for this,
# and don't use it anywhere else. The user must also belong to a group where
# only it has access, it's used to control access for authentication process.
#login_user = dovecot |
|