Category Archives: Perl

Perl scripts

Lyris Listmanager – Hacking the Web Frontend For Increased Functionality 1

Lyris Listmanager is a nice mailing list management system. However, there are a few features that are missing out of the frontend that make it hard to get by your day-to-day office job. Fortunately, most of it is written with TCL routines which are not encoded, which makes for easy updates to this code.
Of [...]

Change your default CPAN mirror 7

Changing your cpan mirror.
Although it seems like it would be easy task to accomplish, it seems there is no easy way to change the perl CPAN module mirror list. I have only found two ways to do this.
The first way I found is to modify your Config.pm in the CPAN module. In my install, it [...]

Postfix as a proxy to Exchange server Comments Off

More and more people seem to be using an open source mail server on linux, such as Postfix, to proxy e-mails coming in from the net and relaying them to their exchange server. I know I’ve had this type of setup since January and it has been working really well for me. It gives you [...]