Spam mark orientbell: Difference between revisions
Appearance
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..." |
No edit summary |
||
| (3 intermediate revisions by one other user not shown) | |||
| Line 1: | Line 1: | ||
[[category:Orient Bell]] | |||
==Objective== | ==Objective== | ||
When any mail id and domain to blacklist/whitelist in orinetbell follow below steps | When any mail id and domain to blacklist/whitelist in orinetbell follow below steps | ||
1.)su - zimbra | |||
cd /opt/zimbra/conf | cd /opt/zimbra/conf | ||
vi salocal.cf.in | vi salocal.cf.in | ||
Add below keyword for blacklist and whitelist | 2.)Add below keyword for blacklist and whitelist | ||
to block whole domain | to block whole domain | ||
| Line 16: | Line 20: | ||
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 | 3.)and follow same step for white list replacing word whitelist_from instead of blacklist_from | ||
save file | save file | ||
restart below serivce to update above changes | 4.)restart below serivce to update above changes | ||
zmmtactl restart && zmamavisdctl restart | zmmtactl restart && zmamavisdctl restart | ||
Latest revision as of 09:51, 14 February 2013
Objective[edit]
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
2.)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
3.)and follow same step for white list replacing word whitelist_from instead of blacklist_from
save file
4.)restart below serivce to update above changes
zmmtactl restart && zmamavisdctl restart