Articles of 电子邮件服务器

Mailserver DNS和rDNS设置

让我从事实上,在我们的组织中的事情是很奇怪的事实。 现在,我们必须为我们控制的DNS区域设置邮件服务器,例如xxx.yyy.zzz 。 但是,我们不能将其放置在为该区域分配的子网中。 目前我们有两种可能性。 将其置于与自己的DNS区域不同的子网中,并将其插入该区域的rDNS。 也就是说,我们的DNS指向那个IP,他们的rDNS指向我们的域名。 或者,我们可以将其放置在不同的子网中,rDNS查找将不起作用。 我的问题是,这些设置是“邮件友好”。 也就是说,邮件服务器,邮件客户端,垃圾邮件检测等会容忍这样的设置,否则很有可能会从这样的服务器发送电子邮件,被标记为垃圾邮件等等。

邮件服务器,将postfix绑定到一个IP地址,networking不可达

我使用绑定configuration了一个DNS服务。 它工作,我创build了一个名为test.com的域名。 问题不在于如何configuration绑定,我已经有了一个积极的反馈:我使用digtesting了它,如果我询问mail.test.com的IP地址,它将返回192.168.13.3。 我现在试图给我的后缀服务器分配一个IP地址,我可以使用telnet直接传递mail.test.com作为参数,而不是本地主机,这种方式: telnet -b mail.test.com 25 但是,如果我尝试它,它说: trying 192.168.13.3… telnet: connect to address 192.168.13.3: No route to host trying 2000:0:13::3 telnet: connect to address 2000:0:13::1: Network is unreachable 关于如何设置后缀IP地址,我跟着这个答案: https : //serverfault.com/a/489308/168676 这是我在master.cf文件(我只显示修改的部分)中的设置: smtp unix – – n – – smtp -o smtp_bind_address= 192.168.13.3 relay unix – – n – – smtp -o […]

Ubuntu上的sendmail工作不正常

我正在build立一个在LAMP堆栈上运行Ubuntu的新服务器。 我已经安装了sendmail,但似乎没有工作。 这是我在错误日志中的输出: Apr 16 13:46:51 ip-10-33-164-173 sm-mta[12939]: STARTTLS=client, relay=mail.imagine-publishing.co.uk., version=TLSv1/SSLv3, verify=FAIL, cipher=AES256-SHA, bits=256/256 Apr 16 13:46:51 ip-10-33-164-173 sm-mta[12939]: r3GDkeJG012937: to=<[email protected]>, ctladdr=<[email protected]> (33/33), delay=00:00:11, xdelay=00:00:11, mailer=esmtp, pri=120967, relay=mail.imagine-publishing.co.uk. [86.28.80.249], dsn=5.6.0, stat=Data format error Apr 16 13:46:51 ip-10-33-164-173 sm-mta[12939]: r3GDkeJG012937: r3GDkpJG012939: DSN: Data format error Apr 16 13:46:51 ip-10-33-164-173 sm-mta[12939]: r3GDkpJG012939: to=<[email protected]>, delay=00:00:00, xdelay=00:00:00, mailer=local, pri=30000, […]

在同一个域上的两台Exchange 2010服务器之间build立通信

我刚刚添加了第二台Exchange 2010服务器到我的域名,但发送到其他服务器上的邮箱的内部电子邮件似乎迷路了。 例如:JohnS的邮箱在EX01上,BobT的邮箱在EX02上 约翰发送一封电子邮件(内部),但鲍勃从来没有收到电子邮件。 但是,他们都收到了来自外界的电子邮件,并且罚款了。 现在让我们说Susie的邮箱是EX01。 她和约翰都可以互相发送邮件,但不能发送或发送给鲍勃。 问题全在内部。 EX01和EX02在相同的域中,但似乎不会互相发送。 需要一些帮助,谢谢!

Dovecot – 删除阅读电子邮件

在dovecot中通过configuration或插件读取邮件后,是否有办法自动删除邮件? 我正在运行以下两个包: dovecot-core 1:2.0.19-0ubuntu2 dovecot-pop3d 1:2.0.19-0ubuntu2 如果我不能自动删除它,也许有另一种方式将读取的邮件自动移动到另一个位置。 谢谢

Postfix忽略与dovecot SASL – 如何debugging?

我最近升级了我的服务器(Ubuntu 12.03),今天我注意到SMTP不再提供authentication。 我的设置是使用虚拟邮箱+ MySQL。 Telnet会话: telnet mail.mydomain.net 25 Connected to mail.mydomain.net. Escape character is '^]'. 220 mail.mydomain.net ESMTP Postfix (Ubuntu) ehlo test-domain.com 250-mail.mydomain.net 250-PIPELINING 250-SIZE 402400000 250-VRFY 250-ETRN 250-STARTTLS 250-ENHANCEDSTATUSCODES 250-8BITMIME 250 DSN 但是,我无法确定在哪里debugging问题。 (编辑:幸运的是,中继仍然被禁止,我的testing是有缺陷的)。 我的相关后缀configuration: # See /usr/share/postfix/main.cf.dist for a commented, more complete version smtpd_tls_cert_file = /etc/ssl/certs/ssl-mail.pem smtpd_tls_key_file = /etc/ssl/private/ssl-mail.key smtpd_use_tls = yes smtpd_tls_session_cache_database […]

SpamAssassin预设

我们目前正在将我们的邮件从一个手动pipe理的RHEL盒子迁移到一个CPanel盒子,我非常兴奋,当它终于发生时,我可能会哭一点点。 作为迁移的一部分,我希望客户能够立即看到垃圾邮件,因为垃圾邮件已经成为我们当前服务器上的一个bug。 我们已经运行rbls,这将继续在我们的新服务器上,但由于这是一个全新的安装,没有任何预先学习的规则,我希望有资源在那里'总理'spamassassin莫名其妙的一个普通的阻止IP和封锁的短语例如,所以它准备立即开始阻塞。 任何人都知道这样的资源? 或者一个新的SpamAssassin安装已经有足够的初始规则?

连接超时Postfix电子邮件转发

我有一个情况下,从后缀邮件服务器转发到雅虎,Gmail,AOL,icloud和许多其他转发电子邮件传递到主要的ESP一次停止,虽然它适用于我的公司电子邮件和电子邮件,而不是像我直接发送发电子邮件到Gmail或雅虎或ESP不转发的ESP之一。 Telnet正在工作,跟踪路由也正常工作,阻止转发电子邮件的电子邮件服务器的IP。 转发的电子邮件可能会有所不同? 在邮件队列中 May 10 09:36:43 apollo postfix/smtp[18975]: connect to alt1.gmail-smtp-in.l.google.com[173.194.70.26]:25: Connection timed out May 10 09:36:56 apollo postfix/smtp[18971]: connect to alt1.gmail-smtp-in.l.google.com[173.194.70.26]:25: Connection timed out May 10 09:44:25 apollo postfix/smtp[21829]: connect to alt1.gmail-smtp-in.l.google.com[173.194.70.26]:25: Connection timed out telnet 173.194.70.26 25 Trying 173.194.70.26… Connected to 173.194.70.26. Escape character is '^]'. 220 mx.google.com ESMTP m7si2343689eeu.50 – gsmtp […]

使用Ubuntu 12.04邮件服务器的IMAP文件夹:postfix-courier-ssltls-spamassassin-clamav-amavis

根据本教程,我几天前设置了这个邮件服务器,效果很棒: http://www.pixelinx.com/2010/10/creating-a-mail-server-on-ubuntu-using-postfix-courier-ssltls-spamassassin-clamav-and-amavis/ 注意到所有的教程似乎有不同的方式添加IMAP文件夹,我决定愚蠢地继续前进,编辑: /var/mail/virtual/mywebsite/myaccount/courierimapsubscribed 在一些额外的IMAP文件夹添加到该文件,这足够确定,现在显示在IMAP服务器在雷鸟选定的文件夹,但失败与文件夹不存在的错误。 我没有注意到应该使用“ls -a”,并且有: .Inbox .Sent .Trash 文件夹,每个文件夹中都有一些文件和文件夹: courierimapacl courierimapkeywords courierimapuiddb cur maildirfolder new tmp 从顶部的教程中,我可以看到这些文件和文件夹是以某种方式自动创build的,所以我认为有一个快递或Postfix命令以正确的方式创buildIMAP文件夹。 那么如何添加上述设置的IMAP文件夹呢?

什么是postfix的正确configuration?

我怎样才能configuration我的后缀服务器接受来自[email protected]的邮件? 我这样设置main.cf文件: myhostname = andrea-VirtualBox alias_maps = hash:/etc/aliases alias_database = hash:/etc/aliases myorigin = /etc/mailname #/etc/mailname mydestination = $myhostname postfixtest.org localhost relayhost = mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128 mydomain = postfixtest.org mailbox_command = procmail -a "$EXTENSION" mailbox_size_limit = 0 mail_spool_directory = /var/mail home_mailbox = Maildir/ recipient_delimiter = + inet_interfaces = 127.0.0.1 default_transport = smtp relay_transport = […]