From owner-freebsd-isp@FreeBSD.ORG Sat Aug 23 11:42:29 2003 Return-Path: Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 128E316A4BF for ; Sat, 23 Aug 2003 11:42:29 -0700 (PDT) Received: from mail.westbend.net (ns1.westbend.net [216.47.253.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A3A943FBD for ; Sat, 23 Aug 2003 11:42:27 -0700 (PDT) (envelope-from hetzelsw@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 h7NIekqP036108; Sat, 23 Aug 2003 13:41:21 -0500 (CDT) (envelope-from hetzelsw@westbend.net) Message-ID: <00f801c369a6$2c3bf3c0$11fd2fd8@westbend.net> From: "Scot W. Hetzel" To: "Sean Ellis" , References: <115133702237.20030823105257@telus.net> Date: Sat, 23 Aug 2003 13:40:36 -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 sasl configuration X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Aug 2003 18:42:29 -0000 From: "Sean Ellis" > I am trying to enable sasl and having some problems. > > The sendmail that we are using is made by hand rather the ports; > the security/cyrus-sasl port was also installed. At this point > running the command `sendmail -d0.1 -bv root | grep SASL` gives the > following output: > PIPELINING SASL SCANF TCPWRAPPERS USERDB XDEBUG > > However telnetting to port 25 with the new sendmail running gives > only: > : > > and the following log error appears when restarting sendmail: > > error: safesasl(/usr/local/etc/sasldb.db) failed: Permission denied > Do you have "define(`confDONT_BLAME_SENDMAIL',`GroupReadableSASLDBFile')dnl" in your *.mc file? > file is: > > -rw-r----- 1 cyrus wheel 16384 Aug 22 17:23 /usr/local/etc/sasldb.db > > sendmail.mc options were taken from the freebsd handbook page on the > topic. > > Can anyone steer me in the right direction here? > The group listed on your sasldb.db file is wrong, it should be group mail instead of group wheel. Have you read /usr/local/share/doc/cyrus-sasl/Sendmail.README? Scot