Date: Sun, 29 Sep 2002 16:16:21 -0500 From: Neil W Rickert <sendmail+rickert@sendmail.org> To: "Vitor de Matos Carvalho" <vitor@softinfo.com.br> Cc: "FreeBSD-Questions" <freebsd-questions@FreeBSD.ORG>, sendmail-questions@sendmail.org Subject: Re: Sendmail + Cyrus-Sasl Message-ID: <14709.1033334181@euclid.cs.niu.edu> In-Reply-To: Message from "Vitor de Matos Carvalho" <vitor@softinfo.com.br> of "Sun, 29 Sep 2002 18:01:31 -0300." <001301c267fb$63e96e90$020aa8c0@acaraje> References: <001301c267fb$63e96e90$020aa8c0@acaraje>
next in thread | previous in thread | raw e-mail | index | archive | help
"Vitor de Matos Carvalho" <vitor@softinfo.com.br> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?14709.1033334181>