Articles of dovecot

修复可怜的电子邮件

我遇到了SenderBase问题。 我的IP在任何BL都没有被阻塞,但是使用SenderBase / Ciscos的人不会收到我的邮件。 这是因为我的电子邮件系统安装不好吗? 他们列出以下内容: 您的networking中的电子邮件服务器或计算机可能感染了恶意软件,并可能用于发送垃圾邮件。 您可能有一个不安全的networking,允许其他方使用您的networking发送垃圾邮件。 您的电子邮件服务器可能configuration错误,可能会传播垃圾邮件。 您可能正在使用不允许将电子邮件直接转发到Internet的dynamicIP。 我只有我的网站运行CPanel。 据我所知,没有垃圾邮件或滥用。 我应该检查什么来确保邮件系统(Exim)达到标准? 我的服务器configuration得很好,所以我不知道系统被滥用,而我不知道。 我应该确保我的电子邮件服务器符合什么标准?

Spamassassinfilter系统地产生垃圾邮件的负面(火腿)评分

我有很多垃圾邮件的问题。 我的服务器设置是VPS与CentOS 6.5和Dovecot + Postfix + Spamassassin。 这里是其中一条消息的来源: Return-Path: <[email protected]> X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on xxxxxx.xx X-Spam-Level: X-Spam-Status: No, score=-0.5 required=3.0 tests=HTML_MESSAGE, HTML_MIME_NO_HTML_TAG,MIME_HTML_ONLY,RP_MATCHES_RCVD,URIBL_BLOCKED autolearn=ham version=3.3.1 Delivered-To: [email protected] Received: by mx.xxxxxx.xx (Postfix, from userid 5001) id 584194399E; Sun, 14 Sep 2014 04:34:03 +0200 (CEST) Received: from tagbook.co.nz (tagbook.co.nz [119.47.112.73]) by mx.xxxxxx.xx (Postfix) with ESMTP id 6089C43119 […]

OpenDKIM错误

发送邮件时,Outlook错误4.7.1 Service unavailable – try again later 。 我已经安装了postfix,dovecot和openDKIM,但是OpenDKIM给了我错误: Mar 30 10:19:32 x opendkim[16762]: can't load key from /etc/ssl/private/mail.x.nl.key: Permission denied Mar 30 10:19:32 x opendkim[16762]: A058440C14: error loading key '_domainkey.x.nl' Mar 30 10:20:27 x opendkim[16762]: can't load key from /etc/ssl/private/mail.x.nl.key: Permission denied Mar 30 10:20:27 x opendkim[16762]: 6A4FF40C14: error loading key '_domainkey.x.nl' Mar 30 […]

邮件服务器受到威胁。 雅虎拒绝邮件

我认为我们的邮件服务器已经被盗用了。 今天早上当我检查时,有1298个来自雅虎的拒绝邮件。 与此消息Messages from xxxxx(our ip) temporarily deferred due to user complaints – 4.16.55.1; see http://postmaster.yahoo.com/421-ts01.html) Messages from xxxxx(our ip) temporarily deferred due to user complaints – 4.16.55.1; see http://postmaster.yahoo.com/421-ts01.html) 邮件虽然传递给Gmail。 我是新来的,任何人都可以请build议我在哪里开始寻找? 我们在Ubuntu Server 10.04上使用Postfix和dovecot。 我在这里https://help.ubuntu.com/community/MailServer中遵循这个指南

configurationDovecot只允许本地主机通过imap连接

如何将Dovecot消息传递代理configuration为只允许来自本地主机的imap连接?

glusterfs和鸽棚问题

我有两个共享glusterfs磁盘的服务器,都运行dovecot和从这个共享磁盘提供邮件。 用户只能从这些服务器中的一个读取邮件,但是邮件会被传送到这两个服 偶尔在访问收件箱maildir文件夹时遇到问题: IMAP(用户):打开(/ home / user / Maildir / dovecot-uidlist)失败:权限被拒绝 用户不能打开收件箱。 访问其他文件夹工作正常。 如果我删除了dovecot索引文件,并重新启动dovecot一切工作正常。 我能做些什么来使这个设置更可靠? 我在两台服务器上的dovecot设置: mmap_disable = no dotlock_use_excl = yes mail_nfs_storage = yes mail_nfs_index = no 如果一切都失败了,我可以创build一个bash脚本来清理dovecot索引文件,如果日志中有错误…

PostFix和Dovecot – 致命的:没有SASLauthentication

在遵循debuntu.org提供的指南( http://www.debuntu.org/how-to-virtual-emails-accounts-with-postfix-and-dovecot/ )这是非常有用的,我立即开始有问题SASLauthentication。 是什么引起我在mail.log中查看以下消息是thunderbird上的一条错误消息,声明“Thunderbird无法find您的电子邮件帐户的设置”。 在mail.log中重复的错误如下所示: Jan 6 14:16:45 Jesse-Server postfix/smtpd[22109]: connect from unknown[192.168.2.1] Jan 6 14:16:45 Jesse-Server postfix/smtpd[22109]: warning: SASL: Connect to private/auth failed: No such file or directory Jan 6 14:16:45 Jesse-Server postfix/smtpd[22109]: fatal: no SASL authentication mechanisms Jan 6 14:16:46 Jesse-Server postfix/master[8209]: warning: process /usr/lib/postfix/smtpd pid 22109 exit status 1 Jan 6 14:16:46 […]

IMAP / POP3上的IDN域名

我正在build立一个邮件服务器解决scheme(Postfix,Dovecot),我想知道IMAP / POP3方面的IDN(国际化域名)。 对于Dovecot用户login,我应该使用ASCII编码(PUNY / ACE)格式,还是应该使用“用户友好”Unicode格式login? 我几乎可以肯定,ASCII编码的域名在这里是正确的答案,但我真的没有在互联网上的任何地方find任何明确的答案。 我对吗? 谢谢。

我需要帮助尝试从我的Linux机器ADauthentication

我没有这方面的经验,所以可能有一些我失踪的观点。 最初我试图设置Cyrus Mail w / SASL进行AD身份validation。 经过多次尝试,失败了。 我转向了Dovecot,在Dovecot也没有authentication。 所以,我开始排除故障: 我在AD中创build了一个用户名为“vmail”。 运行`ldapsearch -x -h ad.example.com -D'vmail'-W -b'dc = example,dc = com'“([email protected])”并input密码。 结果是成功的(返回了ldap用户属性) 然后我运行ldapwhoami -x -W -D cn=vmail,dc=example,dc=com -h ad.example.com并input密码。 但是,此脚本失败 ldap_bind: Invalid credentials (49) additional info: 80090308: LdapErr: DSID-0C0903A9, comment: AcceptSecurityContext error, data 52e, v1db1 Dovecot和Postfix在参数上都失败了。 在Dovecot和Postfix我设置密码属性为userPassword=password 。 ADauthentication工作(例如,我可以使用[email protected]到连接到域的Windows计算机)。 “vmail”用户是域pipe理员和pipe理员(我想确保pipe理员与绑定无关)。 我真的开始认为这个问题在Windows Server中不允许用Linux机器进行身份validation(这是一种可能性),因为Linux中的所有内容都是正确的(至less看起来是这样) 如果有问题,我正在使用CentOS 7.1.1503(Core)。 编辑:更多的疑难解答后,我发现,如果我不指定域控制器,ldapwhoami成功,并返回用户: ldamwhoami […]

Postfix有时会在SMTP连接时被拒绝连接

我现在正面临Postfix的一个奇怪的问题。 我的设置是Debian 7.11上的Postfix 2.9.6和Dovecot 2.1.7,还有第二台服务器configuration完全一样,不显示这个问题。 有时候,当Postfix通过SMTP发送邮件到另一台服务器(没有使用智能主机)时,我会得到一个“拒绝连接”。 但有时候 这从哪里来,只影响一小部分邮件。 日志看起来像这样: Oct 14 18:14:49 henry postfix/smtp[3281]: connect to mx00.emig.gmx.net[212.227.15.9]:25: Connection refused Oct 14 18:14:49 henry postfix/smtp[3281]: connect to mx01.emig.gmx.net[212.227.17.5]:25: Connection refused Oct 14 18:14:49 henry postfix/smtp[3281]: 99C37C0639: to=<[email protected]>, relay=none, delay=0.08, delays=0.02/0.05/0/0, dsn=4.4.1, status=deferred (connect to mx01.emig.gmx.net[212.227.17.5]:25: Connection refused) Oct 14 18:14:49 henry postfix/smtp[3285]: connect to mx4.hotmail.com[65.55.92.152]:25: Connection […]