From owner-freebsd-stable Thu Aug 29 16:11:32 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8C61037B400 for ; Thu, 29 Aug 2002 16:11:29 -0700 (PDT) Received: from mail.westbend.net (ns1.westbend.net [216.47.253.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id D808343E4A for ; Thu, 29 Aug 2002 16:11:28 -0700 (PDT) (envelope-from hetzels@westbend.net) Received: from Admin01 (admin01.westbend.net [216.47.253.18]) by mail.westbend.net (8.12.5/8.12.5) with SMTP id g7TNBRBg011390; Thu, 29 Aug 2002 18:11:27 -0500 (CDT) (envelope-from hetzels@westbend.net) Message-ID: <020601c24fb1$6475c280$12fd2fd8@Admin01> From: "Scot W. Hetzel" To: "Vitor de Matos Carvalho" , "FreeBSD-Stable" References: <002901c24fa6$955e0ed0$020aa8c0@acaraje> Subject: Re: Sendmail+Cyrus2 Date: Thu, 29 Aug 2002 18:11:22 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-Virus-Scanned: by amavisd-milter (http://amavis.org/) Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG From: "Vitor de Matos Carvalho" > I installed cyrus for ports to function with sendmail 8,12,5 to require > authentication in the sending of emails, only that I configured the customer > of email to send login and the password to make autenticacao together to the > sendmail alone that it of giving the following error to me: > Relaying denied. Proper authentication required. > > I configured of the following form: > > 4) Add the following to your sendmail.mc file: > > dnl The group needs to be mail in order to read the sasldb2 file > define(`confRUN_AS_USER',`root:mail')dnl > > TRUST_AUTH_MECH(`DIGEST-MD5 CRAM-MD5')dnl > define(`confAUTH_MECHANISMS',`DIGEST-MD5 CRAM-MD5')dnl > In order for you to use the DIGEST-MD5 and CRAM-MD5 mechs, you need to add the users to the sasldb2 file with saslpasswd2. Saslauthd only works with the plan text authentication methods. If you users are using NetScape or OutLook Express you'll need to add additional mechs (PLAIN, LOGIN) to the list. Scot To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message