I am on Ubuntu 20.04 server and I have installed / configured logwatch according these Ubuntu instructions that are little outdated: https://help.ubuntu.com/community/Logwatch
While I can execute logwatch in terminal... and see output... I cannot get it to send email.
I tried both:
mailer = "/usr/sbin/sendmail -t" and mailer = "/usr/bin/mailx -mgt"
With no success..
Any tips?