Thanks for your response.
On the face of it, the information you requested doesn't seem to be related to the logger (that I now believe to be the problem) and none of these things are mentioned in the Wiki page referenced.
That being said, here is the data (removing some redundant stuff like diggin MX records and then digging any):
# cat /etc/hosts
127.0.0.1 localhost localhost.localdomain
10.228.102.117 vhost1.heptagon.co.il vhost1 heptagon.co.il
Coming Soon
# cat /etc/resolv.conf
search eu-west-1.compute.internal
nameserver 172.16.0.23
# dig heptagon.co.il any
;; ANSWER SECTION:
heptagon.co.il. 46098 IN NS ns.eonspace.net.
heptagon.co.il. 46098 IN NS ns2.eonspace.net.
heptagon.co.il. 35765 IN MX 10 mail.heptagon.co.il.
heptagon.co.il. 35765 IN MX 20 mail.eonspace.net.
heptagon.co.il. 35764 IN A 79.125.24.251
# host `hostname`
vhost1.heptagon.co.il has address 10.228.102.117
Thanks in advance for any input that you have on the problem. I think the main issue is the problem that can be seen by running:
# /opt/zimbra/libexec/zmrrdfetch -f zmmtastats
DBD::SQLite::db prepare failed: no such table: rrds at /opt/zimbra/libexec/zmrrdfetch line 43.
Can't call method "bind_param" on an undefined value at /opt/zimbra/libexec/zmrrdfetch line 48.
I'm pretty sure it should be fairly easy to fix this problem - which has a very good reporting including line numbers - to anyone familiar with that tool.
Best regards