Tag Archives: zimbra

How to set mail qouta about 250 MB for all accounts in Zimbra mail server.

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 … Continue reading

Posted in zimbra | Tagged | Leave a comment

How to delete domain in Zimbra server by CLI.

Problem : I cannot delete some domain in my Zimbra server. Solution : 

Posted in zimbra | Tagged | Leave a comment

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 … Continue reading

Posted in Shell scripts, zimbra | Tagged | 1 Comment

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, … Continue reading

Posted in zimbra | Tagged | Leave a comment

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 … Continue reading

Posted in zimbra | Tagged | Leave a comment

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

Posted in linux, zimbra | Tagged , | Leave a comment

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 , … Continue reading

Posted in linux, zimbra | Tagged , | 4 Comments

Zimbra Launches Zimbra Collaboration Suite 5.0

ครับผม Zimbra ออก เวอร์ชั่นใหม่ครับ ตอนนี้ก็ปา ไป 5.0 (ที่ผมใช้อยู่เป็น 4.5) มาดูกันดีกว่า ว่า 5.0 มีอะไรใหม่ๆ มาให้ใช้มั่ง

Posted in zimbra | Tagged | 10 Comments

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 !!

Posted in linux, zimbra | Tagged , | 1 Comment