•
Today, I would like to know a mailbox size of all users in my Zimbra mail server and I can check these sizes by create a shell script which has 2 commands for query.
- zmprov gaa => I use this command for query all accounts in my Zimbra server.
- zmmailbox -z -m your-account gms => Get mailbox size of your-account account.
Anyway, You can download my script too.
Read more »
Tags:
zimbra
•
Today , I cannot sent email from Zimbra service to other email. I find warning message in /var/log/zimbra.log .
Apr 25 11:15:09 aoddy postfix/smtp[13534]: connect to 127.0.0.1[127.0.0.1]: Connection refused (port 10024)
Apr 25 11:15:10 aoddy postfix/smtp[13534]: 4B15324914C: to=<admin@aoddy.com>, relay=none, delay=0.61, delays=0.35/0.26/0/0, dsn=4.4.1, status=deferred (connect to 127.0.0.1[127.0.0.1]: Connection refused)
Apr 25 11:15:11 aoddy postfix/smtp[13534]: 4B15324914C: to=<admin@aoddy.com>, relay=none, delay=0.61, delays=0.35/0.26/0/0, dsn=4.4.1, status=deferred (connect to 127.0.0.1[127.0.0.1]: Connection refused)
Apr 25 11:15:11 aoddy postfix/smtp[13534]: 4B15324914C: to=<admin@aoddy.com>, relay=none, delay=0.61, delays=0.35/0.26/0/0, dsn=4.4.1, status=deferred (connect to 127.0.0.1[127.0.0.1]: Connection refused) |
Read more »
Tags:
zimbra
•
I found this message in /var/log/zimbra.log
Apr 25 01:03:35 mail postfix/trivial-rewrite[11008]: fatal: ldap:/opt/zimbra/conf/ldap-vad.cf(0,lock|fold_fix): table lookup problem
Apr 25 01:03:36 mail postfix/trivial-rewrite[11009]: error: dict_ldap_connect: Unable to set STARTTLS: -11: Connect error
Apr 25 01:03:36 mail postfix/trivial-rewrite[11009]: error: dict_ldap_connect: Unable to set STARTTLS: -11: Connect error
Apr 25 01:03:36 mail postfix/trivial-rewrite[11010]: error: dict_ldap_connect: Unable to set STARTTLS: -11: Connect error
Apr 25 01:03:36 mail postfix/trivial-rewrite[11009]: error: dict_ldap_connect: Unable to set STARTTLS: -11: Connect error
Apr 25 01:03:36 mail postfix/trivial-rewrite[11009]: fatal: ldap:/opt/zimbra/conf/ldap-vad.cf(0,lock|fold_fix): table lookup problem
Apr 25 01:03:36 mail postfix/trivial-rewrite[11010]: error: dict_ldap_connect: Unable to set STARTTLS: -11: Connect error
Apr 25 01:03:36 mail postfix/trivial-rewrite[11010]: error: dict_ldap_connect: Unable to set STARTTLS: -11: Connect error
Apr 25 01:03:36 mail postfix/trivial-rewrite[11010]: fatal: ldap:/opt/zimbra/conf/ldap-vad.cf(0,lock|fold_fix): table lookup problem |
I fixed it by
Read more »
Tags:
zimbra
•
These are steps for upgrade Zimbra 4.5.9 to 5.0.2.
1. Download new version from www.zimbra.com
[root@mail] # mkdir Program; cd Program
[root@mail] # wget -c http://files.zimbra.com/downloads/5.0.2_GA/\
zcs-5.0.2_GA_1975.RHEL5.20080130221917.tgz
|
2. Unzip new software.
| [root@mail] # tar xvfz zcs-5.0.2_GA_1975.RHEL5.20080130221917.tgz |
Read more »
Tags:
linux,
zimbra
•
After I started my Zimbra server, I had alerte from my server. It told me about my CA was mismatch with my domain. This is example alert :

If you want to create new CA for your Zimbra server , you can follow these steps :
Read more »
Tags:
linux,
zimbra
•
ครับผม Zimbra ออก เวอร์ชั่นใหม่ครับ ตอนนี้ก็ปา ไป 5.0 (ที่ผมใช้อยู่เป็น 4.5) มาดูกันดีกว่า ว่า 5.0 มีอะไรใหม่ๆ มาให้ใช้มั่ง
Read more »
Tags:
zimbra
•
I want to redirect from http to https when I type URL in browser . And this is solution :
[root@zimbra] # su - zimbra
[zimbra@zimbra] $ zmtlsctl mixed
[zimbra@zimbra] $ zmcontrol stop
[zimbra@zimbra] $ zmcontrol start |
Work more !!
Tags:
linux,
zimbra
•
This is step for install Zimbra Collaboration Suite 4.5 on CentOS 5. I found this step from this link , thanks Mr. Neil McCauley so much. It’s worked.
Read more »