ChinaUnix.net
相关文章推荐:

postfix Relay access denied

relay access denied 出现此故障的原因为: 1.没有配置smtp认证 配置方法:在/etc/postfix/main.cf中添加以下配置 smtpd_sasl_auth_enable = yes smtpd_delay_reject=yes smtpd_recipient_restrictions = permit_mynetworks permit_sasl_authenticated permit_auth_destination reject smtpd_client_restrictions = permit_sasl_authenticated broken_sasl_auth_clients = yes smtpd_sasl_security_options = noanonymous 2.在ou...

by mywiki - Linux文档专区 - 2009-07-16 14:18:25 阅读(1449) 回复(0)

相关讨论

我用的postfix+dovecot配置的邮件服务器,sasl是用的dovecot自带的,也配置好了 没有配置mynetwork参数,没有配置别名,没有配置虚拟域,现在我远程用dreammail发送本地帐户的邮件就出来提示: 账号“xxxx@xxxxx.com”发送邮件错误,错误代码:554;错误信息:554 5.7.1 : relay access denied 难道还要设置mynetwork么?不是说设置了SASL就能随便什么IP都能使用了么,还是应该怎么办,请大家帮忙解惑下

by butting - 服务器应用 - 2009-07-14 10:10:56 阅读(1877) 回复(1)

各位朋友好,我请教个问题,本人用Redhat as 5 + postfix +Dovecot 建了一个邮件服务器。在用smtp发邮件时的示relay access denied,用pop3收邮件的时候Internal login failure.不知道是什么原因?请各位高手给分析一下。我试向在本域或外域发送都发不出去,下面我附上我postfix配置文件。 [code] # Global postfix configuration file. This file lists only a subset # of all parameters. For the syntax, and for a complete pa...

by xiaolong85 - 服务器应用 - 2010-02-01 20:24:11 阅读(11415) 回复(6)

使用[email]email@mail.xxx.com[/email]可以正常收发邮件。使用[email]email@xxx.com[/email]发送邮件正常,但是收邮件却出现relay access denied,并退信。 maillog: Jul 18 00:41:13 mail postfix/smtpd[15353]: connect from blu0-omc1-s14.blu0.hotmail.com[65.55.116.25] Jul 18 00:41:14 mail postfix/smtpd[15353]: AF12C126E04: client=blu0-omc1-s14.blu0.hotmail.com[65.55.116.25] Jul 18 00:41:15 mail postfix/smtpd[...

by adisonray - 服务器应用 - 2013-04-15 14:51:23 阅读(11152) 回复(28)

请教一下各位: 现架设了一个postfix服务器, 系统设置:# hostname mail.test.cn ,服务器地址:192.168.1.66, 通过192.168.1.1(网关)nat 25和110端口到服务器192.168.1.66,外部internet地址1.1.1.1 现dns设置确定没有问题,nslookup查看mx记录没有问题, 在其他机器telnet 1.1.1.1 25 和110端口没有问题, 也可以正常发送邮件, 但通过其他邮箱给该机发邮件时,出现错误: 你发送到[email]admin@test.cn[/email]的邮件由于以下原因被...

by aximofu - 服务器应用 - 2011-09-02 21:31:16 阅读(17620) 回复(11)

Aug 5 19:53:49 helloword postfix/master[10164]: terminating on signal 15 Aug 5 19:53:49 helloword postfix/master[10325]: daemon started -- version 2.7.0, configuration /etc/postfix Aug 5 19:53:49 helloword postfix/master[10325]: terminating on signal 15 Aug 5 19:53:50 helloword postfix/master[10462]: daemon started -- version 2.7.0, configuration /etc/postfix Aug 5 19:54:10 helloword postfix/...

by asdf93945 - Linux系统管理 - 2012-04-25 17:10:24 阅读(3891) 回复(2)

请问这在postfix是什么问题:554 : relay access denied

by huangyiye - 服务器应用 - 2012-05-31 16:48:02 阅读(7993) 回复(4)

outlook不能发信,可以收信 在内部网络时好用,出了公司,在别的地方,就不好用了 在用OUTLOOK EXPRESS发信时,会有一个提示 554 5.7.1relay access denied ??? 达人们,谢谢了 Nov 21 11:19:30 mail postfix/smtpd[21850]: NOQUEUE: reject: RCPT from unknown[218.22.179.178]: 554 5.7.1 <[email]XXX@tom.com[/email]>: relay access denied; from=<[email]XXX@lXXX.com.cn[/email]> to=<[email]XXXX@tom.com[/email]> prot...

by yang1229 - 服务器应用 - 2008-11-22 11:43:57 阅读(7544) 回复(9)

qpopper作为pop3支持。用 [email]adisonray@hotmail.com[/email] 和 [email]email@xxx.com[/email](mail服务器)做收发信测试: 通过Outlook Express,正常发信,收信时验证显示complete!却收不到任何信件。相应的 [email]adisonray@hotmail.com[/email] 给 [email]email@xxx.com[/email] 发信后,收到一封退信:Delivery to the following recipients failed...... maillog: Jul 18 15:32:41 mail postfix/smtpd[19185]: con...

by adisonray - 服务器应用 - 2008-07-20 15:41:03 阅读(2131) 回复(6)

前几天发了个帖子。postfix 外网发邮件时出现 relay access deny,客户端“我的服务器要求身份验证”已选,还是不能发。 几天突发奇想,把master.cf 中的smtp 更改成2525 (smtp 发送端口),结果外网就可以relay邮件到外域了。 想了半天也不明白。哪位大哥知道为什么吗?谢谢指点一下。 以下红颜色的是是master.cf配置文件我更改的地方 # # postfix master process configuration file. For details on the format # of the file, ...

by xuzhendong - 服务器应用 - 2007-10-14 23:20:29 阅读(2075) 回复(1)

postfix 外网发邮件时出现 relay access deny 在本地可以发的。在外网就发不料。relay 拒绝。 下面是我的main.cf文件。 已经有了smtpd_recipient_restrictions= permit_sasl_authenticated了呀。 实在看不出哪里出问题了。麻烦大家帮我看一下,谢谢。 myhostname = mail.xu-zd.3322.org mydomain = xu-zd.3322.org myorigin = $mydomain mydestination = $myhostname localhost localhost.$mydomain mynetworks = 192.168.0.0/24, ...

by xuzhendong - 服务器应用 - 2007-10-18 16:27:08 阅读(3229) 回复(7)