From owner-freebsd-stable Thu Oct 12 15:38: 7 2000 Delivered-To: freebsd-stable@freebsd.org Received: from horsey.gshapiro.net (horsey.gshapiro.net [209.220.147.178]) by hub.freebsd.org (Postfix) with ESMTP id DD36037B66C for ; Thu, 12 Oct 2000 15:38:02 -0700 (PDT) Received: (from gshapiro@localhost) by horsey.gshapiro.net (8.11.2.PreAlpha0/8.11.2.PreAlpha0) id e9CMc0J46015; Thu, 12 Oct 2000 15:38:00 -0700 (PDT) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14822.15687.912101.617737@horsey.gshapiro.net> Date: Thu, 12 Oct 2000 15:37:59 -0700 (PDT) From: Gregory Neil Shapiro To: "H. Wade Minter" Cc: stable@FreeBSD.ORG Subject: Re: Sendmail 8.11/TLS In-Reply-To: References: X-Mailer: VM 6.75 under 21.2 (beta36) "Notus" XEmacs Lucid Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG minter> Speaking of the new sendmail 8.11, is there a good overview for getting minter> encryption working with it? I haven't been able to find one. Until the changes to have it compile with TLS support out of the box are in place, you can compile it that way by adding this to /etc/make.conf: SENDMAIL_CFLAGS+= -DSTARTTLS -D_FFR_TLS_O_T -D_FFR_TLS_1 -D_FFR_TLS_TOREK SENDMAIL_LDADD+= -lssl -lcrypto SENDMAIL_DPADD+= ${LIBSSL} ${LIBCRYPTO} Then follow the directions at: http://www.sendmail.org/~ca/email/starttls.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message