From owner-freebsd-questions Fri Oct 26 15:55:12 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.tecdigital.net (tecdigital.tol.itesm.mx [132.254.97.16]) by hub.freebsd.org (Postfix) with SMTP id 5F51237B403 for ; Fri, 26 Oct 2001 15:55:08 -0700 (PDT) Received: (qmail 66516 invoked from network); 26 Oct 2001 22:54:57 -0000 Received: from unknown (HELO Compilar) (madd@127.0.0.1) by mail.tecdigital.net with SMTP; 26 Oct 2001 22:54:57 -0000 Message-ID: <003f01c15e71$74fc4610$1ea5190a@Compilar> From: "Mario Doria" To: Cc: Subject: POSTFIX and Cyrus-SASL problem with SMTP AUTH Date: Fri, 26 Oct 2001 16:56:32 -0600 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-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi I just installed postfix-current from ports, the options I included were SASL and TLS. Everything is working perfectly except the SMTP AUTH mechanism. If on my /usr/local/lib/sasl/smtpd.conf I put the line "pwcheck_method=pwcheck", when I connect to the server (client outlook express) I get the following errors: postfix/smtpd[20487]: fatal: SASL per-process initialization failed postfix/master[20016]: warning: process /usr/local/libexec/postfix/smtpd pid 20487 exit status 1 postfix/master[20016]: warning: /usr/local/libexec/postfix/smtpd: bad command startup -- throttling If I comment out the line, this is the error I get: postfix/smtpd[29659]: warning: compilar.tecdigital.net[10.25.165.30]: SASL LOGIN authentication failed postfix/smtpd[29659]: lost connection after AUTH from compilar.tecdigital.net[10.25.165.30] postfix/smtpd[29659]: disconnect from compilar.tecdigital.net[10.25.165.30] If I use "pwcheck_method=sasldb", I get again: postfix/smtpd[30197]: fatal: SASL per-process initialization failed I've tried using both ports/mail/postfix and ports/mail/postfix-current. Also, I have recompilled many times ports/security/cyrus-sasl. Please help me, if anyone has got a system like this one working, tell me how did you get it working ( I want for user to authenticate before sending email, using their system password) I have checked and yes, pwcheck is running as expected. Cheers, Mario Doria To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message