Search found 514 matches

by bobby
Mon Jul 16, 2007 8:17 pm
Forum: Users
Topic: Any way to add message filters from command line?
Replies: 24
Views: 7729

Any way to add message filters from command line?

The filters UI doesn't really support this (yet), but you can specify the comparator when submitting the raw sieve filter via zmprov. After adding this filter, messages with uppercase "STUFF" in the subject get the "STUFF" tag, but messages with lowercase "stuff" don't:...
by bobby
Thu Jul 12, 2007 4:59 pm
Forum: Administrators
Topic: Can't create group - it already exists?
Replies: 2
Views: 848

Can't create group - it already exists?

Yeah that's Bug 13657 - "Proper msg should be displayed on creating a duplicate DL"
by bobby
Thu Jul 12, 2007 4:34 pm
Forum: Users
Topic: Any way to add message filters from command line?
Replies: 24
Views: 7729

Any way to add message filters from command line?

The right way to do this is probably through zmmailbox: zmmailbox -z -m f@test.test addFilterRule "tag special" active any header "subject" contains "special" tag "special" stop If you still want to work through zmprov, note that you need a blank line before a...
by bobby
Fri Jul 06, 2007 10:54 am
Forum: Administrators
Topic: Zimbra/Tomcat is continually crashing - with no users!
Replies: 19
Views: 3211

Zimbra/Tomcat is continually crashing - with no users!

[QUOTE]>tomcat was not able to deal with the redo.log, giving an out of memory error.[/QUOTE]
Can you post the actual error line from the log?
by bobby
Thu Jul 05, 2007 10:47 am
Forum: Administrators
Topic: Zimbra/Tomcat is continually crashing - with no users!
Replies: 19
Views: 3211

Zimbra/Tomcat is continually crashing - with no users!

Alan, I don't see any explicit OutOfMemory errors in the logs from tomcat, though I do see it disappearing. Is the machine itself running out of memory? Does the system log show anything happening at those times (e.g. oom-killer)?
by bobby
Thu Jul 05, 2007 10:31 am
Forum: Administrators
Topic: Zimbra/Tomcat is continually crashing - with no users!
Replies: 19
Views: 3211

Zimbra/Tomcat is continually crashing - with no users!

What exactly was wrong with the redolog? Normally it would be better to keep it around.
by bobby
Sat Jun 30, 2007 2:17 pm
Forum: Administrators
Topic: External LDAP GAL help (please)
Replies: 24
Views: 4928

External LDAP GAL help (please)

For those not used to configuring a directory server, it might be easiest to set up the external directory server as a standalone[1] ldap-only[2] zimbra installation. That way the schema is already configured, and we have a standardized configuration to work with. Here is the contact attribute mappi...
by bobby
Sat Jun 30, 2007 2:13 pm
Forum: Administrators
Topic: External LDAP GAL help (please)
Replies: 24
Views: 4928

External LDAP GAL help (please)

As what user did you run the ldapadd? Try specifying the dn when running the ldapsearch. Is there no ou? ldapsearch -x D "cn=Manager,dc=example,dc=com" -W -H "ldap://example.com" [QUOTE]>ldapadd -x -D "cn=Manager,dc=example,dc=com" -W -f sbnet02.ldif[/QUOTE] [QUOTE]>[ro...
by bobby
Thu Jun 28, 2007 3:44 pm
Forum: Administrators
Topic: Zimbra/Tomcat is continually crashing - with no users!
Replies: 19
Views: 3211

Zimbra/Tomcat is continually crashing - with no users!

Can you post a big stretch of the mailbox.log (like up to and including an OutOfMemory error)? From that stacktrace file, it doesn't look like anything is happening. Did you mention what version of ZCS this is (zmcontrol -v)?
by bobby
Wed Jun 27, 2007 4:22 pm
Forum: Administrators
Topic: [SOLVED] Installing existing SSL certificates (solved)
Replies: 22
Views: 6929

[SOLVED] Installing existing SSL certificates (solved)

[QUOTE]>exactly which files do I need to put in my backup set to be safe?[/QUOTE] The default certificate files: /opt/zimbra/tomcat/conf/keystore /opt/zimbra/conf/*{crt,key,pem} If you have a self-signed certificate or have added any certificates to the cacerts keystore, save it also: /opt/zimbra/ja...