Jump to content

Spam mark orientbell

From TetraWiki
Revision as of 06:14, 14 February 2013 by Subhash (talk | contribs) (Created page with "==Objective== When any mail id and domain to blacklist/whitelist in orinetbell follow below steps cd /opt/zimbra/conf vi salocal.cf.in Add below keyword for blacklist and...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Objective

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

cd /opt/zimbra/conf
vi salocal.cf.in

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

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