Can I do this upgrade directly, or do I need to do each incremental version one by one?
Running the OS version on RHEL4.
Search found 79 matches
- Wed Sep 26, 2007 8:43 am
- Forum: Administrators
- Topic: Upgrade 4.5.3 -> 4.5.7 safe?
- Replies: 1
- Views: 260
- Wed May 16, 2007 10:39 am
- Forum: Developers
- Topic: Get All Accounts by domain
- Replies: 1
- Views: 386
Get All Accounts by domain
Attempting to get all accounts in a given domain, can't seem to figure out the correct attributes to add to the tag request. So far I have: Element tagsRequest = Element.XMLElement.mFactory.createElement(AdminService.GET_ALL_ACCOUNTS_REQUEST); tagsRequest.addAttribute(AdminService.E_DOMAIN, &quo...
- Wed May 16, 2007 10:13 am
- Forum: Developers
- Topic: Developing against Zimbra - Which JARs?
- Replies: 4
- Views: 536
Developing against Zimbra - Which JARs?
Yeah, that's what I figured, but I just wanted to make sure. Thanks!
- Wed May 16, 2007 9:34 am
- Forum: Developers
- Topic: Developing against Zimbra - Which JARs?
- Replies: 4
- Views: 536
Developing against Zimbra - Which JARs?
Thanks for the response. I see a zimbracommon.jar but I don't see a zimbraserver.jar?These are all the zimbra JARs I can find in my tomcat webapps dir: [zimbra@group tomcat]$ find . -name zimbra*.jar ./webapps/service/WEB-INF/lib/zimbraim.jar ./webapps/service/WEB-INF/lib/zimbrataglib.jar ./weba...
- Tue May 15, 2007 3:47 pm
- Forum: Developers
- Topic: Developing against Zimbra - Which JARs?
- Replies: 4
- Views: 536
Developing against Zimbra - Which JARs?
I'm trying to write a basic Java app to authenticate against Zimbra and do some simple contact list queries using SOAP. Which JARs do I need to grab out of the Zimbra directory to import all the necessary classes?I'm loosely following this wiki: Thanks">http://wiki.zimbra.com/index.php?...
- Wed Apr 25, 2007 12:39 pm
- Forum: Administrators
- Topic: Programmatically getting a user's contact list
- Replies: 2
- Views: 548
Programmatically getting a user's contact list
Thanks, this is a great start. If I did want to do it programmatically does anyone have a reference or a starting point I could use? Ideally I'd like to write a small Java/Perl/Bash utility that gets all the user accounts, iterates over them grabbing that account's contacts, then inserts tho...
- Wed Apr 25, 2007 9:40 am
- Forum: Administrators
- Topic: Programmatically getting a user's contact list
- Replies: 2
- Views: 548
Programmatically getting a user's contact list
What's the best practice method for retrieving a particular user's entire contact list from Zimbra? Is this something that's retrievable via a SOAP request? I would like to do this for backup purposes.
Thanks!
Thanks!
- Fri Apr 20, 2007 1:51 pm
- Forum: Administrators
- Topic: Mail Replication with imapsync
- Replies: 7
- Views: 938
Mail Replication with imapsync
Got it working!For everyone else, here was my command to do a Zimbra -> Zimbra email replication using imapsync and AUTH PLAIN so I can connect as the admin user without needing to know each users password:imapsync --host1 source.server.com --user1 username --authuser1 adminusername --password1 admi...
- Fri Apr 20, 2007 8:48 am
- Forum: Administrators
- Topic: Mail Replication with imapsync
- Replies: 7
- Views: 938
Mail Replication with imapsync
Thanks for the reply. I took note of those postings and gave it a shot myself. It doesn't appear that port 7993 is open on either my source or destination Zimbra servers. What do I have to change to open those ports, or should I use a different port?
Thanks!
Thanks!
- Thu Apr 19, 2007 3:22 pm
- Forum: Administrators
- Topic: Mail Replication with imapsync
- Replies: 7
- Views: 938
Mail Replication with imapsync
I cobbled together some hardware in our office and installed Zimbra on a second machine. I'd like to use imapsync to replicate email each night. The only hurdle I can't overcome is the fact I need each account's password to auth to the primary server.Other than having each user give me t...