Upgrade from 8.8.6 to 8.8.7 problem sending Daily reports

Ask questions about your setup or get help installing ZCS server (ZD section below).
Post Reply
User avatar
jasggomes
Advanced member
Advanced member
Posts: 90
Joined: Sat Sep 13, 2014 12:59 am
Location: Lisbon, PT
ZCS/ZD Version: Release 8.7.11.GA.1854.UBUNTU14.64
Contact:

Upgrade from 8.8.6 to 8.8.7 problem sending Daily reports

Post by jasggomes »

Hi to all,

After one month after my upgrade from 8.7.11 to 8.8.6 and I'm still dealing with some issues with this server.

Last one, spotted yesterday, as I was seeing if the daily reports arrive correctly, as I was not receiving them on a daily basis.

So yesterday I didin't see the report arriving ar 23:30 as expected, I entered the server, and executed the report by hand and received a strange message, strager was that the message only happened the firts time, after that time all was ok.

Code: Select all

zimbra@mail:~$ /opt/zimbra/libexec/zmdailyreport -m
Failed to email report using SMTP via 'mail.domain.tld': Invalid argument at /opt/zimbra/common/lib/perl5/Mail/Mailer.pm line 158, <CONF> line 604.

zimbra@mail:~$ /opt/zimbra/libexec/zmdailyreport -m
zimbra@mail:~$ /opt/zimbra/libexec/zmdailyreport -m
As you can see, I executed the command 3 times, and as I said the first time it gave me the error above.

Hope some guys have some ideia what could be causing this.
Also I'm going to check that document about the reports that I come across one of these days, regarding the SMTP no dealing with the sender address and hostname.

Regards.
JG

EDIT:

I might found the RC for this issue at https://wiki.zimbra.com/wiki/Steps_to_f ... re_present

My server was using 2 SMTP names ... weird, I may have done some tweeking on the wong place ::

Code: Select all

zimbra@mail:~$ zmprov gacf zimbraSmtpHostname
zimbraSmtpHostname: mail.domain.tld
zimbraSmtpHostname: webmail.domain.tld
Back to one server, lets see what happens.
gslongo
Posts: 4
Joined: Mon Nov 07, 2016 2:58 pm

Re: Upgrade from 8.8.6 to 8.8.7 problem sending Daily reports

Post by gslongo »

Hi !

This fixed your issue ?
We have same issue but only one smtphostname

Thanks !
tinging
Posts: 2
Joined: Sat Jul 25, 2020 7:07 am

Re: Upgrade from 8.8.6 to 8.8.7 problem sending Daily reports

Post by tinging »

gslongo wrote:Hi !

This fixed your issue ?
We have same issue but only one smtphostname

Thanks !

U need try.

Code: Select all

    my $smtphost     = "proxy01.domain.com";
Post Reply