Ubuntu 20.04 contabo VPS virtualmin/webmin 面板 postfix+Dovecot
域名从 cloudflare 重定向 - 可能缺少任何记录(不确定……) 邮件 ip 地址 网络邮件 ip 地址 MX domainname.com mail.domainname.com 1
我想发送和接收电子邮件安装了 roundcube + 想要通过 thunderbird 访问
创建新用户(virtualmin/edit users)
#1 When I login to roundcube I can only get emails and if I try to send the error pops out:
“**smtp error (454) authentication failed**”
#2 Thunderbird does not connect at all with the settings from “Email Client Settings”
唯一的方法是如果我进入 Webmin/阅读用户邮件/然后我可以阅读或发送电子邮件或使用“usermin”
刚刚打开终端并检查了当前虚拟服务器管理员名称上的端口
netstat -tulpan
电子邮件所需的这些端口似乎已打开 IMAP tcp 0 0 0.0.0.0:993 0.0.0.0:* LISTEN
pop3 tcp6 0 0 :::995 :::* 侦听
smpt tcp6 0 0 :::587 :::* 侦听
端口 25 tcp6 0 0 :::25 :::* 侦听
如何解决这个问题?