Gettyless-Notes: Difference between revisions

 
 
(2 intermediate revisions by the same user not shown)
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.
These should come in handy:
<pre>
zimbra@zimbra:~/bin$ ls *ctl*
zmamavisdctl zmauditswatchctl  zmmailboxdctl  zmproxyctl   zmswatchctl
zmantispamctl zmclamdctl   zmmemcachedctl  zmsaslauthdctl  zmtlsctl
zmantivirusctl zmconvertctl   zmmtaconfigctl  zmspellctl   zmzimletctl
zmapachectl zmloggerctl   zmmtactl   zmstatctl
zmarchivectl zmlogswatchctl   zmnginxctl   zmstorectl
</pre>
== 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]]

Latest revision as of 22:53, 12 May 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.

These should come in handy:

zimbra@zimbra:~/bin$ ls *ctl*
zmamavisdctl	zmauditswatchctl  zmmailboxdctl   zmproxyctl	  zmswatchctl
zmantispamctl	zmclamdctl	  zmmemcachedctl  zmsaslauthdctl  zmtlsctl
zmantivirusctl	zmconvertctl	  zmmtaconfigctl  zmspellctl	  zmzimletctl
zmapachectl	zmloggerctl	  zmmtactl	  zmstatctl
zmarchivectl	zmlogswatchctl	  zmnginxctl	  zmstorectl

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)

Jump to: navigation, search