From owner-freebsd-current@FreeBSD.ORG Mon Oct 20 10:28:23 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 67D0B16A4B3; Mon, 20 Oct 2003 10:28:23 -0700 (PDT) Received: from mandy.mts.ru (mandy.mts.ru [81.211.47.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id D80C043FBD; Mon, 20 Oct 2003 10:28:20 -0700 (PDT) (envelope-from tiamat@komi.mts.ru) Received: from maeko.inside.mts.ru (maeko [192.168.10.3]) by mandy.mts.ru with SMTP id h9KHQ3I24163; Mon, 20 Oct 2003 21:26:03 +0400 (MSD) Received: from stella.komi.mts.ru ([10.50.1.1]) by maeko.inside.mts.ru (NAVGW 2.5.2.12) with SMTP id M2003102021281817712 ; Mon, 20 Oct 2003 21:28:19 +0400 Received: from ad ([10.50.1.29]) (user=tiamat mech=LOGIN bits=0) by stella.komi.mts.ru (MTS Komi/Smtp) with ESMTP id h9KHSGpH081084; Mon, 20 Oct 2003 21:28:17 +0400 (MSD) (envelope-from tiamat@komi.mts.ru) Message-ID: <001a01c3972f$6d8892f0$1d01320a@komi.mts.ru> From: "Alex Deiter" To: "Scot W. Hetzel" , References: <003801c396f6$6b00ed90$b901320a@komi.mts.ru> <00d201c3972a$4b5f6730$13fd2fd8@Admin02> Date: Mon, 20 Oct 2003 21:27:23 +0400 Organization: MTS Komi MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" 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 cc: "Jacques A. Vidrine" Subject: Re: bug in NSS ? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Oct 2003 17:28:23 -0000 >> I have a problem with nss_ldap on FreeBSD. >> After tranfer users from /etc/passwd to ldap directories my users cannot >> send a mail via /usr/bin/mail | /usr/sbin/sendmail program: >What are the contents of the /usr/local/lib/sasl*/Sendmail.conf file? >Is pwcheck_method set to saslauthd, or sasldb? >If it is set to saslauthd, what flags do you use for it (-a pam or -a ldap)? my /usr/local/lib/sasl2/Sendmail.conf: pwcheck_method: auxprop auxprop_plugin: sasldb Thanks!