I've inherited some systems that run on freebsd and inside jails. Basically the services running are old versions of qmail, spamd, dovecot, etc. None of the versions are up to date or even maintainable any more.
At present we can't move from these systems but I would at least like to be able to troubleshoot them.
My question:
Normally I would be Able to run service qmail status for example and get some info about the top level process. How do I do this inside a jail. In the case of the qmail process I can use qmailctl but what would be the equivalent for spamd or dovecot ?
also how do you go about troubleshooting these types of services the logs don't really give a very good steer on what could be going wrong.