From owner-freebsd-isp@FreeBSD.ORG Sat Aug 23 11:07:02 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 8B05416A4BF for ; Sat, 23 Aug 2003 11:07:02 -0700 (PDT) Received: from priv-edtnes12-hme0.telusplanet.net (outbound03.telus.net [199.185.220.222]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7761A43FA3 for ; Sat, 23 Aug 2003 11:07:01 -0700 (PDT) (envelope-from sellis@telus.net) Received: from WHATEVER ([216.232.133.79]) by priv-edtnes12-hme0.telusplanet.netESMTP <20030823180701.CRVC19443.priv-edtnes12-hme0.telusplanet.net@WHATEVER> for ; Sat, 23 Aug 2003 12:07:01 -0600 Date: Sat, 23 Aug 2003 10:52:57 -0700 From: Sean Ellis X-Mailer: The Bat! (v1.61) UNREG / CD5BF9353B3B7091 Organization: yes X-Priority: 3 (Normal) Message-ID: <115133702237.20030823105257@telus.net> To: freebsd-isp@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: sendmail sasl configuration X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Sean Ellis List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Aug 2003 18:07:02 -0000 Hello freebsd-isp, 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: Connected to localhost.linwoodhomes.com. Escape character is '^]'. 220 xxxxxxxxxxx.com ESMTP Sendmail 8.12.2/8.12.2; Sat, 23 Aug 2003 11:27:17 -0700 (PDT) ehlo localhost 250-xxxxxxxxxxx.com Hello localhost.xxxxxxxxxx.com [127.0.0.1], pleased to meet you 250-ENHANCEDSTATUSCODES 250-PIPELINING 250-EXPN 250-VERB 250-8BITMIME 250-SIZE 250-DSN 250-ETRN 250-AUTH LOGIN 250-DELIVERBY 250 HELP and the following log error appears when restarting sendmail: error: safesasl(/usr/local/etc/sasldb.db) failed: Permission denied 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? -- Thanks, Sean mailto:sellis@telus.net