From owner-freebsd-stable Thu Aug 29 16:35: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 1D0FB37B400 for ; Thu, 29 Aug 2002 16:35:29 -0700 (PDT) Received: from jangada.softinfo.com.br (BA000200.user.veloxzone.com.br [200.164.0.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B3A743E6E for ; Thu, 29 Aug 2002 16:35:27 -0700 (PDT) (envelope-from vitor@softinfo.com.br) Received: from acaraje (acaraje.softinfo.com.br [192.168.10.2]) by jangada.softinfo.com.br (8.12.5/8.12.5) with SMTP id g7TNZP9Z060134; Thu, 29 Aug 2002 20:35:26 -0300 (BRT) (envelope-from vitor@softinfo.com.br) Message-ID: <000e01c24fb4$c0ceef90$020aa8c0@acaraje> Reply-To: "Vitor de Matos Carvalho" From: "Vitor de Matos Carvalho" To: "Scot W. Hetzel" , "FreeBSD-Stable" References: <002901c24fa6$955e0ed0$020aa8c0@acaraje> <020601c24fb1$6475c280$12fd2fd8@Admin01> Subject: Re: Sendmail+Cyrus2 Date: Thu, 29 Aug 2002 20:35:26 -0300 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 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 Hi... I added to these two options and it he the same continues giving error: ehlo localhost 250-acaraje.softinfo.com.br Hello acaraje.softinfo.com.br [192.168.10.2], please d to meet you 250-ENHANCEDSTATUSCODES 250-PIPELINING 250-8BITMIME 250-SIZE 3072000 250-DSN 250-ETRN 250-AUTH DIGEST-MD5 CRAM-MD5 PLAIN LOGIN 250-DELIVERBY 250 HELP Regards, Vitor de Matos Carvalho System Network Administrator - Softinfo Network FreeBSD - The Power To Serve ----- Original Message ----- From: "Scot W. Hetzel" To: "Vitor de Matos Carvalho" ; "FreeBSD-Stable" Sent: Thursday, August 29, 2002 8:11 PM Subject: Re: Sendmail+Cyrus2 > 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 > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message