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.
How to delete domain in Zimbra server by CLI.
by aoddy on March 12, 2009
Problem : I cannot delete some domain in my Zimbra server. Solution :
How to check mailbox size of all accounts in Zimbra mail server.
by aoddy on December 1, 2008
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 => [...]
Zimbra : Connection refused (port 10024).
by aoddy on April 25, 2008
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>, [...]
I cannot send email by Zimbra.
by aoddy on April 25, 2008
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: [...]
How to upgrade Zimbra 4.5.9 to 5.0.2 .
by aoddy on March 6, 2008
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 .
by aoddy on March 4, 2008
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
by aoddy on February 9, 2008
ครับผม Zimbra ออก เวอร์ชั่นใหม่ครับ ตอนนี้ก็ปา ไป 5.0 (ที่ผมใช้อยู่เป็น 4.5) มาดูกันดีกว่า ว่า 5.0 มีอะไรใหม่ๆ มาให้ใช้มั่ง
How to redirect http to https on Zimbra server.
by aoddy on February 8, 2008
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 !!