Simple sendmail
I'm looking for a very simple sendmail that only needs to support sending emails locally. It doesn't have to be a full features MTA. The only thing I'll use it for is for PHP to be able to send emails.
Anyone know if something like that exists?
4 Replies
-erik
If you're running Debian or Ubuntu, then probably the easiest solution is just to install postfix – one of the setup options on initial install is "mailer type", with the choice "Local only" being (possibly) what you want. (It's very likely that exim has similar setup option, but postfix is what I know.)
Between Exim and Postfix, does anyone know which tends to use less memory?