Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Dec 2004 10:31:40 -0600
From:      Joshua Lokken <joshua.lokken@gmail.com>
To:        "Peter N. M. Hansteen" <peter@bgnett.no>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Using Exim with FBSD 5.3
Message-ID:  <bc5b63850412240831663366e8@mail.gmail.com>
In-Reply-To: <86wtv8m1da.fsf@amidala.datadok.no>
References:  <20041223224234.01432DD9A@cmlapp400.van.ca.siteprotect.com> <86wtv8m1da.fsf@amidala.datadok.no>

next in thread | previous in thread | raw e-mail | index | archive | help
On 24 Dec 2004 11:33:53 +0100, Peter N. M. Hansteen <peter@bgnett.no> wrote:
> "comm/JT" <comm@rwx.ca> writes:
> 
> > Just a quick question, I was wondering if anyone had some documentation to
> > fully move from sendmail to exim on a 5.3 machine. I have tried this and
> > seemed to have failed, just wondering if I am using an old and outdated
> > document.
> 
> In my experience, it should be pretty straightforward. There are a
> couple of things which are not done automagically by the port, IIRC -
> 
> * adding the lines
> 
>  exim_enable="YES"
>  sendmail_enable="NONE"
> 
>  to /etc/rc.conf

Although this is deprecated.  Please use the following rather
than sendmail_enable="NONE":

sendmail_enable="NO"
sendmail_submit_enable="NO"
sendmail_outbound_enable="NO"
sendmail_msp_queue_enable="NO" 


-- 
Joshua Lokken
Open Source Advocate



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