Re: [Exim] Remote queue checker

Top Page
Delete this message
Reply to this message
Author: John Burnham
Date:  
To: Gordon Ross, exim-users
Subject: Re: [Exim] Remote queue checker
Gordon Ross wrote:
> I'd like our helpdesk to be able to check the mail queue on our
> central exim SMTP router, but I don't want to give them any form of
> login access to it. Is there any tool that would allow them to check
> the mail queue remotely (via an automated e-mail or via a web

browser
> ?)
>

You could write a very simple cgi script that basically serves the
output of exim -bp via a web server or write a script that emails you
the output of exim -bp and set it up as a cron job.
John