On Tuesday 02 October 2007 02:50:24 jekillen wrote: > Hello; > I have a quick question about Postfix. > When I install Free BSD and have it > include Postfix from packages, does > the install process completely replace > Sendmail with Postfix, or do I still have > to replace Sendmail with Postfix separately? > Thanks in advance
You have to edit /etc/rc.conf so that Postfix actually works. postfix_enable="YES" sendmail_enable="NO" sendmail_submit_enable="NO" sendmail_outbound_enable="NO" sendmail_msp_queue_enable="NO" This is what I have and it works for me. _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
