所以我在我的Ubuntu Server 16.04上完成了Postfix和Dovecot的一个非常基本的安装,而且我很难用Thunderbird设置/login到我的帐户。 按照本指南中的步骤1-5安装Postfix: https ://www.digitalocean.com/community/tutorials/how-to-install-and-configure-postfix-on-ubuntu-16-04安装Dovecot与帮助从这个链接: https : //help.ubuntu.com/community/Dovecot 我从Thunderbird得到的错误是“configuration无法validation – 用户名或密码是否错误?”。 当我查看系统日志,auth.log和mail.log我无法看到login失败的原因和地方。 Mail.err也不包含任何细节。 如果我运行“postconf -n”,我得到以下内容: alias_database = hash:/etc/aliases alias_maps = hash:/etc/aliases append_dot_mydomain = no biff = no home_mailbox = Maildir/ inet_interfaces = all inet_protocols = all mailbox_size_limit = 104857600 mydestination = $myhostname, example.com, mail.example.com, localhost.example.com, localhost myhostname = localhost.localdomain mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128 […]
在最近的postfix版本中, compatibility_level = 2 ,postfix守护进程的默认值从chroot变为non-chroot。 当页面描述它改变了,你可以做什么继续使用chroot或停止使用它,没有任何理由。 为什么他们改变默认值? 在没有chroot的情况下运行它有没有好处?
我正在用我的postfix来解决问题。 我不断收到/var/log/mail.err中的标题错误,无法发送。 postconf的结果-n: alias_database = hash:/etc/aliases alias_maps = hash:/etc/aliases append_dot_mydomain = no biff = no broken_sasl_auth_clients = yes compatibility_level = 2 inet_interfaces = all inet_protocols = all mailbox_command = mailbox_size_limit = 0 mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128 mynetworks_style = subnet myorigin = /etc/mailname readme_directory = no recipient_delimiter = + relayhost = smtp_sasl_auth_enable = yes smtp_sasl_path […]
我们正在使用自定义SA规则等的postfix / dovecot / amavis / spamassassinconfiguration。 但是,即使没有垃圾邮件testing头文件和dkimtesting,一些奇怪的邮件也会发送给我们 示例标题: Return-Path: <[email protected]> Delivered-To: [email protected] Received: from localhost (localhost [127.0.0.1]) by mx.ourserver.cz (Postfix) with ESMTP id 8A6854207E for <[email protected]>; Thu, 14 Sep 2017 08:00:54 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at mx.ourserver.cz Received: from mx.ourserver.cz ([127.0.0.1]) by localhost (mx.ourserver.cz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id mAd28zkivdoO for […]
我已经改变了“smtp_tls_security_level =可能”,但后postfix重新加载它改为“smtp_tls_security_level =”我检查main.cf文件一切正常。请build议我的解决scheme来解决这个问题
我试图阻止在我的Postfix / Dovecot服务器的垃圾邮件,但成功。 每次我把'smtpd_recipient_restrictions'在main.cf我不能发送任何电子邮件。 /etc/postfix/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 inet_protocols=ipv4 smtpd_banner = $myhostname ESMTP $mail_name (Ubuntu) biff = no […]
我在FreeBSD 11上安装了postfix,dovecot,Amavisd,Spamassassin和clamav。我收不到邮件,日志是: Sep 19 16:00:16 t7 postfix/smtpd[1309]: connect from t7.example.com[192.xxx] Sep 19 16:00:16 t7 postfix/smtpd[1309]: 34D37115F3A: client=t7.example.com[192.xxx] Sep 19 16:00:16 t7 postfix/cleanup[1290]: 34D37115F3A: message-id=<[email protected]> Sep 19 16:00:16 t7 postfix/qmgr[1190]: 34D37115F3A: from=<[email protected]>, size=466, nrcpt=1 (queue active) Sep 19 16:00:16 t7 spamd[580]: spamd: connection from localhost [::1]:27779 to port 783, fd 5 Sep 19 16:00:16 t7 spamd[580]: […]
我一直试图在Ubuntu 16.04上设置一个只发送邮件的SMTP服务器,后缀和dovecot。 我遇到的问题是,当试图发送电子邮件时,我收到消息。 4.7.0由于本地问题,TLS不可用 所以我猜测问题在于我的后缀TLS设置。 如果我正在检查后缀服务的状态 Sep 19 15:03:15 mail.example.org postfix [3571]:/ usr / sbin / postconf:warning:/etc/postfix/main.cf:unused parameter:smtpd_tls_session_cache_header = yes Sep 19 15:03:15 mail。 example.org postfix [3571]:/ usr / sbin / postconf:warning:/etc/postfix/main.cf:unused parameter:smtpd_tls_note_starttls_offer = yes Sep 19 15:03:15 mail.example.org postfix [3571]:/ usr / sbin / postconf:warning:/etc/postfix/main.cf:未使用的参数:smtpd_tls_recieved_header = yes 所以我猜这是与这些设置有关。 但是我不明白他们有什么问题,我尝试删除这些行,并且错误仍然存在。 后缀configuration: mydomain = branelmail.dk myhostname […]
这是如何将所有外发电子邮件从postfixredirect到单个地址进行testing的后续问题 一旦我设置了一个邮件捕获来捕获所有出站邮件,并将它们发送到一个特殊用途的本地用户ID,我怎样才能做出一个例外,以便所有发送给系统pipe理员的邮件仍然被发送到他或她的真实邮件地址外部而不是本地用户ID?
我有一个名称为server1.mydomain.com的服务器此服务器主要用作Web服务器和多个域的邮件服务器。 但它不是mydomain.com的邮件服务器。 mydomain.com的邮件服务器是mail.mydomain.com。 发送邮件到各种外部电子邮件地址工作正常。 所有邮件都正确传递。 此系统上托pipe的所有客户端域都可以正确发送和接收邮件。 但不幸的是,我发送邮件给[email protected]时遇到了问题。 好像Postfix没有检查mydomain.com的负责邮件服务器是谁。 相反,它期望自己是正确的邮件服务器。 由于没有一个mydomain.com用户知道我的服务器(它不是域名的邮件服务器),所有的邮件发送到… @ mydomain.com不断收到错误消息说:“收件人地址被拒绝:虚拟邮箱表中的用户未知“这对我来说是清楚的… 我该如何追求postfix把邮件(发给mydomain.com的任何人)发送给mydomain.com的邮件服务器,而不是自己处理邮件? 所有其他邮件应按原样处理。 最好的问候,汤姆