免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 1613 | 回复: 5
打印 上一主题 下一主题

整一天了,还是不对,请各位帮忙看下 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2010-11-20 12:38 |只看该作者 |倒序浏览
本帖最后由 piaohua2005 于 2010-11-22 10:26 编辑

Postfix配置如下:
[root@res ~]# postconf -n
alias_database = hash:/etc/aliases
alias_maps = hash:/etc/aliases
broken_sasl_auth_clients = yes
command_directory = /usr/sbin
config_directory = /etc/postfix
content_filter = scan:[127.0.0.1]:10024
daemon_directory = /usr/libexec/postfix
debug_peer_level = 2
html_directory = no
inet_interfaces = all
mail_owner = postfix
mailbox_size_limit = 200000000
mailq_path = /usr/bin/mailq.postfix
manpage_directory = /usr/share/man
message_size_limit = 20000000
mydestination = $myhostname, localhost.$mydomain, localhost,$mydomain
mydomain =123.com
myhostname = res.123.com
mynetworks = 127.0.0.0/8
myorigin = 123.com
newaliases_path = /usr/bin/newaliases.postfix
queue_directory = /var/spool/postfix
readme_directory = /usr/share/doc/postfix-2.3.3/README_FILES
sample_directory = /usr/share/doc/postfix-2.3.3/samples
sendmail_path = /usr/sbin/sendmail.postfix
setgid_group = postdrop
smtpd_client_restrictions = permit_sasl_authenticated
smtpd_recipient_restrictions = permit_mynetworks                permit_sasl_authenticated  reject_unauth_destination
smtpd_sasl_auth_enable = yes
smtpd_sasl_local_domain = ''
smtpd_sasl_security_options = noanonymous
unknown_local_recipient_reject_code = 550

客户端不用验证就能发邮件:怎么强制验证发邮件?
telnet 1.2.3.4 25
[root@res ~]# telnet 1.2.3.4 25
Trying 1.2.3.4...
Connected to localhost.localdomain (1.2.3.4).
Escape character is '^]'.
220 res.123.com ESMTP Postfix
helo a
250 res.123.com
mail from:10086@139.com
250 2.1.0 Ok
rcpt to:root@123.com
250 2.1.5 Ok
data
354 End data with <CR><LF>.<CR><LF>
kill you!
.
250 2.0.0 Ok: queued as 035D317C96





[root@res ~]# telnet localhost 25
Trying 127.0.0.1...
Connected to localhost.localdomain (127.0.0.1).
Escape character is '^]'.
220 res.123.com ESMTP Postfix
ehlo a
250-res.123.com
250-PIPELINING
250-SIZE 20000000
250-VRFY
250-ETRN
250-AUTH LOGIN GSSAPI CRAM-MD5 PLAIN DIGEST-MD5 NTLM
250-AUTH=LOGIN GSSAPI CRAM-MD5 PLAIN DIGEST-MD5 NTLM
250-ENHANCEDSTATUSCODES
250-8BITMIME
250 DSN









怎么禁止客户端不经过认证就发邮件啊?

论坛徽章:
0
2 [报告]
发表于 2010-11-20 20:52 |只看该作者
use SASL, please

招聘 : 技术支持/维
论坛徽章:
0
3 [报告]
发表于 2010-11-20 20:57 |只看该作者
默认情况下,telnet 到 25 端口应该会让你输入用户的密码!

论坛徽章:
0
4 [报告]
发表于 2010-11-21 20:53 |只看该作者
回复 2# walters


    怎么使用?请明示,不胜感激!

论坛徽章:
381
CU十二周年纪念徽章
日期:2014-01-04 22:46:58CU大牛徽章
日期:2013-03-13 15:32:35CU大牛徽章
日期:2013-03-13 15:38:15CU大牛徽章
日期:2013-03-13 15:38:52CU大牛徽章
日期:2013-03-14 14:08:55CU大牛徽章
日期:2013-04-17 11:17:19CU大牛徽章
日期:2013-04-17 11:17:32CU大牛徽章
日期:2013-04-17 11:17:37CU大牛徽章
日期:2013-04-17 11:17:42CU大牛徽章
日期:2013-04-17 11:17:47CU大牛徽章
日期:2013-04-17 11:17:52CU大牛徽章
日期:2013-04-17 11:17:56
5 [报告]
发表于 2010-11-21 21:01 |只看该作者
回复 4# piaohua2005


    在论坛里面搜索postfix+sasl

论坛徽章:
0
6 [报告]
发表于 2010-11-22 10:07 |只看该作者
回复 5# chenyx


    sasl配置有没有权威文档,给我份,还是和帖子一样,没进展。不要认证即可登录
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP