我想configuration我们的DMZ中的一些网站,以便能够通过PostFix将电子邮件发送到公共互联网,而不必在我们的专用networking内传递任何东西到我们的Exchange 2010。 有人可以指导我如何设定这个方向吗? 提前致谢。
我们的上游MTA暂时被禁用,但以“550联系人支持”回应。 这意味着我们所有的自动生成的电子邮件正在耗尽。 如何configurationPostfix,以便硬反弹被忽略,邮件被推迟? soft_bounce = "yes"没有帮助,因为它只影响我自己的回应。
我有一个完美的Postfix和PostfixAdmin安装在服务器上,我现在需要移动到一个新的服务器。 因此,我安装了Postfix + Dovecot + SASL,并将其configuration为在我的旧服务器上。 我也复制了Postfix文件和数据库从旧到新的服务器。 是否复制Postifx字段和数据库足够,或者我应该手动创build所有帐户?
我正试图获得幕后工作。 我已经按照手册页 ,它已经正确运行smtp。 但它也想用它作为smtps(在master.cf添加与smtp相同的行,但使用smtps ),我在syslog中收到失败消息,如: postfix/postscreen[8851]: fatal: btree:/var/lib/postfix/postscreen_cache: unable to get exclusive lock: Resource temporarily unavailable 有人说,邮政屏幕只能运行一次; 没关系。 但是,我可以使用smtp和smtps相同的postscreen会话吗? 如果没有,如何启用邮政的屏幕为好? 任何帮助将会是明智的! configuration的部分: main.cf postscreen_access_list = permit_mynetworks,cidr:/etc/postfix/postscreen_access.cidr postscreen_dnsbl_threshold = 8 postscreen_dnsbl_sites = dnsbl.ahbl.org*3 dnsbl.njabl.org*3 dnsbl.sorbs.net*3 pbl.spamhaus.org*3 cbl.abuseat.org*3 bl.spamcannibal.org*3 nsbl.inps.de*3 spamrbl.imp.ch*3 postscreen_dnsbl_action = enforce postscreen_greet_action = enforce master.cf (全) smtpd pass – – n – – smtpd […]
我试图让后缀运行软(4xx)和硬(5xx)交付错误的脚本,但我不知道从哪里开始。 如果我理解正确,我可以在master.cf文件中插入(基于pipe道的)filter,有一个“milter”基础设施可用,最后我想我可以通过mail.info日志来简单地grep。 那么 – 有什么build议? 我应该去“通过master.cf”处理它,如果是的话,我应该拦截什么守护进程? '弹跳'? grep-the-logs路线可能是最简单的,但我不禁感觉有更好的方法。 任何build议感激!
我正在使用postfix制作一个smtp服务器,现在我可以通过sendmail命令成功发送邮件, 但通过smtp发送邮件失败,我的testing程序总是阻塞在readline(通过TCP读服务器的回复)部分。 我试图用这个 telnet myhostname 25 并且服务器发送了status0,那么没有任何回应。
嗨大家喜欢在标题中,我想知道如何从q形延期队列中获取电子邮件地址,因为我已经检查 在/ var /线轴/后缀/延期 目录,显然这些消息是通过ID消息列出的。 我正在考虑使用mailq命令,然后用一些脚本检索电子邮件地址,但如果有相同的工具,已经到这个我真的很感激它。 干杯
我在Ubuntu 11.04 64位。 我试图在我的VPS上设置Postfix,但是当我发送一封电子邮件到一个别名,例如[email protected]它会把它发送到[email protected] 。 现在,当我从GMail帐户发送邮件时,我收到了这个邮件: Delivery to the following recipient failed permanently: [email protected] Technical details of permanent failure: Google tried to deliver your message, but it was rejected by the recipient domain. We recommend contacting the other email provider for further information about the cause of this error. The error that the other server […]
我有一个域mydomain.com,其电子邮件托pipe在Google应用邮件服务器上。 但是我想使用相同的域名,并使用相同的域名来托pipe另一台本地Postfix邮件服务器,并从这个新的服务器发送邮件。 可能吗? 可能是我可能不得不为这个邮件服务器添加另一个MXlogging? 或添加另一个SPFlogging? 谢谢
我有Postfix邮件服务器。 邮件服务器是从一个未知的邮件地址发送垃圾邮件,所以我在main.cf和sender_access(从这个邮件地址丢弃邮件)中使用了sender_restrictions。 现在,垃圾邮件通过sendmail发送。 看下面的日志。 May 17 17:21:50 ABC postfix/smtpd[1220]: connect from localhost.localdomain[127.0.0.1] May 17 17:21:50 ABC postfix/smtpd[1220]: setting up TLS connection from localhost.localdomain[127.0.0.1] May 17 17:21:50 ABC postfix/smtpd[1220]: TLS connection established from localhost.localdomain[127.0.0.1]: TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits) May 17 17:21:50 ABC sendmail[1235]: STARTTLS=client, relay=[127.0.0.1], version=TLSv1/SSLv3, verify=FAIL, cipher=DHE-RSA-AES256-SHA, bits=256/256 May 17 17:21:50 ABC postfix/smtpd[1220]: […]