From owner-freebsd-questions@FreeBSD.ORG Tue Jan 1 13:18:17 2008 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 7ED6416A419 for ; Tue, 1 Jan 2008 13:18:17 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from be-well.ilk.org (dsl092-078-145.bos1.dsl.speakeasy.net [66.92.78.145]) by mx1.freebsd.org (Postfix) with ESMTP id 4ABE413C442 for ; Tue, 1 Jan 2008 13:18:17 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from Lowell-Desk.lan (Lowell-Desk.lan [172.30.250.6]) by be-well.ilk.org (Postfix) with ESMTP id 382A028430; Tue, 1 Jan 2008 08:18:11 -0500 (EST) Received: by Lowell-Desk.lan (Postfix, from userid 1147) id 6CD5E1CC43; Tue, 1 Jan 2008 08:18:10 -0500 (EST) To: chriskot@quietwind.net References: <1198996329.4178.7.camel@worker.quietwind.net> From: Lowell Gilbert Date: Tue, 01 Jan 2008 08:18:10 -0500 In-Reply-To: <1198996329.4178.7.camel@worker.quietwind.net> (Chris Kottaridis's message of "Sat\, 29 Dec 2007 23\:32\:09 -0700") Message-ID: <44lk794rcd.fsf@Lowell-Desk.lan> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-questions@freebsd.org Subject: Re: Imap authentication 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: Tue, 01 Jan 2008 13:18:17 -0000 Chris Kottaridis writes: > I have been using pop to download email messages. I'd like to switch to > imap. > > My mail server is running FreeBSD 5.3 > > The imap executable is in /usr/local/libexec and inetd.conf is setup > right. I can telnet to port 143 I am talking to the imapd daemon. > > However, I can't seem to get logged in. It seems to not like the > username and password I provide. I am providing the username and > password that will work to login interactively to the server. > > I assume there is a different authentication method besides the standard > password file, but as yet I haven't been able to find what that might > be. > > Clearly I am missing something here. Any pointers to how to set up imap > accounts on the mail server would be appreciated. It depends on the particular IMAP server you are using. Most of them will (by default) authenticate against the system password file. The best hints are probably to be found in the log file, but you might need to configure the daemon for greater verbosity first. With dovecot, I used "verbose_ssl = yes" to do so.