Postfix挡动态IP寄信却挡到自己的User(已经使用sasl smtp auth)

Home Home
引用 | 编辑 iamapo
2008-01-30 11:11
楼主
推文 x0
大家好,小弟使用Postfix并启用挡动态IP寄信的功能,但却挡到正常使用的帐户 表情
我也启用了sasl smtp auth,我想让通过sasl smtp auth的帐户可以不受动态IP的限制,请问有解吗 表情
恳请解答,灰熊感谢 表情

献花 x0
引用 | 编辑 wes
2008-01-30 12:30
1楼
  
挡动态IP 是使用哪种方式?
如果是使用 reject_rbl_client 的话
请将 permit_sasl_authenticated 设在前面

献花 x0
引用 | 编辑 iamapo
2008-04-16 15:35
2楼
  
下面是引用wes于2008-01-30 12:30发表的 Re:Postfix挡动态IP寄信却挡到自己的User(已经使用sasl smtp aut:
挡动态IP 是使用哪种方式?
如果是使用 reject_rbl_client 的话
请将 permit_sasl_authenticated 设在前面
我把auth smtp的允许放到前面,还是会被挡掉耶,是不是我的设定有问题,麻烦大大帮我debug一下,谢谢你喔~
smtpd_sasl_auth_enable = yes
broken_sasl_auth_clients = yes
smtpd_sasl_security_options = noanonymous
smtpd_sasl_local_domain = abc.com mail.abc.com
mailbox_size_limit = 40960000
message_size_limit = 40960000
smtpd_recipient_limit = 1000
default_destination_recipient_limit = 1000
maximal_queue_lifetime = 36h
bounce_queue_lifetime = 36h
queue_run_delay = 5m
smtpd_delay_reject = yes
smtpd_recipient_restrictions = permit_mynetworks permit_sasl_authenticated permit_auth_destination reject_invalid_hostname reject_non_fqdn_sender reject_non_fqdn_recipient reject_unknown_sender_domain reject_unknown_recipient_domain reject_unauth_destination
smtpd_client_restrictions = permit_mynetworks, permit_sasl_authenticated, reject_rbl_client bl.spamcop.net, reject_rbl_client xbl.spamhaus.org, reject_rbl_client dnsbl.dronebl.org, reject_rbl_client dnsbl.njabl.org, permit
transport_maps = hash:/etc/postfix/transport
smtpd_error_sleep_time = 5
smtpd_soft_error_limit = 5
smtpd_hard_error_limit = 100
smtpd_helo_required = yes
disable_vrfy_command = yes
line_length_limit = 20480
hopcount_limit = 100


献花 x0
引用 | 编辑 mnbmnb5266
2010-08-19 22:55
3楼
  
这个问题应该可以通过软件工具来解决吧。你可以在论坛找找看。

献花 x0