Search found 514 matches

by bobby
Mon Dec 24, 2007 3:14 pm
Forum: Installation and Upgrade
Topic: [SOLVED] Expired Cert in 5.0GA can cause mail Delivery failure
Replies: 65
Views: 10883

[SOLVED] Expired Cert in 5.0GA can cause mail Delivery failure

run it as "bash -x ~/bin/zmcertmgr" and it will print each line as it executes
by bobby
Thu Dec 20, 2007 1:37 pm
Forum: Installation and Upgrade
Topic: Vote: Feisty support ?
Replies: 21
Views: 4335

Vote: Feisty support ?

How are you doing the migration, putt1ck? PST import, full Exchange migration, imapsync, some other method? Perhaps it could be throttled to reduce the server load. Is it possible to run user migration during times when there are few or no users online (obviously some organizations have users worldw...
by bobby
Tue Nov 20, 2007 11:52 am
Forum: Administrators
Topic: [SOLVED] Unable to send mail via SMTP+TLS+Auth
Replies: 19
Views: 9040

[SOLVED] Unable to send mail via SMTP+TLS+Auth

If you do a new installation, the self-signed certificates will already be in place; there is no need to run through the self-signed cert wiki.
by bobby
Mon Oct 15, 2007 3:41 pm
Forum: Administrators
Topic: zmrestore restoreToTime problem
Replies: 5
Views: 1775

zmrestore restoreToTime problem

mmorse shows the answer in the last post: make sure to specify (with the -lb,--label option to zmrestore) the last full backup before the time to which you are restoring.
by bobby
Fri Sep 28, 2007 12:58 pm
Forum: Developers
Topic: ical post item then retreive
Replies: 7
Views: 1374

ical post item then retreive

FYI, in case anyone is concerned with getting this implemented in ZCS:

Bug 20700 - allow REST query for appointments by iCalendar UID
by bobby
Wed Aug 22, 2007 3:34 pm
Forum: Mobility
Topic: iPhone IMAP settup problem
Replies: 11
Views: 2241

iPhone IMAP settup problem

Are you running the imapproxy service? Is this a single-node installation? You can see a trace of all imap traffic on the server in /opt/zimbra/log/mailbox.log by adding this line at the end of /opt/zimbra/conf/log4j.properties:
log4j.logger.zimbra.imap=DEBUG
by bobby
Tue Aug 21, 2007 6:21 pm
Forum: Installation and Upgrade
Topic: Update Received Date in Folder-Listing
Replies: 25
Views: 3906

Update Received Date in Folder-Listing

FYI there is a perl module (Date::Parse maybe?) for parsing dates out of email that probably does a better job than us :) Also, once you have the date, try using the "zmmailbox addMessage" command with the "--date" option instead of trying to add the X-Zimbra-Received header. Use...
by bobby
Thu Aug 16, 2007 4:32 pm
Forum: Administrators
Topic: how to empty an adress Book
Replies: 2
Views: 911

how to empty an adress Book

you can remove the contents like this:
zmmailbox -z -m user@domain.com emptyFolder /Name-of-Address-Book
by bobby
Tue Aug 14, 2007 6:26 pm
Forum: Users
Topic: Any way to add message filters from command line?
Replies: 24
Views: 7733

Any way to add message filters from command line?

use zmmailbox addFilterRule
by bobby
Thu Aug 02, 2007 3:11 pm
Forum: Installation and Upgrade
Topic: POP - Relay Access Denied
Replies: 16
Views: 3090

POP - Relay Access Denied

The SMTP_Auth_Problems wiki mentioned earlier has the answer for this. This is the solution:
[QUOTE]If the URL is wrong, re-set the hostname like this in order to regenerate the AuthURL:
zmprov ms zimbra.domain.com zimbraMtaAuthHost zimbra.domain.com[/QUOTE]