"Vitor de Matos Carvalho" <[EMAIL PROTECTED]> 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 [email protected] $:"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 [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message