After I installed the Zimbra mail server, I forgot to setup a mail qouta for all accounts that mean thay have unlimit space. So I think this is a time for setup mail qouta because my disk of mail server was deficient.
Category Archives: zimbra
How to delete domain in Zimbra server by CLI.
How to check mailbox size of all accounts in Zimbra mail server.
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.
Zimbra : Connection refused (port 10024).
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) |
I cannot send email by 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
How to upgrade Zimbra 4.5.9 to 5.0.2 .
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 |
How to create new CA on Zimbra 5.0 .
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 :
Zimbra Launches Zimbra Collaboration Suite 5.0
ครับผม Zimbra ออก เวอร์ชั่นใหม่ครับ ตอนนี้ก็ปา ไป 5.0 (ที่ผมใช้อยู่เป็น 4.5) มาดูกันดีกว่า ว่า 5.0 มีอะไรใหม่ๆ มาให้ใช้มั่ง
How to redirect http to https on Zimbra server.
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 !!
How to install Zimbra on CentOS5.
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.