From owner-freebsd-questions@FreeBSD.ORG Thu Nov 1 16:47:36 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4221716A419 for ; Thu, 1 Nov 2007 16:47:36 +0000 (UTC) (envelope-from michael.grant@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.183]) by mx1.freebsd.org (Postfix) with ESMTP id B8C9613C49D for ; Thu, 1 Nov 2007 16:47:35 +0000 (UTC) (envelope-from michael.grant@gmail.com) Received: by py-out-1112.google.com with SMTP id u77so1069033pyb for ; Thu, 01 Nov 2007 09:47:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth; bh=5pYD1vh+OShpm5l87aH4K8IgOVzBR7K5mabVgde8NyY=; b=Sm7CWQAE4UZS+u2U1kB/SlwsplKQW+TK7uPB9r/8XdQedULtq48n1rQh62UiXjtRsid6pmGi67HY4y4RwrTrxnXyjmKZxZgqt27rlexpiMIkRWsYJWmaAzzA8rn+eTnBneIeLF+5bOimEWtn+29ZXYjtZcIgII7/mxnFIA8K9hM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth; b=HfDGWpV/ooOQqffxxLMzUMMLXrnF6bmm+mu4UI9SnFsHSul3oXqzQ2kOqaN+UyX7Qy7Z4VCFFshWL2JES+QOjVd+TmaHT4fo6m/Z5F+hXvVie09BrrK/2wS9oZkw8gEz420qKiiNeDJAaeRxHYiISD/ne8RoRhxJfPDlsOaGbWs= Received: by 10.65.53.3 with SMTP id f3mr4142543qbk.1193934137825; Thu, 01 Nov 2007 09:22:17 -0700 (PDT) Received: by 10.64.251.5 with HTTP; Thu, 1 Nov 2007 09:22:17 -0700 (PDT) Message-ID: <62b856460711010922j69bf683bu5b2a48d7a44640f2@mail.gmail.com> Date: Thu, 1 Nov 2007 17:22:17 +0100 From: "Michael Grant" Sender: michael.grant@gmail.com To: "FreeBSD Questions" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Google-Sender-Auth: a6bb3510ead57ebe Subject: imap-uw and sasl X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Nov 2007 16:47:36 -0000 I just installed imap-uw and saslauthd on my box. I'm having trouble getting it to accept plain text logins (in fact any logins at all). I'm trying to authenticate people in the passwd file. I get the following in the maillog: Nov 1 11:14:53 myhost ipop3d[97953]: Unexpected client disconnect, while reading line user=??? host=example.com [10.20.30.40] Yes, the user=??? is just like that with the question marks. I am definitely sending the username. I'm thinking it might be a sasl problem or something I've not configured with saslauthd but I don't see it. I see these messages in /var/log/messages but they do not seem correlated with the time of the I tried to login (and there's many fewer of them): Nov 1 11:00:32 charm ipop3d[87124]: Login failed user=myname auth=myname host=example.com [10.20.30.40] Ideas? Suggestions where to look for more error messages? Michael Grant