extmail邮件被APF server或slockd 的RBL拦截解决办法

邮件退信消息

------------------------------

您的邮件被收件人([email protected])所在服务商判为垃圾邮件,对方不予接收。 
host xxx.xxx.xxx.xxx [xxx.xxx.xxx.xxx] said: 554 5.7.1 

 

xx.xx.xx.xx 已被APF server或slockd 的RBL拦截

 

  • 您的主机发送了过量的垃圾邮件
  • 您的主机是开放中继(open-relay)
  • 您的主机已被病毒或蠕虫感染
  • 您的主机配置不正确或不符合RFC规定

如需要脱离封锁,请联系收件方系统管理员 | Copyright (c) 2004-2008 ExtMail.Org

Spam Locker软件 - 由Extmail.Org提供技术支持

--------------------------------

解决方法:

vi /usr/local/slockd/config/plugin.cf

     dnsbl_plugin = yes 改为 dnsbl_plugin = no
     greylist_plugin = yes 改为 greylist_plugin = no 

  [root@mail config]# /usr/local/slockd/slockd-init stop
  Stopping spam locker daemon: slockd
  [root@mail config]# /usr/local/slockd/slockd-init start
  Starting spam locker daemon: slockd
  [root@mail config]# service postfix restart
  Shutting down postfix: [ OK ]
  Starting postfix: [ OK ]

你可能感兴趣的:(linux,postfix)