Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Oct 2007 02:57:31 +0000
From:      Pollywog <lists-fbsd@shadypond.com>
To:        freebsd-questions@freebsd.org
Subject:   Re: question about Postfix
Message-ID:  <200710020257.31880.lists-fbsd@shadypond.com>
In-Reply-To: <33ab8f5a4dac86879f81a1c39d757b08@prodigy.net>
References:  <33ab8f5a4dac86879f81a1c39d757b08@prodigy.net>

next in thread | previous in thread | raw e-mail | index | archive | help
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200710020257.31880.lists-fbsd>