Month: December 2012

  • Gentoo: How to use Munin to monitor Mailman

    Update 31/12/2012: Now this is a bit simpler, since bug 448414 has been fixed. Before we start with the step-by-step procedure to get the mailman plug-in working, lets recall how to test a munin plug-in: $ sudo munin-run mailman posts.value 24 members.value 21892 The output above is what you should get once the mailman plug-in…

  • Gentoo: How to debug Exim

    If you have some problem with exim, and the logs are not enough, edit the /etc/conf.d/exim file, and add the debugging option (-d): /etc/conf.d/exim# Command-line options for running eximEXIM_OPTS=”-bd -q15m -d” Then restart exim: # /etc/init.d/exim restart The exim daemon will not be detached from the console, the debug information will be printed to the…