postfix + dovecot配置,未收到邮件
我正在尝试在自己的服务器上安装postfix + dovecot邮件服务器,但无法接收邮件。我遵循了本教程https://samhobbs.co.uk/2013/12/raspberry-pi-email-server-part-1-postfix(以及其他视图)。使用Thunderbird时,我可以连接到服务器并发送邮件。但是没有收到传入的邮件。 这是我的后缀main.cf的样子: # See /usr/share/postfix/main.cf.dist for a commented, more complete version # Debian specific: Specifying a file name will cause the first # line of that file to be used as the name. The Debian default # is /etc/mailname. #myorigin = /etc/mailname smtpd_banner = $myhostname ESMTP $mail_name (Ubuntu) …