telnet localhost pop3 正在尝试 ::1... 正在尝试 127.0.0.1... telnet:无法连接到远程主机:连接被拒绝
网络统计 -l
tcp 0 0 *:www : 听
tcp 0 0 localhost.localdoma:ipp : 听
tcp 0 0 *:smtp : 听
tcp 0 0 localhost.localdo:mysql : 听
当我运行这个服务 dovecot start 我得到了
start: 拒绝发送消息,1 个匹配规则;type="method_call", sender=":1.553" (uid=1000 pid=26250 comm="start) interface="com.ubuntu.Upstart0_6.Job" member="Start" error name="(unset)" requested_reply= 0 目的地="com.ubuntu.Upstart" (uid=0 pid=1 comm="/sbin/init"))
在 Dovecot.conf 上
protocols = imap imaps pop3 pop3s
disable_plaintext_auth = no
log_timestamp = "%Y-%m-%d %H:%M:%S "
mail_location = maildir:/var/spool/mail/%d/%n
mail_access_groups = mail
first_valid_uid = 106
first_valid_gid = 106
protocol imap {
}
protocol pop3 {
listen=*:110
pop3_uidl_format = %08Xu%08Xv
}
protocol lda {
postmaster_address = samer@aiu.com
mail_plugins = quota
log_path = /var/log/dovecot-deliver.log
info_log_path = /var/log/dovecot-deliver.log
}
auth default {
mechanisms = digest-md5 plain
passdb sql {
args = /etc/dovecot/dovecot-mysql.conf
}
userdb sql {
args = /etc/dovecot/dovecot-mysql.conf
}
user = root
}