Hi,
Quote:
Originally Posted by Mudasar Blason, Thanks for your valued input, do you think there are other setting that be can effect overall performance. |
I would recommend to separates your incoming and outgoing mail servers. In my case, my outgoing mail servers was Zimbra setup with :
1. Anti spam & anti virus disabled
2. snmp, stats, logger and spell disabled
Code:
zmprov ms mail.vavai.com -zimbraServiceEnabled snmp
zmprov ms mail.vavai.com -zimbraServiceEnabled logger
zmprov ms mail.vavai.com -zimbraServiceEnabled stats
zmprov ms mail.vavai.com -zimbraServiceEnabled antivirus
zmprov ms mail.vavai.com -zimbraServiceEnabled antispam
zmprov ms mail.vavai.com -zimbraServiceEnabled spell
zmcontrol restart
3. POP3, IMAP disabled from Zimbra Admin | Global Settings | Imap/POP
4. Modify zmmtaconfig, default are 60 seconds.
Code:
zmlocalconfig -e zmmtaconfig_interval=7200
zmmtactl restart
5. Modify zimbraLogRawLifetime setup for logs
Code:
zmprov mcf zimbraLogRawLifetime 7d
zmprov mcf zimbraLogSummaryLifetime 30d
/opt/zimbra/libexec/zmlogprocess
6. Modify Zimbra crontab for Zimbra status (default are 2 minutes, I change it to 1 hours) :
Code:
su - zimbra
crontab -e
and modify the following line :
Code:
*/2 * * * * /opt/zimbra/libexec/zmstatuslog
to
Code:
0 * * * * /opt/zimbra/libexec/zmstatuslog
7. Remove unnecessary plugins, zimlets and Admin extensions.