Is it possible to get access to the maillog that you can view via webmin via the normal web console.
its a useful tool but a pain when you have to log into webmin and drill down to get to it
Thanks in advance
MailLog in Web Console
- shawniverson
- Posts: 3783
- Joined: 13 Jan 2014 23:30
- Location: Indianapolis, Indiana USA
- Contact:
Re: MailLog in Web Console
Code: Select all
sudo less /var/log/maillog
Re: MailLog in Web Console
To monitor the activity in real time:
Code: Select all
sudo tail -f /var/maillog