Difference between revisions of "Gettyless-Notes"
(→Sieve) |
|||
Line 1: | Line 1: | ||
+ | == Guide for Zimbra Admins (like myself) == | ||
+ | Yes, there are the forums, the wiki and the blog. But within the wiki, there's a bunch of [[Category:Community_Sandbox]] pages with good recipe-like notes. | ||
Revision as of 22:31, 26 April 2009
Guide for Zimbra Admins (like myself)
Yes, there are the forums, the wiki and the blog. But within the wiki, there's a bunch of pages with good recipe-like notes.
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)