Jump to content

Spam mark orientbell: Difference between revisions

From TetraWiki
Subhash (talk | contribs)
Subhash (talk | contribs)
Line 8: Line 8:
  vi salocal.cf.in
  vi salocal.cf.in


Add below keyword for blacklist and whitelist
#Add below keyword for blacklist and whitelist


to block whole domain
to block whole domain
Line 18: Line 18:
  blacklist_from subhash@irs.gov
  blacklist_from subhash@irs.gov


and follow same step for white list replacing word whitelist_from instead of blacklist_from
#and follow same step for white list replacing word whitelist_from instead of blacklist_from


save file  
save file  

Revision as of 06:18, 14 February 2013

Objective

When any mail id and domain to blacklist/whitelist in orinetbell follow below steps

  1. su - zimbra
cd /opt/zimbra/conf
vi salocal.cf.in
  1. Add below keyword for blacklist and whitelist

to block whole domain

blacklist_from *@irs.gov

block a mail id only

blacklist_from subhash@irs.gov
  1. and follow same step for white list replacing word whitelist_from instead of blacklist_from

save file

restart below serivce to update above changes

zmmtactl restart && zmamavisdctl restart