Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 May 2000 03:42:48 +0300
From:      Giorgos Keramidas <keramida@ceid.upatras.gr>
To:        "C. Paul Bond" <bondp@mantech-wva.com>
Cc:        freebsd-questions <freebsd-questions@FreeBSD.ORG>
Subject:   Re: Sendmail 8.10.X
Message-ID:  <20000525034248.A76162@hades.hell.gr>
In-Reply-To: <392C310D.28D6CB36@mantech-wva.com>; from bondp@mantech-wva.com on Wed, May 24, 2000 at 03:44:13PM -0400
References:  <392C310D.28D6CB36@mantech-wva.com>

next in thread | previous in thread | raw e-mail | index | archive | help
C. Paul Bond wrote:
> I need to upgrade to sendmail 8.10.x (I need the SMTP Authentication). 
> It looks like sendmail 8.9.X is the version currently in CVS.  Is anyone
> working on doing an update?  Before I try to build it myself I thought I
> would ask.

I updated it manually, myself.
Just copied sendmail_8.10.1.tar.gz into /tmp/build and run a few
commands:

	# cd /tmp/build
	# tar xzvf sendmail_8.10.1.tar.gz
	# cd sendmail_8.10.1/
	# sh Build
	# sh Build install

After this was finished, I edited /etc/make.conf and NO_SENDMAIL was
added, along with NO_MAILWRAPPER.   Then I updated my configuration in
/etc/mail/sendmail.cf myself.

If you still want to use the mailwrapper, after running:

	# sh Build install

You have to move /usr/sbin/sendmail into /usr/libexec/sendmail and link
mailwrapper to /usr/sbin/sendmail:

	# mv /usr/sbin/sendmail /usr/libexec/sendmail
	# cd /usr/sbin
	# ln -s mailwrapper sendmail

That's all.
Then you have your own up to date version.

- giorgos


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?20000525034248.A76162>