Logo Linux Bash SSH Ubuntu Git Menu
 

email queue qmail

Is there any way for me to check the mail queue on an ubuntu server using qmail without SSH access.

If not are there any free email stats programs that would do a similar job that you can recommend.

Thanks

like image 752
Steve Avatar asked Apr 08 '26 02:04

Steve


1 Answers

No, you cannot check these stats without shell access.

If you want to make it available for example via WWW, you can use RRDtool to collect data and generate graphs.

like image 89
vartec Avatar answered Apr 09 '26 18:04

vartec