Difference between revisions of "Gettyless-Notes"
(New page: Category:Community Sandbox) |
|||
Line 1: | Line 1: | ||
+ | |||
+ | |||
+ | |||
+ | == Sieve == | ||
+ | |||
+ | |||
+ | === disable user's sieve, but add your own as the admin === | ||
+ | |||
+ | zmprov ma user1@domain.com zimbraFeatureFiltersEnabled FALSE | ||
+ | |||
+ | if the Mom folder didn't exist, the command would create the folder automatically: | ||
+ | zmmailbox -z -m user1@domain.com afrl "Mom" active all header "from" contains "mom@someotherdomain.com" fileinto "Mom" | ||
+ | |||
+ | (originally from [[King0770-Notes-Sieve_Rules_By_Proxy]]) | ||
[[Category:Community Sandbox]] | [[Category:Community Sandbox]] |
Revision as of 22:29, 26 April 2009
Sieve
disable user's sieve, but add your own as the admin
zmprov ma user1@domain.com zimbraFeatureFiltersEnabled FALSE
if the Mom folder didn't exist, the command would create the folder automatically:
zmmailbox -z -m user1@domain.com afrl "Mom" active all header "from" contains "mom@someotherdomain.com" fileinto "Mom"
(originally from King0770-Notes-Sieve_Rules_By_Proxy)