cavac has asked for the wisdom of the Perl Monks concerning the following question:
Hi Monks, i need a little bit of advice.
In 'my' production plant i have a separate network (very limited outside access). Many programs and some of the RAID controllers send status messages (for example "disk failed on server X in array y") via Email.
Our current mailserver is currently dying, so in need to replace it. Of course, i could just set up a new linux box and stuff one of the standard mailserver on it (done that enough times). But, what i actually want to do is set up a Perl based server that stuffs everything into my database. From there, my existing software could just update the computer status database and bugtracker.
Most of it is quite clear to me and i found a number of modules to play SMTP server and parse the mails. But i'm just not sure which ones i should use. Haven't done that for a decade or so.
So i'm hereby asking you for your advice which modules you recommend to use for running a basic SMTP server and to parse the Emails. The mails are all plaintext, i'm mostly need sender, reciever, title and some keywords (=regex) from the body anyway. No SPAM check, no validation.
I'd probably just go and random-test some modules till i find what i like - but my hardware guy assures me the old mail server won't survive next weekend (he's usually right about such things), so i'm in a tiny little bit of a hurry.
You don't need to post example code or anything, a pointer in the right direction will be very much appreciated.
Thank you in advance!
BREW /very/strong/coffee HTTP/1.1 Host: goodmorning.example.com 418 I'm a teapot
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: SMTP Server - which module
by Corion (Patriarch) on Dec 13, 2011 at 10:15 UTC | |
by cavac (Prior) on Dec 13, 2011 at 10:33 UTC | |
by Corion (Patriarch) on Dec 13, 2011 at 10:38 UTC | |
by cavac (Prior) on Dec 29, 2011 at 22:39 UTC | |
|
Re: SMTP Server - which module
by moritz (Cardinal) on Dec 13, 2011 at 10:46 UTC | |
|
Re: SMTP Server - which module
by tobyink (Canon) on Dec 13, 2011 at 10:41 UTC |