免费注册 查看新帖 |

Chinaunix

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

[Mail] my Anti-UCE setting [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2004-05-29 23:31 |只看该作者 |倒序浏览
smtpd_helo_required = yes
strict_rfc821_envelopes = yes
parent_domain_matches_subdomains = mynetworks
smtpd_client_restrictions =
        permit_mynetworks,
        permit_sasl_authenticated,
        check_client_access hashconfig_directory/client,
#       reject_rbl_client relays.ordb.org,
#       reject_rbl_client list.dsbl.org,
#       reject_rbl_client multihop.dsbl.org,
#       reject_rbl_client bl.spamcop.net,
#       reject_rbl_client sbl.spamhaus.org

smtpd_helo_restrictions =
        permit_mynetworks,
        permit_sasl_authenticated,
        check_helo_access hashconfig_directory/heloname,
        reject_non_fqdn_hostname,
        reject_unknown_hostname
        reject_invalid_hostname

smtpd_sender_restrictions =
        check_sender_access hashconfig_directory/sender,
        reject_non_fqdn_sender,
        permit_mynetworks,
        reject_unauth_local,
        reject_unknown_sender_domain
#       reject_rhsbl_sender dsn.rfc-ignorant.org

smtpd_recipient_restrictions =
        check_recipient_access hashconfig_directory/recipient,
        reject_non_fqdn_recipient,
        reject_unknown_recipient_domain,
        permit_mynetworks,
        permit_sasl_authenticated,
        reject_unauth_pipelining,
        reject_unauth_destination


大家先给点意见把。

论坛徽章:
0
2 [报告]
发表于 2004-05-29 23:33 |只看该作者

my Anti-UCE setting

reject_rhsbl_sender dsn.rfc-ignorant.org
不要用,因为263.net不符合标准被dsn.rfc-ignorant.org 封了。
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

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

清除 Cookies - ChinaUnix - Archiver - WAP - TOP