Articles of 后缀

如何findSMTP服务器pipe理员联系人

出于某种原因在&t的smtp服务器上,atlsmtp.cingularme.net正在丢弃来自我们的SMTP服务器的消息。 我想联系他们的系统pipe理员,看看为什么会发生。 但是,我无法在他们的网站上find有关如何联系合适人选的信息。 谁能帮我吗? 谢谢。

如何使Postfix(在Ubuntu上)不接收邮件?

我想让Postfix无法收到邮件。 我只是希望能够发送邮件与Postfix,而不是其他的方式。 那可能吗? 如果是这样,谁能告诉我该怎么做? 谢谢。

通过UID而不是DN来使PostfixsearchLDAP组成员?

我正在使用postfix(Debian 6.0上的v2.7.1)创build一个电子邮件服务器,用户和组存储在LDAP服务器中。 用户帐户工作正常,但我想创build组的电子邮件别名(任何电子邮件发送到[email protected]将被发送到每个成员groupAbc组的电子邮件地址)。 我的组是posixGroup其成员通过memberUid属性列出: dn: cn=groupAbc,ou=Groups,dc=domain,dc=tld objectClass: CourierMailAlias objectClass: posixGroup objectClass: top cn: groupAbc gidNumber: 1001 maildrop: [email protected] memberUid: john-doe memberUid: jane-doe 这是我的ldap-aliases.cf: # cat /etc/postfix/ldap-aliases.cf server_host = 127.0.0.1 version = 3 bind = yes bind_dn = cn=ldap-reader,dc=domain,dc=tld bind_pw = SECRET search_base = dc=domain,dc=tld query_filter = (&(objectClass=posixGroup)(mail=%s)) result_attribute = mail special_result_attribute = memberUid leaf_result_attribute = […]

邮件服务器:Debian,Postfix,Dovecot

我正在尝试设置一个Dovecot和Postfix邮件服务器。 我对服务器的愿望: IMAPS SMTP(安全,如果它是一个选项?) IMAPS和SMTP都必须要求来自MySQL的用户,同一个表。 邮件存储在/ home / mail / domain / account中的maildir 我认为这就是目前为止,但是我成功地在某个地方搞了一些东西。 现在我被困在接收邮件,我相信这是第一部分。 我收到这个邮件。 Sep 1 22:04:38 Debian-60-squeeze-64-minimal postfix/smtpd[9490]: warning: dict_nis_init: NIS domain name not set – NIS lookups disabled Sep 1 22:04:38 Debian-60-squeeze-64-minimal postfix/smtpd[9490]: connect from xxx.yyy.dk[xx.xx.200.10] Sep 1 22:04:38 Debian-60-squeeze-64-minimal dovecot: auth(default): new auth connection: pid=9490 Sep 1 22:04:39 Debian-60-squeeze-64-minimal postfix/smtpd[9490]: […]

限制用户到Postfix中的特定域

我有一个用户列表和域列表。 user_list所有用户只能将邮件发送到allow_urls列出的域。 USER_LIST /^user1@*/ OK /^user2@*/ OK /^user3@*/ OK /.*@*/ REJECT 5.4.3. Sorry.. allow_urls domain1.ru limited_class domain2.ru limited_class 我有我的main.cf中定义这些列表,但它似乎并没有工作。 任何用户都可以发送到任何域。 smtpd_restriction_classes = limited_class limited_class = check_sender_access regexp:/etc/postfix/border/user_list, reject smtpd_sender_restrictions = check_recipient_access hash:/etc/postfix/border/allow_urls 我究竟做错了什么?

postfix邮件filter不在受控环境之后运行

我部署了一个postfix(2.6.6)服务器来接收邮件。 在这我已经configuration了SenderID + SPF米尔特,通过参考http://www.postfix.org/MILTER_README.html 我使用的命令如下: ./sid-filter -u postfix -p inet:10027 @ localhost -l 以下是我在main.cf文件中的设置: #Milter support for smtpd mail smtpd_milters = inet:localhost:10027, inet:localhost:10028 # Milters for non-SMTP mail. non_smtpd_milters = inet:localhost:10027, inet:localhost:10028 milter_default_action = reject # Postfix . 2.6 #milter_protocol = 6 # 2.3 . Postfix . 2.5 milter_protocol = 2 现在我有这个观察: 其中一个在AWS CentOS 5.5上设置的后缀工作正常,能够在定义的mxlogging上接收邮件。 […]

服务器挂机; 没有反应,但也没有断开

问候专家, 系统:标准的gentoo安装比没有更多的后缀。 当新邮件服务器停止响应时,我昨晚正在进行一个由IMAP驱动的大量电子邮件迁移(一堆Perl脚本)。 但是,我的SSH连接仍然有效,不会丢失。 新的连接挂起(authentication之前),但不要超时。 这是否意味着它最终会恢复? 或者需要我重新启动服务器?

Postfix拒绝来自已authentication客户端的邮件

我正在尝试configurationPostfix,以便接受来自$mynetworks之外的已validation客户端的邮件。 当我尝试从我的iPhone发送一个testing邮件,该邮件被configuration为使用端口25,SSL和密码authentication时,邮件被Postfix拒绝。 我在/var/log/mail.info获得以下内容: 10月25日17:41:35 mailhost postfix / smtpd [6136]:warning:212.183.xx:hostname host212-183-xx.uk.access.vodafone.netvalidation失败:名称或服务未知 10月25日17:41:35 mailhost postfix / smtpd [6136]:连接来自未知[212.183.xx] 10月25日17:41:39 mailhost postfix / smtpd [6136]:NOQUEUE:拒绝:来自未知的RCPT [212.183.xx]:554 5.7.1:客户端主机拒绝:访问被拒绝; from = <[email protected]> to = <[email protected]> proto = ESMTP helo = <[10.25.xx]> 10月25日17:41:39 mailhost postfix / smtpd [6136]:断开与未知[212.183.xx] 这里是我的所有主要的设置,与SASL / TLS有关: smtpd_tls_cert_file = /etc/ssl/certs/ssl-mail.pem smtpd_tls_key_file = /etc/ssl/private/ssl-mail.key smtpd_use_tls = yes smtpd_tls_session_cache_database […]

在Xubuntu上为xamppconfigurationpostfix php send mail

我有一个讨厌的问题: 对于Web开发我有一个: oracle virtualbox xubuntu 10.04 lts in a xampp for Linux 1.7.3a configuration了几个虚拟主机来离线testing我的网站。 为了开发/devise电子邮件,我需要一个电子邮件服务器。 我只想简单地从我的网站发送邮件,并在virtualbox中的电子邮件客户端中看到它们。 不要将电子邮件发送到虚拟机外部。 所以我安装了postfix。 但我只是不能得到它的工作。 现在我testing一个简单的joomla电子邮件表单(phpmailer)。 但它不能连接到我的smtp。 日志文件说: mail.info: Nov 8 19:24:51 joe-desktop postfix/smtpd[4221]: warning: ::1: address not listed for hostname localhost Nov 8 19:24:51 joe-desktop postfix/smtpd[4221]: connect from unknown[::1] Nov 8 19:24:51 joe-desktop postfix/smtpd[4221]: lost connection after RSET from unknown[::1] […]

后缀pipe道到PHP并传递“到”电子邮件地址作为参数

我在我的postfixconfiguration中设置了“[email protected]”的phppipe道。 现在,我需要的是将“rcpt to”电子邮件地址作为命令行parameter passing给PHP脚本。 可能吗? incoming: "|/path/to/piping.php" 谢谢。