Mail and DNS setup

Roland Smith rsmith at xs4all.nl
Thu Aug 19 23:48:07 UTC 2010


On Thu, Aug 19, 2010 at 07:32:38PM -0400, Jerry wrote:
> On Fri, 20 Aug 2010 01:08:41 +0200
> Roland Smith <rsmith at xs4all.nl> articulated:
> 
> > > Also anything special I need to do to uninstall or get rid of
> > > sendmail on my system?  
> > 
> > Put the following in /etc/rc.conf;
> > 
> >     sendmail_enable="NONE"
> 
> Are you sure about that?

Yes. :-)

> From:
> http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/mail-changingmta.html
> In order to completely disable sendmail, including the outgoing mail
> service, you must use
> 
> sendmail_enable="NO"
> sendmail_submit_enable="NO"
> sendmail_outbound_enable="NO"
> sendmail_msp_queue_enable="NO"
> 
> in /etc/rc.conf.
> </quote>

From /etc/rc.d/sendmail:

    case ${sendmail_enable} in
    [Nn][Oo][Nn][Ee])
        sendmail_enable="NO"
        sendmail_submit_enable="NO"
        sendmail_outbound_enable="NO"
        sendmail_msp_queue_enable="NO"
        ;;
    esac

I guess the handbook needs updating.

Roland
-- 
R.F.Smith                                   http://www.xs4all.nl/~rsmith/
[plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated]
pgp: 1A2B 477F 9970 BA3C 2914  B7CE 1277 EFB0 C321 A725 (KeyID: C321A725)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 196 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-questions/attachments/20100819/ed69a220/attachment.pgp


More information about the freebsd-questions mailing list