From owner-freebsd-stable Tue Sep 24 11: 3:23 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A7ACF37B401 for ; Tue, 24 Sep 2002 11:03:22 -0700 (PDT) Received: from mail.westbend.net (ns1.westbend.net [216.47.253.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id C75AA43E42 for ; Tue, 24 Sep 2002 11:03:21 -0700 (PDT) (envelope-from hetzels@westbend.net) Received: from Admin01 (admin01.westbend.net [216.47.253.18]) by mail.westbend.net (8.12.5/8.12.5) with SMTP id g8OI3KBg083541; Tue, 24 Sep 2002 13:03:20 -0500 (CDT) (envelope-from hetzels@westbend.net) Message-ID: <003901c263f4$a96f9f30$12fd2fd8@Admin01> From: "Scot W. Hetzel" To: "nobody nobody" , References: Subject: Re: release 4.7 Date: Tue, 24 Sep 2002 13:03:18 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-Virus-Scanned: by amavisd-milter (http://amavis.org/) Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG From: "nobody nobody" > I am planning to setup a mail/web server under freebsd release 4.7 in the > near future. However, I have a few questions and wnat to knoe about it > before I start the jobs. > > 1. Is smtp auth for sendmail automatically support under 4.7 No, you need to install either the security/cyrus-sasl or security/cyrus-sasl2 ports. Then you need to install a sendmail w/SASL support. This can be accomplished in two ways: 1. Edit /etc/make.conf and change the appropriate SENDMAIL_* variables (see /etc/make.conf and PREFIX/share/doc/cyrus-sasl*/Sendmail.README). Then do a build/installworld in /usr/src. 2. install the mail/sendmail port with SASL enabled during build/install. Scot To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message