Search found 3 matches

by eduard.guloiu
Sat Sep 22, 2012 12:00 pm
Forum: Installation and Upgrade
Topic: zimbra server status problem at zimbra multi server
Replies: 3
Views: 1756

zimbra server status problem at zimbra multi server

Bumped into same issue. It took me some time to figure it out. If you have multi site install the logger should run on only one host. On the host it runs you have to accept logs from the other servers. On rhel6 rsyslog does not listen by default, nor zimbra configures it. You have to edit /etc/rsysl...
by eduard.guloiu
Thu Sep 20, 2012 11:05 am
Forum: Migration
Topic: imap admin access with python's imaplib
Replies: 5
Views: 7230

imap admin access with python's imaplib

Finaly, After a lot of work, here it is: https://docs.google.com/open?id=0B5jJFDYDz5PWQXBIY1J1Q0p4UFk Alternate location: http://ed.contconsult.ro/?a=d&i=26bFu5VWVe I have tested it wit gmail and imported back to zimbra. Some flags are awkward on gmail but I check all of them from script. I am d...
by eduard.guloiu
Tue Sep 18, 2012 3:00 am
Forum: Migration
Topic: imap admin access with python's imaplib
Replies: 5
Views: 7230

imap admin access with python's imaplib

Hello, First of all you should enable Plain text login in zimbra (anyway that's the method that works with zimbra proxy). If you use zimbra proxy (or not) you can auth as admin via ssl with the imap AUTH command. This is what it works: imap_conn = imaplib.IMAP4_SSL(imaphost,imapport) authcb = lambda...