Articles of dovecot

Postfix 451 4.3.5服务器configuration错误

所以我使用Postfix + Dovecot在我的VPS上运行邮件。 我能够发送,但不是所有的邮件进来。 请注意: DOMAIN =我的网域,但出于安全原因,我已将其屏蔽。 案例:我想在Twitter上使用我的邮件,但validation邮件从未到达。 我检查了日志,发现以下内容: Aug 20 22:20:51 DOMAIN postfix/smtpd[32679]: warning: unknown smtpd restriction: "ACCEPT" Aug 20 22:20:51 DOMAIN postfix/smtpd[32679]: NOQUEUE: reject: RCPT from spring-chicken-ae.twitter.com[199.16.156.144]: 451 4.3.5 Server configuration error; from=<[email protected]> to=<[email protected]> proto=ESMTP helo=<spring-chicken-ae.twitter.com> Aug 20 22:20:56 DOMAIN postfix/cleanup[32684]: DE1291BFC5E: message-id=<[email protected]> Aug 20 22:20:56 DOMAIN postfix/qmgr[27377]: DE1291BFC5E: from=<[email protected]>, size=1344, nrcpt=1 (queue […]

Postfix不从本地主机接收邮件

我在Parabola(基于Arch的)安装中设置了Postfix + Dovecot。 它看起来像它的作品,我可以发送电子邮件到任何地址,它的工作原理,也收到邮件, 但只能从本地地址 。 如果我mail [email protected] ,我收到电子邮件(如自动发送给我一封电子邮件)。 但是,如果我从另一个电子邮件帐户,一个外部的,我根本没有收到它。 所有端口在本地工作,但如果我尝试telnet [my_public_IP] 25 (或587)失败(我会问我的ISP发生了什么事)。 更多的输出: $ postconf -n alias_database = $alias_maps alias_maps = hash:/etc/postfix/aliases broken_sasl_auth_clients = yes command_directory = /usr/bin compatibility_level = 2 daemon_directory = /usr/lib/postfix/bin 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 home_mailbox = Maildir/ html_directory […]

[email protected][email protected]分开

我在基于Arch的发行版中有一个Postfix + Dovecot服务器。 有多个域指向我的主机和多个用户。 这里的问题是,邮件[email protected]也出现在[email protected]。 但是我希望不在/ etc / postfix / virtual中的地址被拒绝。 这是它的样子。 eumela.ga eumela.ga # [email protected] megver83@localhost [email protected] eum@localhost megver83.ga megver83.ga [email protected] megver83@localhost 但是,我可以发送邮件到[email protected],而不是被拒绝。 甚至没有出现在那里的用户工作。 这是一个main.cf或master.cf的问题吗? 他们在这里: master.cf: smtp inet n – n – – smtpd #smtp inet n – n – 1 postscreen #smtpd pass – – n – – smtpd #dnsblog unix – […]

thunderbird失败后日志中的SSL错误

我是新来操作电子邮件服务器(后缀+ dovecot),似乎与我的首选电子邮件客户端(mutt)工作,但是当我尝试使用雷鸟,雷鸟无法连接(并提供没有有用的信息),我在我的服务器日志中获得一个SSL错误的POP3和一个SMTP(为了可读性显示与换行): 错误: dovecot: pop3-login: Error: SSL: Stacked error: error:14094414:SSL routines: ssl3_read_bytes:sslv3 alert certificate revoked: SSL alert number 44 postfix/smtps/smtpd[1649]: SSL_accept error from unknown[###]: lost connection 问题: 这些错误是什么意思? 在第一个,雷鸟拒绝给我的服务器的证书,或者是服务器拒绝雷鸟给出的证书? 第一个错误是否意味着雷鸟正在使用SSLv3? 这不是有漏洞吗? 当我使用openssl s_client连接到POP3端口上的服务器时,它说证书看起来很好。 另外, openssl也说它使用TLSv1.2。

雷鸟拒绝连接与letsencrypt证书鸽舍

我用Letsencrypt证书设置了https://hub.docker.com/r/tvial/docker-mailserver/ ,它似乎工作。 例如,使用openssl,我可以连接: openssl s_client -host test-mail.zedeler.dk -port 993 CONNECTED(00000003) depth=2 O = Digital Signature Trust Co., CN = DST Root CA X3 verify return:1 depth=1 C = US, O = Let's Encrypt, CN = Let's Encrypt Authority X3 verify return:1 depth=0 CN = test-mail.zedeler.dk verify return:1 — Certificate chain 0 s:/CN=test-mail.zedeler.dk i:/C=US/O=Let's Encrypt/CN=Let's Encrypt […]

邮箱即时解密(dovecot)

为了避免IMAP服务器的随意邮箱窥探,我正在考虑“透明encryption”设置: 公钥在本地交付时encryption传入消息 私钥在读取时解密所述消息。 (这里,私钥密码与邮件账户密码是一样的) (见底部的理由)。 点(1)应该很容易给出procmail和一些过滤脚本。 我无法find涉及篡改IMAP服务器的(2)的现有技术(在我的情况下,dovecot:这可能意味着一个特殊用途的插件)。 想法,任何人? 理由: 通过这种设置,消息将在服务器上进行encryption, 但用户不必在其MUA上安装难以使用的(对于未启动的)GnuPG插件。 而一个拥有所有公钥/私钥对和邮箱的破解者在访问内容之前,仍然需要破解密码

Postfix,dovecot,squirrelmail服务器能够发送但不能接收电子邮件

我已经使用本指南设置了一个邮件服务器: https : //www.ostechnix.com/setup-mail-server-using-postfixdovecotsquirrelmail-in-centosrhelscientific-linux-6-3-step-by-step/ networking邮件允许在自己的用户之间(即在本地机器)和其他服务器(如Gmail)之间发送电子邮件。 但它不能接收来自外部的电子邮件。 以下是我在/etc/postfix/main.cf中的内容: alias_database = hash:/etc/aliases alias_maps = hash:/etc/aliases command_directory = /usr/sbin compatibility_level = 2 daemon_directory = /usr/libexec/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 home_mailbox = Maildir/ html_directory = no inet_interfaces = localhost inet_protocols = all mail_owner = postfix mailq_path = /usr/bin/mailq.postfix […]

从php发送电子邮件的问题

我试图设置一个服务器,以便我可以使用mail()函数从PHP发送电子邮件。 我试着运行一个脚本,我知道的作品,但从来没有得到的电子邮件。 这里是日志文件: Sep 1 13:58:27 server1 postfix/master[5318]: daemon started — version 2.5.5, configuration /etc/postfix Sep 1 13:59:21 server1 dovecot: Dovecot v1.0.15 starting up Sep 1 13:59:21 server1 dovecot: Generating Diffie-Hellman parameters for the first time. This may take a while.. Sep 1 13:59:22 server1 dovecot: Killed with signal 15 Sep 1 13:59:22 server1 dovecot: […]

清理Linux上的邮件进程

我在Cent OS 2.6.9上运行一个Web服务器。 我只希望用邮件发送邮件。 但是我的服务器有以下进程运行: #processes user process 1 root /usr/bin/perl -wT /usr/sbin/pop-before-smtp –daemon=/var/run/pop-before-smtp.pid 5 dovecot imap-login 150 dovecot pop3-login 5 postfix pickup, smtpd, proxymap, anvil, trivial-rewrite 我可以删除什么而不破坏邮件发送?

如何configurationDovecot不将大邮件提供给高延迟客户端?

我有一个Dovecot邮件服务器在家里运行一个片状电缆连接。 大多数情况下,IMAPfunction运行得非常好,但是如果可以的话,我想添加一个function:我希望Dovecot 不要向高延迟客户端提供大量消息。 也就是说,如果有人决定给我发一封9.3mb的电子邮件是个好主意,除非我在家里的局域网上,否则我不想得到它。 这不是一个不常见的请求,但是我在查找文档中的configuration选项时遇到了问题。 在谷歌search中使用任何想法和/或良好的关键字将是真棒。