--- Chris [Thu, Jul 30, 2009 at 12:01:43PM -0400]: --- > Hello. > > About 4 years ago I installed this combo on an obsd 3.6 box, and it has > worked quite well for me. I really like the obsd way of things. Now I'm > ready to undertake this again, but rather than just blindly recreate what > I had before, I wanted to check how this is handled in this day & age -- > with obsd 4.5.
i built up a 4.5 box this past spring, and sendmail, clamav, and spamassassin are what i used. for me the only question was to use sendmail or postfix. in the end, i chose sendmail because it's in base. that's really all it came down to for me---i don't like the idea of passing up all the hardwork that goes into sendmail by the devs for something shiny and new. i get to (have to?) support postfix at $work, so at least i do get the resume-building benefit of knowing more than one MTA. > Specifically, I wanted to know how clamav and spamassassin are invoked > by sendmail. In the old days, I used smtp-vilter. Is that still the > method of choice? i belive that balmer@ wrote smtp-vilter, so i'd venture to say there's not much need to look elsewhere. this is what i ended up with. works flawlessly for me. > Also > > What are people using these days for IMAP/POP/SMTP and encryption of > those protocols as well as encryption of smtp? I've been reading a bit > on Dovecot for IMAP/POP -- any opinions there? For smtp auth I used > Cyrus-sasl... that still recommended. Also interested in the best way > implement tls/ssl on smtp now days as well. i went with Dovecot in this case. although i haven't done much with TLS/SSL on sendmail, i am pretty sure ssl(8) has most of what you'll be looking for. i think there's a writeup mostly apropos at calomel.org, but last i recall looking at it, it might have been a bit stale. it will most certainly get you in the right direction.

