Search found 119 matches

by fbzimblet
Wed May 03, 2017 8:19 am
Forum: Migration
Topic: [solved] imapsync zcs 7.1.4 to 8.7.7
Replies: 1
Views: 4144

Re: imapsync zcs 7.1.4 to 8.7.7

excluding emailed contacts and contacts folder solved this

Code: Select all

16c
  --exclude '(?i)\b(Junk|Spam|Trash|Emailed \Contacts|Contacts)\b' \
.
by fbzimblet
Wed May 03, 2017 4:43 am
Forum: Migration
Topic: [solved] imapsync zcs 7.1.4 to 8.7.7
Replies: 1
Views: 4144

[solved] imapsync zcs 7.1.4 to 8.7.7

I'm using above script to sync over imap from 7.1.4 to 8.7.7 and not sure if imapsync covered by zimbra support, so I ask here first. host1="source-IP" host2="destination-IP" username="user@domain" admin_account_password="zimbra-admin-password" imapsync \ --ho...
by fbzimblet
Wed May 03, 2017 4:17 am
Forum: Administrators
Topic: Start/Stop order for multiple servers
Replies: 1
Views: 1515

Re: Start/Stop order for multiple servers

that seems right.

why don't you give it a try?
by fbzimblet
Wed May 03, 2017 4:16 am
Forum: Administrators
Topic: Zimbra sending SPAM. How to find sender IP?
Replies: 1
Views: 4694

Re: Zimbra sending SPAM. How to find sender IP?

yes, you can follow below URL to secure your zimbra from spamming

https://wiki.zimbra.com/wiki/Improving_Anti-spam_system
by fbzimblet
Wed May 03, 2017 4:12 am
Forum: Migration
Topic: [solved] imapsync flags
Replies: 2
Views: 9827

Re: imapsync flags

removing hastags and comments solved this.
by fbzimblet
Wed Apr 26, 2017 8:32 am
Forum: Migration
Topic: [solved] imapsync flags
Replies: 2
Views: 9827

Re: imapsync flags

After I fixed

Code: Select all

'--skipheader 'X-*' \
to

Code: Select all

--skipheader 'X-*' \
I got below error instead. ShellCheck did not show any error. Any idea?

Code: Select all

line 18: --regextrans2: command not found
by fbzimblet
Wed Apr 26, 2017 7:38 am
Forum: Migration
Topic: [solved] imapsync flags
Replies: 2
Views: 9827

[solved] imapsync flags

imapsync: 1.727 source: ZCS 7.1.4 CentOS 5 destination: ZCS 8.7.7 CentOS 7 syncuser.sh: line 7: syntax error near unexpected token `(' syncuser.sh: line 7: ` --regexflag 's/\\\\(?!Answered|Flagged|Deleted|Seen|Recent|Draft)[^\s]*\s*//ig' \' I got above error with imapsync script as below. Is there s...
by fbzimblet
Wed Apr 26, 2017 7:35 am
Forum: Migration
Topic: Migration from old server to the new one (different versions of OS and Zimbra)
Replies: 4
Views: 13183

Re: Migration from old server to the new one (different versions of OS and Zimbra)

you can do it one at a time for example: 1- zcs 5.0.12 on centos 5 to zcs 5.0.12 on centos 6 (./install -s then rsync /opt/zimbra, then re-run install -l ZCSLicense.xml -a activationfile) 2- then after make sure everything is working out, upgrade to 8.0.9 note: zmcontrol stop on source before rsync ...
by fbzimblet
Wed Apr 26, 2017 3:20 am
Forum: Migration
Topic: migrating single server to ZCS
Replies: 0
Views: 2111

migrating single server to ZCS

Is it possible to run ZCS for up to 3000 users on a single server?

Server curently have 148GB HDD & 10GB RAM
DL 380 G6

I probably have to bump up its RAM and HDD
by fbzimblet
Tue Apr 11, 2017 10:04 am
Forum: Installation and Upgrade
Topic: ldap replica failed start
Replies: 1
Views: 1296

Re: ldap replica failed start

same issue still occured when using 8.7.6 installer