Monitor Mail Queue Error & Service status all red X

Discuss your pilot or production implementation with other Zimbra admins or our engineers.
Post Reply
User avatar
DualBoot
Elite member
Elite member
Posts: 1326
Joined: Mon Apr 18, 2016 8:18 pm
Location: France - Earth
ZCS/ZD Version: ZCS FLOSS - 8.8.15 Mutli servers
Contact:

Re: Monitor Mail Queue Error & Service status all red X

Post by DualBoot »

Hello,

If services are in red, you need to check first the log /var/log/zimbra-stats.log and verify if you have line with pattern "Running"

Regards,
User avatar
DualBoot
Elite member
Elite member
Posts: 1326
Joined: Mon Apr 18, 2016 8:18 pm
Location: France - Earth
ZCS/ZD Version: ZCS FLOSS - 8.8.15 Mutli servers
Contact:

Re: Monitor Mail Queue Error & Service status all red X

Post by DualBoot »

not the good result.
Try this

Code: Select all

grep "Running" /var/log/zimbra-stats.log
the output should be like this :

Code: Select all

Aug 31 12:12:06 your_Hostname zimbramon[6724]: 6724:info: 2020-08-31 12:12:01, STATUS: your_FQDN: mta: Running
Aug 31 12:12:06 your_Hostname zimbramon[6724]: 6724:info: 2020-08-31 12:12:01, STATUS: your_FQDN: opendkim: Running
Aug 31 12:12:06 your_Hostname zimbramon[6724]: 6724:info: 2020-08-31 12:12:01, STATUS: your_FQDN: proxy: Running
Aug 31 12:12:06 your_Hostname zimbramon[6724]: 6724:info: 2020-08-31 12:12:01, STATUS: your_FQDN: stats: Running
Aug 31 12:12:06 your_Hostname zimbramon[6724]: 6724:info: 2020-08-31 12:12:01, STATUS: your_FQDN: zmconfigd: Running
User avatar
DualBoot
Elite member
Elite member
Posts: 1326
Joined: Mon Apr 18, 2016 8:18 pm
Location: France - Earth
ZCS/ZD Version: ZCS FLOSS - 8.8.15 Mutli servers
Contact:

Re: Monitor Mail Queue Error & Service status all red X

Post by DualBoot »

it seems to be related to rsyslogd, he is in charge of this file.
Verify this file /etc/rsyslog.d/60-zimbra
the content should looks like :

Code: Select all

local0.*                -/var/log/zimbra.log
local1.*                -/var/log/zimbra-stats.log
auth.*                  -/var/log/zimbra.log
mail.*                -/var/log/zimbra.log

Regards,
User avatar
DualBoot
Elite member
Elite member
Posts: 1326
Joined: Mon Apr 18, 2016 8:18 pm
Location: France - Earth
ZCS/ZD Version: ZCS FLOSS - 8.8.15 Mutli servers
Contact:

Re: Monitor Mail Queue Error & Service status all red X

Post by DualBoot »

Hello

you can do like an upgrade, install the same Zimbra version on your current Zimbra without removing anything.

Regards,
User avatar
DualBoot
Elite member
Elite member
Posts: 1326
Joined: Mon Apr 18, 2016 8:18 pm
Location: France - Earth
ZCS/ZD Version: ZCS FLOSS - 8.8.15 Mutli servers
Contact:

Re: Monitor Mail Queue Error & Service status all red X

Post by DualBoot »

Nothing should be delete.
It is safe if you answer correctly the question about removing Zimbra folder before doing the upgrade/install .

But be sure to have a backup as usual before performing upgrade.
User avatar
DualBoot
Elite member
Elite member
Posts: 1326
Joined: Mon Apr 18, 2016 8:18 pm
Location: France - Earth
ZCS/ZD Version: ZCS FLOSS - 8.8.15 Mutli servers
Contact:

Re: Monitor Mail Queue Error & Service status all red X

Post by DualBoot »

it could. Nothing is sure.
User avatar
DualBoot
Elite member
Elite member
Posts: 1326
Joined: Mon Apr 18, 2016 8:18 pm
Location: France - Earth
ZCS/ZD Version: ZCS FLOSS - 8.8.15 Mutli servers
Contact:

Re: Monitor Mail Queue Error & Service status all red X

Post by DualBoot »

Hello,

you must regenerate the Zimbra SSH key.

Regards,
User avatar
JDunphy
Outstanding Member
Outstanding Member
Posts: 896
Joined: Fri Sep 12, 2014 11:18 pm
Location: Victoria, BC
ZCS/ZD Version: 9.0.0_P39 NETWORK Edition

Re: Monitor Mail Queue Error & Service status all red X

Post by JDunphy »

ingenetic wrote:Dear All,

Please advice , my zimbra mail server error , i can't access monitoring mail queue error,
Seems similar to this: viewtopic.php?f=15&t=69426

You are running an older version but putting sshd in debug mode might help pin point the problem further as the mgmt console is using their own java based ssh client to talk to the hosts sshd to look at postfix's queues.

Jim
Post Reply