Postfix's Wietse Venema Interviewed 12
wrochal points to Brazilian site Linux IT's interview with Postfix creator Wietse Venema, writing "This interview approaches his private life, projects and the future of postfix and other MTAs."
If all else fails, lower your standards.
FreeBSD (Score:1)
Thanks Wietse, I enjoy the pleasure of installing postfix from ports. Your team has created a fine peice of software that like my choice operating system, just does it's job.
Thanks again!
brother (Score:3, Funny)
Re:brother (Score:2)
Goatse Venema - now that's funny.
Sendmail support in the year 2468 (Score:2, Funny)
Most evolved MTA (Score:5, Interesting)
What came out of the Postfix project is an MTA that is so far ahead of the competition, in every respect, that sendmail gurus are becoming as irrelevant as their cobol counterparts. Even a brief comparison between Postfix source and Sendmail or other MTA's is enough to see the huge difference in the quality, object oriented design, and overall organization. Postfix' best aspect, however, is the administrative time it saves over sendmail, exchange, etc.
It is interesting, however, how a superior piece of software like Postfix illustrates the legacy-limited aspects of Unix and Linux, most distributions of which are still mired in their sendmail mc-m4-cf sendmail hells. To be sure sendmail was great in it's time, but postfix is the future.
r7
Re:Most evolved MTA (Score:2, Insightful)
However, like MySQL vs PostGRE, even though PostGRE is by far the best DB system out there (at least in my opinion), people are reluctant to change from using MySQL, even with licensing issues. This is because the system works and they feel no need, no pressure to change the status quo, in case things fail. This "if it aint broke, don't fix it" attitude will ensure that Sendmail, even with al
Re:Most evolved MTA (Score:2)
Postfix rocks (Score:3, Informative)
I started out using sendmail on redhat and hosestly, not knowing much about how email works. When I switched to postfix, I learned A LOT about how email works and how a dozen programs all fit together to make it work. And at the center, is Postfix.
It truely is one of the reasons that UNIX is so great. It's just an MTA but it provides the glue to make a full mail system that rivals some of the best proprietary systems out there.
--Ajay
dear god (Score:2)
Re:dear god (Score:1)
From a software developers point of view... (Score:4, Insightful)
The code is very object-oriented, even tho it was written in 'C'. The process framework taught me a *lot* about how you develop multi-process applications - combined with APUE (Richard Stevens' book(s)) Postfix can be a great learning tool.
Regarding the MTA itself, I installed it about 4 years ago, and except for minor patch upgrades every now and then, I have had no issues with Postfix at all. Granted, I'm not dumping a lot of mail into it, but still - it's quite simple to configure, and you can even understand the configuration file, unlike Sendmail....