Articles of 后缀

使用Thunderbird + Postfix + Zarafa发送电子邮件不起作用

我在我的虚拟服务器上安装了zarafa,并用作MTA后缀。 webaccess工作正常,我可以收发电子邮件,也可以收到thunderbird邮件(IMAP ssl / tls)的邮件。 但是,有一个问题,与雷鸟发送电子邮件。 我在thunderbird中用imap ssl / tls connectionbuild立了一个帐号,并在端口25上为发送邮件服务器启动一个smtp连接。 如果我尝试使用thunderbird发送电子邮件,则会出现错误:5.7.1中继访问被拒绝 这是我的mail.log Sep 7 16:10:07 postfix/smtpd[6153]: connect from p4FE06C0A.dip.t-dialin.net[79.224.110.10] Sep 7 16:10:08 postfix/smtpd[6153]: NOQUEUE: reject: RCPT from p4FE06C0A.dip.t-dialin.net[79.224.110.10]: 554 5.7.1 <[email protected]>: Relay access denie$ Sep 7 16:10:10 postfix/smtpd[6153]: disconnect from p4FE06C0A.dip.t-dialin.net[79.224.110.10] 和这个我的/etc/postfix/main.conf # TLS parameters smtpd_tls_cert_file=/etc/ssl/certs/ssl-cert-snakeoil.pem smtpd_tls_key_file=/etc/ssl/private/ssl-cert-snakeoil.key smtpd_use_tls=yes smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache […]

带有多个IP地址和SSL证书的Plesk 10 Postfix

我们目前正在运行Debian 6和Plesk 10.4.4的根服务器。 我们有一些使用一个IP地址(共享)的虚拟主机(例如example1.com)和另一个使用专用IP地址的虚拟主机(example2.com)。 有没有办法configuration后缀来执行以下操作 始终使用电子邮件帐户所属的虚拟主机的IP地址(以便来自[email protected]的电子邮件将来自共享的IP地址,并且来自[email protected]的电子邮件将起源于专用IP? example1.com和example2.com使用不同的TLS证书? 如果后者不可行:使用example1.com作为example2.com用户的证书时是否会遇到任何问题? 当然,example2.com用户将不得不configuration他们的客户端使用example1.com作为SMTP服务器名称,以避免恼人的安全警告。 但是,如果我们仍然能够得到第一点仍然可以接受的效果。

Postfix没有收到非本地邮件

根据本指南 ,我在Linode / Ubuntu 10.04上设置了Postfix / Dovecot服务器,但是我从来没有这样做过。 本地邮件工作正常,但试图从外部地址发送电子邮件导致这样的错误: Delivery to the following recipient failed permanently: <address>@ni-mate.com Technical details of permanent failure: Google tried to deliver your message, but it was rejected by the recipient domain. We recommend contacting the other email provider for further information about the cause of this error. The error that the […]

邮递员不把邮件转寄到外部地址

我有一个安装postfix在Ubuntu的服务器12.04的邮递员。 我的问题是,邮件列表电子邮件不会转发到我的机构外部的电子邮件地址。 然而 最初的欢迎电子邮件是由所有人在内部和外部接收的。 事实上,从命令行发送mail的简单电子邮件已成功发送给任何人 之后,邮件列表电子邮件只被转发到内部地址。 我用于服务器的域名不是托pipe服务器的机构。 这是我的main.cf : #myorigin = sub.myinstitution.tld mynetworks = 127.0.0.0/8 xxx.xxx.xxx.xxx/16 # this is my institution ip range relayhost = smtp.myinstitution.tld #inet_interfaces = loopback-only #local_transport = error:local delivery is disabled virtual_alias_maps = hash:/etc/postfix/virtual myhostname = mywebsite.tld mydestination = $myhostname, localhost.$mydomain, localhost #relay_domains = $mydestination, ecs.soton.ac.uk 我还在serverfault和ubuntu论坛上发现了这两个链接,但是这些解决scheme似乎都不能解决问题。 任何帮助将非常感激。 输出postconf -n : […]

Postfix的邮件网关/中继有限的域名

我在主机空间有一些服务器。 什么是最好的方法或是否可以在一个系统上运行一个继电器 发送所有电子邮件至[email protected]到我们的电子邮件托pipe服务? (我们在内部为myowndomain.com提供了自己的DNS,但是我们在Microsoft 365上为同一个域名托pipe电子邮件服务。有一个公共MXlogging) 发送电子邮件至[email protected]作为我们的第三个监控服务? 目前我们testing运行虚拟内部DNS来为myowndomain和monitoring.com的MXlogging进行硬编码。 Postfix基本上像一个接力邮件,只是转发出去。 我不是Postfix的专家,不知道这是否可以用postfix正确完成。

限制Postfix只允许邮件地址

我想限制我的后缀系统。 确切地说,我会让我的后缀允许发送邮件只允许用户,所有其他邮件应该反弹。 例如: 这封邮件应该发送: [email protected] [email protected] [email protected] 所有其他邮件不应该发送,为Exaple [email protected] [email protected] 等等 我试过,下面的设置,但它不工作: smtpd_reject_unlisted_sender =是smtpd_recipient_restrictions = check_recipient_access哈希值:/ etc / postfix / valid_recipients reject_unlisted_sender reject_unknown_recipient_domain拒绝 你有什么想法如何处理? BR Marcus

在Gentoo上安装两个MTA

Im迁移我的Qmail / Vpopmail的安装到MySQL / Postfix的,并希望在当前的qmail不同的端口上testingPostfix安装和逐位合并configuration和数据库 – 有什么办法可以在同一个Gentoo系统上安装两个MTA或做我真的要采用虚拟化/ Chroot之类的很长的路要走? 当试图出现的套餐当然相互阻塞。

procmail将邮件传递到2个maildir位置

现在我有Postifx – > procmailrc —> maildire —> dovecot,我需要另一个maildir在/ root的另一个文件夹作为备份,同时拥有/ $ home / maildir? 第一和第二都应该有maildir格式的邮件。 我如何指示procmail在另一个位置/根有第二个maildir? 如果这第二个位置需要另一个服务器,我怎样才能发送邮件到那里? 我目前的procmailrc文件是在/ etc和这是—> :0fw: spamassassin.lock * < 256000 | /usr/bin/spamassassin :0 * ^X-Spam-Status: Yes /home/spammail/Maildir/ LOGFILE="/var/log/procmail.log" DEFAULT="$HOME/Maildir/" MAILDIR="$HOME/Maildir/" 期待您的帮助。 谢谢, lasantha

需要一个特定的电子邮件标题字段与后缀

我想设置后缀,以便缺less特定电子邮件标题的电子邮件被拒绝。 是否有可能使用header_check来拒绝不包含特定标题字段条目的电子邮件。 我相信可能有效的解决scheme如下: /^x-tituslabs-classifications-30: (<>)?$/ REJECT Classification field required 我想确保任何通过postfix的邮件都包含x-tituslabs-classifications-30条目。

Postfix将依赖发件人域的传入邮件放到本地邮箱

我正在尝试configurationpostfix将来自不同域的传入邮件放到各自的catchall邮箱。 用例如下: 企业客户发送电子邮件到地址[email protected](本地部分总是不同的,所有客户的域部分总是相同的) 邮件所在的目标邮箱必须等同于发件人域(来自[email protected][email protected]的电子邮件位于/customer1.com,邮件来自[email protected] / customer2。 COM) 邮箱/customer1.com和/customer2.com通过具有不同身份validation凭据的不同客户端通过POP3进行轮询 例如下面的传入邮件: From: [email protected] To: [email protected] 应该放置在本地虚拟邮箱中: /customer1.com To域永远是一样的。 本地邮箱都被命名为可能的传入来自域。 有没有可能使用virtual_mailbox_maps或类似的目的? 更新: 我在/etc/postfix/virtual_alias_maps创build了以下条目: @myservice.com catchall 把所有的邮件都指向邮箱“catchall”。 在这个邮箱中,我创build了一个Sieve脚本/var/mail/vhosts/myservice.com/catchall/.dovecot.sieve : require ["variables"]; # pick any ("*") domain in From or Sender header if address :matches :domain ["From", "Sender"] "*" { # the variable ${1} contains the domain name redirect "${1}"; […]