Partner with you to deliver responsive and cost-effective IT & Support solutions
Reponsive
Cost-Effective
Partner with you
Focus
Attitude to Serve
Professional
These are the reasons why AionSolution is your vendor when you are seeking someone to support your IT in your office.
Moving ZCS to Another Server
Posted in PowerTips - Admins by John Holder on the October 9th, 2007
In this Zimbra Administrator’s PowerTip, we’ll discuss how to move your instance of Zimbra...
Here is an example, using the "raw_logs" table:
$ logmysql zimbra_logger
mysql> check table raw_logs;
+------------------------+-------+----------+----------+
| Table | Op | Msg_type | Msg_text |
+------------------------+-------+----------+----------+
| zimbra_logger.raw_logs | check | status | OK |
+------------------------+-------+----------+----------+
1...
Per user bcc for Zimbra
in /opt/zimbra/postfix/conf, create a file called sender_bcc
and added the user you wanted to copy/send to
employee@domain.com boss@domain.com
in /opt/zimbra/postfix/conf/main.conf, add sender_bcc_maps = hash:/opt/zimbra/postfix/conf/sender_bcc
then run as zimbra user
postmap /opt/zimbra/postfix/conf/sender_bcc
restart...
Ubuntu Backup and Restore
1: Backing-up
To do this, become root with
Code:
sudo su
and go to the root of your filesystem (we use this in our example, but you can go anywhere you...
Account mailbox database structure
Each zimbra account is associated with a mailbox group, which is based on the mailbox id number. (The mailboxId is specific to the store, the zimbraId on...
Zimbra reponse with 5-10s before SMTP banner
220 mail.example.com ESMTP Postix
Need to do a trace at the server
tcpdump -s 1500 -w /tmp/server_trace.pcap
Looking at a wireshark trace, i see the server sending...
Ubuntu 8.04 LTS Server (Hardy Heron) Install Guide
The following guide is for installing ZCS on Ubuntu Server 8.04 LTS, and is a revision of my previous Ubuntu Server 6.06 installation...