Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Jan 2003 14:03:58 +0100
From:      Roman Neuhauser <neuhauser@bellavista.cz>
To:        Duncan Anker <d.anker@au.darkbluesea.com>
Cc:        FreeBSD Questions <freebsd-questions@FreeBSD.ORG>, Daniel Goepp <freebsd@goepp.com>, Lowell Gilbert <freebsd-questions-local@be-well.no-ip.com>
Subject:   Re: Postfix vs. Sendmail
Message-ID:  <20030110130358.GN1196@freepuppy.bellavista.cz>
In-Reply-To: <1041897164.11871.21.camel@duncan.au.darkbluesea.com>
References:  <20030105134445.H96646-100000@dean.goepp.net> <447kdiz6f1.fsf@be-well.ilk.org> <1041897164.11871.21.camel@duncan.au.darkbluesea.com>

next in thread | previous in thread | raw e-mail | index | archive | help
# d.anker@au.darkbluesea.com / 2003-01-07 09:52:44 +1000:
> On Tue, 2003-01-07 at 00:42, Lowell Gilbert wrote:
> > Daniel Goepp <freebsd@goepp.com> writes:
> > 
> > > So mx1.freebsd.org itself runs Postfix, but yet, sendmail is still so
> > > embedded in FreeBSD that it's almost imposible to get cleaned out.  When
> > > are they going to make the FreeBSD install configurable enough to not have
> > > to include sendmail, bind, openssl, etc?  I choose to either install these
> > > apps as ports, or not at all.
> > > 
> > > Is there a way to break down the install, and just get a bare bare bare
> > > bones install of just base, crypto and man pages, like the install says
> > > it's going to do?  I can't imagine this would be too hard to do!
> > 
> > Then do it.  If it works, I doubt there will be much trouble getting
> > it accepted into the system.
> 
> um ... what's wrong with doing this in /etc/make.conf?
> 
> NO_BIND = true
> NO_OPENSSL = true
> NO_SENDMAIL = true
> 
> and so on.
> 
> Seems to be exactly what you want to do

    No it's not.

    The issue is more complex: Sendmail + DJB's dnscache
    + nameserver 127.0.0.1 in /etc/resolv.conf + default means of
    starting up the software = broken system:
    
    1) Sendmail gets started (/etc/rc.sendmail)
    2) Sendmail looks up it's name (queries 127.0.0.1:53)
    3) Sendmail gets upset
    4) dnscache gets started (/usr/local/etc/rc.d/000.svscan.sh)
    5) too late

-- 
If you cc me or remove the list(s) completely I'll most likely ignore
your message.    see http://www.eyrie.org./~eagle/faqs/questions.html

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




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