Page 1 of 1

MailLog in Web Console

Posted: 04 Sep 2014 13:29
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

Re: MailLog in Web Console

Posted: 06 Sep 2014 07:15
by shawniverson

Code: Select all

sudo less /var/log/maillog

Re: MailLog in Web Console

Posted: 10 Sep 2014 12:49
by arenas
To monitor the activity in real time:

Code: Select all

sudo tail -f /var/maillog