I'm writing a Perl script to run as a cron job, and I want to email results & errors to a local account on the laptop. I'd like something that can talk SMTP (do any MTAs not adhere to SMTP?). I use Thunderbird 3, so I'll also need a POP/IMAP server (unless T-Bird can read straight from an mbox file; I'll have to check into that). No need for spam controls as I'll lock it down real tight, only accepting mail originating from the laptop itself. Thanks!
|
feedback
|
|
Install Postfix, configure it for the local network and make it listen only to the loopback-interface. If you have an external mailbox ready and only want to send emails to it, you could probably just install ssmtp and be happy. | |||
|
feedback
|
|
there's ssmtp, right there in the standard repositories | |||
feedback
|
|
Thunderbird's standard mail format is mbox, you could try Apache James for an MTA. | |||||||
feedback
|
|
You can also consider courier, which provides a complete email suite (SMTP, IMAP, and much more) | |||
|
feedback
|
|
consider qmail with courier-imap will turn it into a full scale smtp but can easily be locked down to local network if required. While most people think it complex it is actually fairly simple and lightweight in terms of resource utilization .... while there is no install I know of for ubuntu there is a scripted install for debian available here http://itsjustit.co.uk/chalfontcomputers/qmailscript/netqmail-djb.tar.gz The script installs with Maildir format so simply using the courier-imap with qmail will allow the laptop to connect as easily as to any pop or imap server ... you will have a full blown smtp that is very robust. | |||
|
feedback
|