From owner-freebsd-questions@FreeBSD.ORG Thu Aug 7 13:31:55 2003 Return-Path: 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 44ADE37B401; Thu, 7 Aug 2003 13:31:55 -0700 (PDT) Received: from mail.westbend.net (ns1.westbend.net [216.47.253.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 34AE343FAF; Thu, 7 Aug 2003 13:31:54 -0700 (PDT) (envelope-from hetzels@westbend.net) Received: from ADMIN00 (admin00.westbend.net [216.47.253.17]) by mail.westbend.net (8.12.9/8.12.9) with SMTP id h77KV2WZ084324; Thu, 7 Aug 2003 15:31:04 -0500 (CDT) (envelope-from hetzels@westbend.net) Message-ID: <005201c35d22$d26d3730$11fd2fd8@westbend.net> From: "Scot W. Hetzel" To: "Murat USTUNTAS" , , References: <3F31FDCB.5010102@bimel.com.tr> Date: Thu, 7 Aug 2003 15:31:02 -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.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Virus-Scanned: by amavisd-milter (http://amavis.org/) X-Spam-Status: No, hits=-0.3 required=8.0 tests=QUOTED_EMAIL_TEXT,REFERENCES,SPAM_PHRASE_00_01, USER_AGENT_OE version=2.43 Subject: Re: Sendmail + SALS working configuration X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Aug 2003 20:31:55 -0000 From: "Murat USTUNTAS" > I have used to sendmail as MTA. My relay system is IP based. How can > i configure sendmail with SALS.Can anyone help me get the authentication > working. My goal is to allow relaying from any valid account on the > system no matter what their IP. > Read /usr/ports/security/cyrus-sasl2/files/Sendmail.README for how to setup the base sendmail to support SMTP AUTH. Scot