Look in /opt/zimbra/bin/zmtlsctl the code does this:
h=`/opt/zimbra/bin/zmhostname`
zmprov -l gs $h
What do you get when you run 'zmhostname'?
What do you get when you run 'nslookup...
Type: Posts; User: bewley; Keyword(s):
Look in /opt/zimbra/bin/zmtlsctl the code does this:
h=`/opt/zimbra/bin/zmhostname`
zmprov -l gs $h
What do you get when you run 'zmhostname'?
What do you get when you run 'nslookup...
Zimbra is open source and you can buy support. From postings it's obvious that paid support doesn't want you to use iptables or SELinux. That's just to save them some headaches I'm sure. There are...
Department is Organizational Unit in LDAP speak. So, you'll find that field in ou.
Just fill out all the fields with the Admin interface then do a 'zmprov ga user@domain' and examine the results...
I was just about to post on the same thing. Care to save me some time and post your modifications?
zmschedulebackup doesn't support those options yet. You could cheat and run 'crontab -e' as zimbra and add them to the the zmbackup commandline.
Just remember zmschedulebackup will overwrite your...
There is a cronjob that removes old logs:
30 2 * * * find /opt/zimbra/log/ -type f -name \*log\* -mtime +8 -exec rm {} \; > /dev/null 2>&1
But, this log never rotates, so it is never old...
This seems to work now in my 4.5.3 NE. Copy the hash out of the shadow file and prefix it with '{crypt}'.
zmprov ma user@domain userPassword '{crypt}$1$dblahblahstuff....'
It's much faster this way. Imapsync is definitely the biggest hog in the migration process. I got about 142 hours of syncing done in about 24 hours of clock time by running 20 copies at once across 4...
My Evolution client is waiting patiently. :D
Well, this is kind of fun.
I have 5 imapsyncs running on each of 4 servers for a total of 20 sessions. :D
Here's the load on the zimbra server.
top - 22:37:24 up 45 days, 6:28, 4 users, ...
I'm working on migrating 224 users with about 74G of mail.
I really would prefer to do a mass cutover instead of a drawn out split domain migration. I'll do a full sync once then do a final sync...