我正在努力与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做STARTTLS时遇到了很多麻烦。 看来,我可以使用Thunderbird成功发送外发邮件。 但是,我似乎无法让邮递员SMTP的Wordpress与STARTTLS和PLAIN AUTH工作。 我configuration我的防火墙只打开端口25: ACCEPT all — anywhere anywhere state RELATED,ESTABLISHED ACCEPT tcp — anywhere anywhere tcp dpt:ssh ACCEPT tcp — anywhere anywhere tcp dpt:http ACCEPT tcp — anywhere anywhere tcp dpt:https ACCEPT icmp — anywhere anywhere icmp echo-request state NEW,RELATED,ESTABLISHED ACCEPT tcp — anywhere anywhere tcp dpt:smtp ACCEPT tcp — anywhere anywhere tcp […]
最近我根据一些教程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.conf中使用这个: protocol imap { mail_plugins = "autocreate" } plugin { autocreate = Trash autocreate2 = Sent autosubscribe = Trash autosubscribe2 = Sent } 我的日志说:警告:autocreate插件已弃用,使用邮箱{自动}设置 我检查了这个页面 ,但是我不能将我当前的设置“翻译”成它应该是的。
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 可能是这个错误的原因是什么?
我已经部分地按照这里的指南(系列)设置了我自己的邮件服务器 筛选规则是: … truncated … # Trash messages with improperly formed message IDs if not header :regex "message-id" ".*@.*\\." { fileinto :create "Junk"; } if header :contains "X-Virus-Status" "Infected" { discard; stop; } if header :contains "X-Spam-Level" "*****" { fileinto :create "Junk"; setflag "\\Seen"; } 我在改变之后立即编译它。 重新启动鸽子。 不过,我看到日志: 2016-05-16 22:01:43 lda([email protected]): Info: sieve: msgid=emailsecuritycheck.net.2.becsz*6nYwm7BtlKdQRYXg==: stored […]
试图得到这封邮件已经吃了大量的2天,我已经取得了一些进展,但这个具体的错误始终贯穿始终。 我使用的是Postfix + Dovecot + Postgres的Debian服务器。 如果我尝试从我的Gmail帐户发送电子邮件到服务器上的电子邮件帐户,以下错误将logging在/var/log/mail.log Jun 5 10:57:32 6r6n-6vh7 postfix/smtpd[748]: connect from mail-oi0-f45.google.com[209.85.218.45] Jun 5 10:57:32 6r6n-6vh7 postfix/smtpd[748]: warning: SASL: Connect to private/auth failed: Connection refused Jun 5 10:57:32 6r6n-6vh7 postfix/smtpd[748]: fatal: no SASL authentication mechanisms Jun 5 10:57:33 6r6n-6vh7 postfix/master[32593]: warning: process /usr/lib/postfix/smtpd pid 748 exit status 1 Jun 5 10:57:33 6r6n-6vh7 […]
目前我已经安装了Postfix和Dovecot到我的AWS实例。 我能ping和打开dovecot / postfix在端口(25,110)在我的本地主机使用: telnet localhost 25 Trying 127.0.0.1… Connected to localhost. Escape character is '^]'. 220 ip-172-31-16-10.us-west-2.compute.internal ESMTP Sendmail 8.14.4/8.14.4; Sun, 10 Jul 2016 09:05:28 GMT 要么 telnet localhost 110 Trying 127.0.0.1… Connected to localhost. Escape character is '^]'. +OK Dovecot ready. 我有Elastic IP,在我的隐私组里面有好几个: 对于DNS,我正在使用Route 53.我的域的域包含: mail.domain.com. A 52.89.176.73 domain.com. MX 10 mail.domain.com 在postfix […]
我们的一个客户使用CentOS 5.11虚拟服务器托pipe他们的电子邮件,他们正在使用控制面板的“ISP经理”。 邮件运行通过Dovecot和Sendmail。 他们无法收到新邮件到他们的电子邮件地址,因为他们都popup以下消息(这是什么出现在/ var / log / maillog): Oct 3 10:33:39 *********** sendmail[2494]: u93EXcxX002494: <andrew@***********.co.uk>… Account temporary disabled 有谁能够build议可能是什么原因造成的? 我已经更新了机器上的所有内容,我在机器上设置了另一个电子邮件帐户,并且能够收到电子邮件,没有任何问题,只是这个拒绝工作。 实际的退回电子邮件是这样的: This message was created automatically by mail delivery software. A message that you sent could not be delivered to one or more of its recipients. This is a permanent error. The following address(es) […]
当我从我的Gmail发送testing邮件到我的服务器,我得到这个错误: 致命的:没有SASLauthentication机制 这里是我所有的configuration文件和日志文件,以帮助我们: 在/ var /日志/ maillog的 Nov 4 14:42:49 ns1 postfix/postfix-script[2147]: stopping the Postfix mail system Nov 4 14:42:49 ns1 postfix/master[1340]: terminating on signal 15 Nov 4 14:42:49 ns1 postfix/postfix-script[2228]: starting the Postfix mail system Nov 4 14:42:49 ns1 postfix/master[2230]: daemon started — version 2.10.1, configuration /etc/postfix Nov 4 14:45:37 ns1 postfix/smtpd[2314]: connect from […]