MailLog in Web Console

Questions and answers about how to do stuff
Post Reply
sharktech
Posts: 89
Joined: 14 Jan 2014 14:23

MailLog in Web Console

Post by sharktech »

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
User avatar
shawniverson
Posts: 3783
Joined: 13 Jan 2014 23:30
Location: Indianapolis, Indiana USA
Contact:

Re: MailLog in Web Console

Post by shawniverson »

Code: Select all

sudo less /var/log/maillog
arenas
Posts: 4
Joined: 08 Sep 2014 21:02

Re: MailLog in Web Console

Post by arenas »

To monitor the activity in real time:

Code: Select all

sudo tail -f /var/maillog
Post Reply