Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 8026

Troubleshooting • Re: Logwatch Fails to Send Email Now and Then

$
0
0
Please humor me and try the following.

Save away your /etc/logwatch/conf/logwatch.conf and create a new one with the following contents:

Code:

Output = mailMailTo = me@mac.comMailFrom = LogwatchDetail = MedService = -zz-sysService = -auditmailer = "/usr/sbin/sendmail -t"
 
This is effectively what I have in my logwatch.conf, although I have an actual email address for MailFrom and I don't specify 'mailer' because I have a proper email system (postfix) installed.

Please run this two ways:

Code:

sudo logwatch --range yesterday --output stdout | less
and then again with

Code:

sudo logwatch --range yesterday 
Please provide complete details of the results.

If this doesn't provide any useful insights then I have no clue and will leave you to sort this on your own.

Statistics: Posted by bls — Wed Nov 13, 2024 2:05 pm



Viewing all articles
Browse latest Browse all 8026

Trending Articles