ZIMBRA DOMAIN WHITE/BLACK LIST

  • http://wiki.zimbra.com/wiki/Improving_Anti-spam_system#Domain_white.2Fblack_list
  • sudo su – zimbra
  • change permissions for editing
  • Edit the file /opt/zimbra/conf/amavisd.conf.in and look for this section: { # a hash-type lookup table (associative array)
  • At the top, add the domain you want to whitelist (eg, zimbra.com), with a strong negative score:
    { # a hash-type lookup table (associative array)
    ‘zimbra.com’ => -10.0,
  • zmamavisdctl stop && zmamavisdctl start

Laisser un commentaire