From owner-FreeBSD-tech-jp@jp.freebsd.org  Mon Oct 23 22:52:39 2000
Received: (from daemon@localhost)
	by castle.jp.freebsd.org (8.9.3+3.2W/8.7.3) id WAA15912;
	Mon, 23 Oct 2000 22:52:39 +0900 (JST)
	(envelope-from owner-FreeBSD-tech-jp@jp.FreeBSD.org)
Received: from mail.rdc1.kt.home.ne.jp (ha1.rdc1.kt.home.ne.jp [203.165.9.242])
	by castle.jp.freebsd.org (8.9.3+3.2W/8.7.3) with ESMTP id WAA15905
	for <FreeBSD-tech-jp@jp.freebsd.org>; Mon, 23 Oct 2000 22:52:38 +0900 (JST)
	(envelope-from knu@idaemons.org)
Received: from daemon.local.idaemons.org ([203.165.161.10])
          by mail.rdc1.kt.home.ne.jp (InterMail vM.4.01.02.00 201-229-116)
          with ESMTP
          id <20001023135227.JBJC11444.mail.rdc1.kt.home.ne.jp@daemon.local.idaemons.org>
          for <FreeBSD-tech-jp@jp.freebsd.org>;
          Mon, 23 Oct 2000 06:52:27 -0700
Received: by daemon.local.idaemons.org (8.11.0/3.7W) id e9NDqQ102000; Mon, 23 Oct 2000 22:52:26 +0900 (JST)
Date: Mon, 23 Oct 2000 22:52:26 +0900
Message-ID: <86hf63ll5x.wl@archon.local.idaemons.org>
From: "Akinori MUSHA" <knu@idaemons.org>
To: FreeBSD-tech-jp@jp.freebsd.org
In-Reply-To: <20001023.211244.39250407.inagaki@tg.rim.or.jp>
References: <20001023.211244.39250407.inagaki@tg.rim.or.jp>
User-Agent: Wanderlust/2.3.92 (Roam) EMIKO/1.13.12 (Euglena sociabilis) FLIM/1.13.2 (Kasanui) APEL/10.2 MULE XEmacs/21.1 (patch 12) (Channel Islands) (i386--freebsd)
Organization: Associated I. Daemons
X-PGP-Public-Key: finger knu@FreeBSD.org
X-PGP-Fingerprint: 081D 099C 1705 861D 4B70  B04A 920B EFC7 9FD9 E1EE
MIME-Version: 1.0 (generated by EMIKO 1.13.12 - "Euglena sociabilis")
Content-Type: multipart/mixed;
 boundary="Multipart_Mon_Oct_23_22:52:26_2000-1"
Reply-To: FreeBSD-tech-jp@jp.freebsd.org
Precedence: list
X-Distribute: distribute version 2.1 (Alpha) patchlevel 24e+000315
X-Sequence: FreeBSD-tech-jp 2961
Subject: [FreeBSD-tech-jp 2961] Re: sender check (sendmail)
Errors-To: owner-FreeBSD-tech-jp@jp.freebsd.org
Sender: owner-FreeBSD-tech-jp@jp.freebsd.org
X-Originator: knu@idaemons.org

--Multipart_Mon_Oct_23_22:52:26_2000-1
Content-Type: text/plain; charset=ISO-2022-JP

At Mon, 23 Oct 2000 21:12:44 +0900 (JST),
Kentaro Inagaki / $B0p3@(B $B7rB@O:(B wrote:
> $BI|5l=hM}$,=*$C$F$M$s$N$?$a(B make world $B$r$7$?$H$3$m(B sendmail
> $B$,<u$1<h$C$?%a!<%k$r%m!<%+%k$J%a!<%k%\%C%/%9$KG[Aw$G$-$J$/$J(B
> $B$j$^$7$?!#(B

$B@h!9=5!"(B -current $B$K(B HEADS UP $B$,=P$F$^$7$?!#E:IU$7$^$9!#(B


$B!!(Bgshapiro $B$K$O(B UPDATING $B$K%(%s%H%jDI2C$7$F$M$H8@$C$F$*$-$^$7$?!#(B

-- 
                           /
                          /__  __
                         / )  )  ) )  /    and.or.jp / ruby-lang.org
Akinori -Aki- MUSHA aka / (_ /  ( (__(  @ idaemons.org / FreeBSD.org

"We're only at home when we're on the run, on the wing, on the fly"

--Multipart_Mon_Oct_23_22:52:26_2000-1
Content-Type: message/rfc822

From knu  Wed Oct 11 03:21:04 2000
Delivered-To: freebsd-current@freebsd.org
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Message-ID: <14819.23999.720997.102041@horsey.gshapiro.net>
Date: Tue, 10 Oct 2000 11:19:43 -0700 (PDT)
From: Gregory Neil Shapiro <gshapiro@FreeBSD.ORG>
To: freebsd-current@FreeBSD.ORG
Subject: HEADS UP: sendmail related changes
X-Mailer: VM 6.75 under 21.2  (beta36) "Notus" XEmacs Lucid
Sender: owner-freebsd-current@FreeBSD.ORG
X-Loop: FreeBSD.ORG
Precedence: bulk

The following changes have been made in -CURRENT:

1. mail.local(8) is no longer installed as a set-user-id binary.

   If you are using a /etc/mail/sendmail.cf from the default sendmail.cf
   included with FreeBSD any time after 3.1.0, you are fine.  If you are
   using a hand-configured sendmail.cf and mail.local for delivery, check
   to make sure the F=S flag is set on the Mlocal line.  Those with .mc
   files who need to add the flag can do so by adding the following line to
   their your .mc file and regenerating the sendmail.cf file:

       MODIFY_MAILER_FLAGS(`LOCAL', `+S')dnl

   Note that FEATURE(`local_lmtp') already does this.

2. sendmail(8) is now built with STARTTLS support unless NO_OPENSSL is set.

3. The default /etc/mail/sendmail.cf disables the SMTP EXPN and VRFY
   commands.

4. Now using sendmail's version of vacation(1).

   This change should be transparent except for the new options/features
   available.

5. The sendmail cf building tools (contrib/sendmail/cf) are installed in
   /usr/share/sendmail/cf.


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

--Multipart_Mon_Oct_23_22:52:26_2000-1--
