Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Dec 2003 07:41:28 +0800
From:      Ihsan Junaidi <freebsd@synthexp.net>
To:        freebsd-questions@freebsd.org
Subject:   Re: Postfix and FreeBSD question
Message-ID:  <3FDF9828.5060306@synthexp.net>
In-Reply-To: <39020-2200312216232543156@M2W046.mail2web.com>
References:  <39020-2200312216232543156@M2W046.mail2web.com>

next in thread | previous in thread | raw e-mail | index | archive | help
jwilliams@pop.courtesymortgage.com wrote:
> 
> My question is that, by default, FreeBSD has sendmail up and running. I
> seem to vaguely remember that there were a few extra steps that were needed
> to remove and install postfix correctly.
yes, there is. in /etc/rc.conf, disable sedmail by including this line:
sendmail_enable=NONE

this will disable sendmail's incoming and outgoing mailing functions.

once you have postfix installed, my personal preference is to symlink 
/usr/local/sbin/postfix to /usr/local/etc/rc.d/postfix (postfix binary 
accepts start/stop args in compliance with freebsd's rc architecture) 
rather than using the rc.conf to start postfix at boot time. you can use 
rc.conf by enabling sendmail but with different startup flags. during 
postfix port installation, you'll be prompted for the correct usage. the 
former method is perhaps more cleaner and less convoluting.





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3FDF9828.5060306>