On Wed, Jan 31, 2007 at 10:54:04PM -0700, David B. wrote: > hi, hate to bother, but... > > I looked around on the net and couldn't find a howto on howto uninstall > sendmail, the default in 3.8, and then install postfix.
[snip] I think in OpenBSD, that sendmail is tied in rather tightly to the whole OS. I use exim, and the way I ensure that sendmail isn't "there" is to do: in rc.conf (or rc.conf.local) sendmail_enable="NONE" sendmail_flags=NO ..and reboot Exim is a drop-in replacement (sort of) for sendmail. I know nothing of Postfix. -- John