Articles of 电子邮件服务器

无法将电子邮件地址发送到Office 365电子邮件地址

我有一个网页用于发送直接电子邮件地址存储在我的数据库的电子邮件地址。 所有的电子邮件地址都收到我的电子邮件罚款,除了Office 365用户,所以我的问题是我需要额外的configuration在我的服务器发送电子邮件或什么。 我的托pipe是goDaddy

从共享主机发送电子邮件时出现“PTR DNS资源logging不良”

我有一个虚拟服务器与一个IP x和有多个网站a.com和b.com上运行。 在浏览器中访问x时,我到达主页a.com。 从a.com向GMX发送电子邮件没有任何问题。 从b.com向GMX发送电子邮件导致以下错误: 主机mx01.emig.gmx.net拒绝跟我说话:544-gmx.net(mxgmx101)Nemesis ESMTP服务不可用554-否SMTP服务554-错误的DNS PTR资源logging。 我联系了主持人,告诉我要设置一个叫做“反向授权”的东西,把IP x指向b.com。 但是,我不是要转移这个问题吗? 从共享主机环境发送电子邮件的最佳做法是什么? 问候,六甲

Dovecot ACL的共享邮箱和虚拟域

我正在努力与ACL的,共享邮箱和dovecot,我真的不能得到它的工作。 我已经通过了官方的dovecot文档,在互联网上search有用的howto的,无济于事。 我当然错过了一些东西。 这里跟着我的doveconf -n输出。 我已经在“namespace condivisa”中尝试了许多许多不同的“位置”值… 看来,ACL的正确设置为邮箱,但我看不到在Thunderbird或Roundcube文件夹层次结构下的共享邮箱。 预先感谢您提供的任何build议。 # 2.2.13: /etc/dovecot/dovecot.conf # OS: Linux 3.16.0-4-amd64 x86_64 Debian 8.3 ext4 auth_mechanisms = plain login auth_socket_path = /var/run/dovecot/auth-userdb default_client_limit = 4099 default_process_limit = 1024 imap_client_workarounds = tb-lsub-flags lda_mailbox_autocreate = yes lda_mailbox_autosubscribe = yes log_timestamp = "%Y-%m-%d %H:%M:%S " mail_access_groups = vmail mail_debug = yes mail_gid = […]

在postfix中转发邮件循环

最近我根据一些教程configuration了我的postfix服务器dovecot,sasl和ldap。 它工作得很好,但总是当我收到电子邮件它消失后,直接5分钟,postfix说,它的转发邮件循环,我挣扎了2个星期find的错误,但不知道它可能是,这里是我的postconf alias_maps = ldap:/etc/postfix/ldapalias_maps.cf, ldap:/etc/postfix/ldapgalias_maps_both.cf, ldap:/etc/postfix/ldapgalias_maps_member.cf, ldap:/etc/postfix/ldapgalias_maps_folder.cf, ldap:/etc/postfix/ldapgalias_maps_forward.cf, ldap:/etc/postfix/ldapualias_maps_folder.cf, ldap:/etc/postfix/ldapualias_maps_forward.cf biff = no broken_sasl_auth_clients = yes canonical_maps = command_directory = /usr/sbin config_directory = /etc/postfix content_filter = daemon_directory = /usr/lib/postfix data_directory = /var/lib/postfix debug_peer_level = 2 debugger_command = PATH=/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin ddd $daemon_directory/$process_name $process_id & sleep 5 defer_transports = delay_warning_time = 4h disable_dns_lookups = no disable_mime_output_conversion = […]

Dovecot:autocreate插件已弃用,请使用邮箱{自动}设置

目前我在dovecot.conf中使用这个: protocol imap { mail_plugins = "autocreate" } plugin { autocreate = Trash autocreate2 = Sent autosubscribe = Trash autosubscribe2 = Sent } 我的日志说:警告:autocreate插件已弃用,使用邮箱{自动}设置 我检查了这个页面 ,但是我不能将我当前的设置“翻译”成它应该是的。

无法用自己的后缀发送Hotmail邮件

我购买了DigitalOcean VPS ,安装了cwp.admin开源面板。 也所有configuration完成像postfix , rDNS , DKIM , DMARC , SPF , DNS Settings etc … 我的问题是无法发送邮件到Hotmail而同样的configuration发送邮件到Gmail和其他电子邮件提供商。 当我发送邮件Undeliverable:邮件接收[email protected] pipe理员的诊断信息: Generating server: PN1PR01MB0031.INDPRD01.PROD.OUTLOOK.COM [email protected] PN1PR01MB0031.INDPRD01.PROD.OUTLOOK.COM Remote Server returned '532 5.3.2 STOREDRV.Deliver; Missing or bad mailbox Database property' Original message headers: Received: from BM1PR01CA0050.INDPRD01.PROD.OUTLOOK.COM (10.163.199.22) by PN1PR01MB0031.INDPRD01.PROD.OUTLOOK.COM (10.164.138.139) with Microsoft SMTP Server (TLS) id 15.1.443.12; Thu, […]

由于DNS超时而无法查询DKIM

我运行dkimproxy签署出站电子邮件并validation入站电子邮件。 一段时间以来,我遇到了以下永久性的问题。 dkimproxy服务无法查询DNS。 我收到的每条消息都得到以下标题集(在我的示例中,我是example.org和sender example.biz) Authentication-Results: mail.example.org; dkim=invalid (public key: DNS query timeout for api._domainkey.example.biz at /usr/lib/perl5/vendor_perl/5.18.1/Mail/DKIM/DNS.pm line 156, line 643.) [email protected]; dkim=invalid (public key: DNS query timeout for api._domainkey.example.biz at /usr/lib/perl5/vendor_perl/5.18.1/Mail/DKIM/DNS.pm line 156, line 643.) [email protected] 错误是永久的。 如果我通过SSHlogin并尝试使用nslookup从远程DNS获取TXTlogging,我可以成功读取它。 我如何解决上述问题? [编辑]我的问题不属于这个已知的问题 ,因为在这个问题上,DKIM检查似乎是由SpamAssassin完成的。 我用dkimproxy检查DKIM

在通过IMAP移动到垃圾邮件时,在Dovecot中获取“无法初始化临时目录”

IMAP客户端尝试在垃圾邮件文件夹中移动电子邮件。 有时(很less)这个操作失败如下: > TAG4 UID MOVE 32235,32234 "Spam" < TAG4 NO [CANNOT] Failed to initialize temporary dir 通常,该操作成功(相同的帐户,相同的客户端等)。 IMAP服务器在CentOS 7.1 64位上是Dovecot 2.2,我相信。 鸽子的日志在这个错误的时间范围内没有任何错误。 帐户配额不超过。 接下来尝试将相同的邮件移至垃圾邮件成功。 我也注意到,当我select多个消息时,总是发生这种情况。 我从来没有看到一个单一的消息这个错误。 谷歌search揭示了这个错误消息在Dovecot来源和其他地方: http : //code.metager.de/source/xref/dovecot/plugin/antispam/src/mailtrain.c 可能是这个错误的原因是什么?

Postfix忽略我的交通地图

我正尝试将传入的电子邮件[email protected]传送给一个名为rt-mailgate的脚本,同时通过ldap和spamassassin将其余的传入电子邮件(任何东西… @ example.org)发送给Dovecot。 一切工作很好,除了我的pipe道rt邮递门。 所有邮件都是通过master.cf中的“smtp”服务交付的(这是通过spamassassin发送到ldap-dovecot),所以我的传输映射[email protected]到“rt”服务将被忽略。 (我还没有忘记运行postmap或任何东西)。 这是我的configuration。 /etc/postfix/master.cf: smtp inet n – – – – smtpd -o content_filter=spamassassin spamassassin unix – nn – – pipe flags=DROhu user=postoffice argv=/usr/bin/spamc -u debian-spamd -f -e /usr/lib/dovecot/deliver -f ${sender} -d ${user} rt unix – nn – – pipe flags=R user=postoffice argv=/usr/bin/rt-mailgate –queue ${user} –action correspond –url http://rt.example.org/ /etc/postfix/main.cf文件: myhostname […]

CentOS邮件反弹错误dsn = 5.1.0 status postfix问题

我在我的服务器上运行centOs,我使用postfix发送邮件,但是前一段时间postfix已经开始popup每封邮件,我尝试发送给这个错误: Jun 9 12:06:49 IrideLamp1 postfix/pickup[20293]: 29475A24DC: uid=48 from=<apache> Jun 9 12:06:49 IrideLamp1 postfix/cleanup[21656]: 29475A24DC: message-id=<[email protected]> Jun 9 12:06:49 IrideLamp1 postfix/qmgr[20294]: 29475A24DC: from=<[email protected]>, size=765, nrcpt=1 (queue active) Jun 9 12:06:49 IrideLamp1 postfix/smtp[21658]: 29475A24DC: to=<[email protected]>, relay=mx.irideprogetti.it[62.149.128.160]:25, delay=0.23, delays=0.05/0.01/0.06/0.11, dsn=5.1.0, status=bounced (host mx.irideprogetti.it[62.149.128.160] said: 550 5.1.0 4a6w1t00p1oDpDh01a6wKF dominio non valido / invalid domain (in reply to MAIL […]