From owner-freebsd-questions Sun Sep 29 14:16:29 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E85FE37B401 for ; Sun, 29 Sep 2002 14:16:27 -0700 (PDT) Received: from euclid.cs.niu.edu (euclid.cs.niu.edu [131.156.145.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id 041B543E65 for ; Sun, 29 Sep 2002 14:16:27 -0700 (PDT) (envelope-from sendmail+rickert@sendmail.org) Received: from localhost (rickert@localhost [127.0.0.1]) by euclid.cs.niu.edu (8.12.6/8.12.6) with ESMTP id g8TLGLka014712; Sun, 29 Sep 2002 16:16:21 -0500 (CDT) To: "Vitor de Matos Carvalho" Cc: "FreeBSD-Questions" , sendmail-questions@sendmail.org Reply-To: sendmail-questions@sendmail.org Subject: Re: Sendmail + Cyrus-Sasl References: <001301c267fb$63e96e90$020aa8c0@acaraje> In-Reply-To: Message from "Vitor de Matos Carvalho" of "Sun, 29 Sep 2002 18:01:31 -0300." <001301c267fb$63e96e90$020aa8c0@acaraje> Date: Sun, 29 Sep 2002 16:16:21 -0500 Message-ID: <14709.1033334181@euclid.cs.niu.edu> From: Neil W Rickert Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG "Vitor de Matos Carvalho" wrote: >I am with the Sendmail 8.12.6 + the Cyrus-sasl-1.5.27 installed here in the >FreeBSD 4.6-STABLE and would like to know if it has as cyrus or the sendmail >not to leave relay for users of the group ftponly? You can use something like the following (not tested) LOCAL_RULESETS SLocal_check_rcpt R$* $:$&{auth_authen} R$+ $:$(access auth:$1 $: ok $) RREJECT $#error $@5.7.1 $:"550 Access denied" Then, in your access map, use an entry auth:user REJECT for any user that is not permitted to use email authentication. -NWR To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message