From owner-freebsd-questions@FreeBSD.ORG Fri Sep 19 13:29:14 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 56B5C16A4B3 for ; Fri, 19 Sep 2003 13:29:14 -0700 (PDT) Received: from im2.mail.tds.net (im2.mail.tds.net [216.170.230.92]) by mx1.FreeBSD.org (Postfix) with ESMTP id 876CC43FB1 for ; Fri, 19 Sep 2003 13:29:13 -0700 (PDT) (envelope-from voith@tds.net) Received: from Voith1 (voithconsulting.com [69.11.236.6]) by im2.mail.tds.net (8.12.10/8.12.3) with ESMTP id h8JKT3Hq027950; Fri, 19 Sep 2003 15:29:12 -0500 (CDT) From: "Voith Consulting" To: "'Danny Pansters'" Date: Fri, 19 Sep 2003 15:29:15 -0500 Message-ID: <000001c37eec$b54f98a0$6401a8c0@Voith1> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2627 In-Reply-To: <200309192152.54485.danny@ricin.com> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 cc: freebsd-questions@freebsd.org Subject: RE: Imap configuration question. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Sep 2003 20:29:14 -0000 You may be correct. Here is some more info. It appears I do have a pam server running and the configuration file contains a line for imap server (it also does not have two additional lines recommended by the pkg-description of /usr/ports/mail/imap-uw. My login attempts are logged to the console by imapd as "Login disabled user=..." (A clue!). So is it telling me that imapd has logins disabled or pam or what do you suppose? Thanks again! -----Original Message----- From: Danny Pansters [mailto:danny@ricin.com] Sent: Friday, September 19, 2003 1:53 PM To: Voith Consulting Subject: Re: Imap configuration question. On Friday 19 September 2003 19:55, Voith Consulting wrote: > Hello, > > I recently started up a FreeBSD system (4.8 Stable) and as part of > the post install selected the imap-uw-2002 server. So the install is > from packages rather than ports. I looked at some of the archived > imap questions but they all assume one is building it. Is there a way > to figure out how it has been compiled? It seems to magically run > (telnet to localhost 143 gets a response although I don't know any > low level commands to verify more) but my login always fails. Isn't > there some user configuration I have to do? Its as if the logins are > disabled or something but I cannot find any information on imapd > configuration files or the like. The imapd man page is devoid of any > configuration info. > > I am trying to access the server from a win XP box by configuring an > email account to reference an imap server on the local net using my > Freebsd login name as the user name and my Freebsd password as the > password. I also try the same thing on the FreeBSD system itself > using netscape +mail. In both cases it asks me for a password but > always fails the login. Never used UW's imapd, but sounds like its using the wrong authentication module. Try using PAM. BSD doeasn't use shadow passords like Linux does, perhaps that's the default setting though. HTH Dan