Archive for the ‘Scripts’ Category

Perl script to view details about current Exim Queue

Around a year ago I had written up this cute little Perl script that displays details about current Exim mail queue status on a Cpanel server. It not only displays the details but also allow you to make changes to the exim queue. Here’s how the script looks like when executed: root@server1 [~]# ./exim_queue_report.pl EXIM [...]

Script to generate bind zone file

I have written up a small perl script which can be used to generate a zone file for your domain. This is useful if you have no control panel on your server and wish to create valid zone files easily. By default, the zone file is printed into the screen (which you can easily redirect [...]