LWN.net Logo

A comparison of Mail Transfer Agents - Part Two

A comparison of Mail Transfer Agents - Part Two

Posted Aug 31, 2006 20:00 UTC (Thu) by dmantione (guest, #4640)
In reply to: A comparison of Mail Transfer Agents - Part Two by acorliss
Parent article: A comparison of Mail Transfer Agents - Part Two

Exactly. I've been maintaining systems with Sendmail, Postfix and Exim,
and after time I slowly came to the conclusion that Sendmail still suits
best. As a Sendmail user I'm the first to agree its configuration file is
spartan. But on the other hand, configuration is a matter of commenting
and uncommenting the right lines in the m4 file, and therefore quite
easy. Now look at master.cf from Postfix. Who understands this?

Now you can argue that for a simple setup you don't need to touch
master.cf, but you do need it if you want to integrate it with a virus
scanner for example, which is often requested these days. Sendmail?
Copy/paste one line from the milter documentation to the m4 file.

The biggest power of Sendmail is IMHO that it is adaptive; its
functionality can be tweaked/enhanced by simple m4 files anoyone can post
on its website, while other MTA's need new releases for such things.


(Log in to post comments)

Copyright © 2013, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds