From owner-freebsd-arch Sat Jul 13 10:57:27 2002 Delivered-To: freebsd-arch@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 839A637B400 for ; Sat, 13 Jul 2002 10:57:26 -0700 (PDT) Received: from zardoc.esmtp.org (adsl-63-195-85-27.dsl.snfc21.pacbell.net [63.195.85.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id F202E43E42 for ; Sat, 13 Jul 2002 10:57:25 -0700 (PDT) (envelope-from ca@zardoc.esmtp.org) Received: from zardoc.esmtp.org (localhost [127.0.0.1]) by zardoc.esmtp.org (8.12.5/8.12.4) with ESMTP id g6DHtSgf019798 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Sat, 13 Jul 2002 10:55:28 -0700 (PDT) Received: (from ca@localhost) by zardoc.esmtp.org (8.12.5/8.12.3/Submit) id g6DHtSkT018906; Sat, 13 Jul 2002 10:55:28 -0700 (PDT) Date: Sat, 13 Jul 2002 10:55:28 -0700 From: Claus Assmann To: Leo Bicknell Cc: freebsd-arch@FreeBSD.ORG Subject: Re: Mail subsystem defaults, adding authentication. Message-ID: <20020713105528.A24650@zardoc.esmtp.org> Reply-To: freebsd-arch@FreeBSD.ORG Mail-Followup-To: freebsd-arch@FreeBSD.ORG References: <20020713034725.GB47677@ussenterprise.ufp.org> <3D2FAFB2.E2E9CF36@mindspring.com> <20020713045704.GA49379@ussenterprise.ufp.org> <3D300FD4.7479A8E5@mindspring.com> <20020713132616.GB58979@ussenterprise.ufp.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <20020713132616.GB58979@ussenterprise.ufp.org>; from bicknell@ufp.org on Sat, Jul 13, 2002 at 09:26:16AM -0400 Sender: owner-freebsd-arch@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, Jul 13, 2002, Leo Bicknell wrote: > I was more thinking SMTPS; that is the SMTPS server would allow > SMTP AUTH, and the SMTP (25) server would not. I understand you > can't configure sendmail to do this today. That could be > patched though, and an interim hack would to just run two copies > of sendmail with slightly different configs. No? AuthOptions ... Example: O AuthOptions=p,y would disallow ANONYMOUS as AUTH mechanism and would allow PLAIN only if a security layer (e.g., provided by STARTTLS) is already active. .... PS: you may want to check out _FFR_SMTP_SSL To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-arch" in the body of the message