1

Topic: Daily email on "Logwatch for mail (Linux)" - has stopped working

==== REQUIRED BASIC INFO OF YOUR IREDMAIL SERVER ==== 
- iRedMail version (check /etc/iredmail-release):  0.9.9 MySQL
- Deployed with iRedMail Easy or the downloadable installer? Downloaded installer
- Linux/BSD distribution name and version: Debian 10
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): MySQL
- Web server (Apache or Nginx):  Nginx
- Manage mail accounts with iRedAdmin-Pro? iRedAdmin-Pro-SQL
- [IMPORTANT] Related original log or error message is required if you're experiencing an issue.
====

Upto few weeks back I was regularly getting emails on the Logwatch. Then it stopped apparently for no reason. Any idea on how to get it rolling again?
Thank you for your time.
For Aurum

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: Daily email on "Logwatch for mail (Linux)" - has stopped working

Any error in /var/log/syslog and /var/log/maillog? You can try to filter both files with "grep" command:

grep -i 'logwatch' /var/log/syslog
grep -i 'logwatch' /var/log/maillog

3

Re: Daily email on "Logwatch for mail (Linux)" - has stopped working

No error report found.
*****************************************

ZhangHuangbin wrote:

Any error in /var/log/syslog and /var/log/maillog? You can try to filter both files with "grep" command:

grep -i 'logwatch' /var/log/syslog
grep -i 'logwatch' /var/log/maillog

4

Re: Daily email on "Logwatch for mail (Linux)" - has stopped working

HI,
No errors are displayed. Any idea how to get this server log emails back!
Thanks

5

Re: Daily email on "Logwatch for mail (Linux)" - has stopped working

I can see this error message in mail.log about this specific email address:

May  2 23:59:58 mail postfix/error[32621]: 6B6C51B919F: to=<root@mail.xxxxxxxx.net>, relay=none, delay=73793, delays=73793/0.03/0/0, dsn=4.3.0, status
=deferred (mail transport unavailable)
Next question is why postfix is unable to find mail transport?

6

Re: Daily email on "Logwatch for mail (Linux)" - has stopped working

Aurum wrote:

Next question is why postfix is unable to find mail transport?

Do you have alias address for root user in /etc/postfix/aliases?