From owner-freebsd-questions Mon Jan 8 23:15:27 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smtppop1pub.verizon.net (smtppop1pub.gte.net [206.46.170.20]) by hub.freebsd.org (Postfix) with ESMTP id 0526837B400 for ; Mon, 8 Jan 2001 23:15:10 -0800 (PST) Received: from Ath (cable7-023.gte.net [24.96.36.23]) by smtppop1pub.verizon.net with SMTP for ; id BAA44672073 Tue, 9 Jan 2001 01:09:26 -0600 (CST) From: "John Bolster" To: Subject: help getting imap-uw running Date: Tue, 9 Jan 2001 02:13:29 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi all! I can't get MS Outlook to connect to my new imap-uw server. This is my first time with a mail server. The server is running FBSD 4.1. I installed the imap-uw server from /usr/ports/mail/imap-uw. I got imap-2000a. I ran make and then make install. Sendmail is putting new mail into /var/mail/. I can connect to imapd from the server through telnet and login manually to imap. Then I can do a LIST and I see the contents of my ~/home/ folder. Here is the end of the list (the stuff before it is just the contents of my directory): * LIST (\NoInferiors) NIL INBOX . OK LIST completed . logout When I manually tell it to . SELECT "INBOX" it just hangs. When I try and connect from Outlook it times out. The only other strange thing is in the /var/log/messages file- the address already in use lines. Here is the end of it: Jan 8 19:52:14 alf su: john to root on /dev/ttyp0 Jan 8 19:53:04 alf ntpd[119]: time reset 0.320751 s Jan 8 19:53:04 alf ntpd[119]: kernel pll status change 2041 Jan 8 19:59:07 alf inetd[141]: imap/tcp: bind: Address already in use Jan 8 20:09:07 alf inetd[141]: imap/tcp: bind: Address already in use Jan 8 20:12:42 alf su: john to root on /dev/ttyp1 Jan 8 20:19:07 alf inetd[141]: imap/tcp: bind: Address already in use Jan 8 20:29:07 alf inetd[141]: imap/tcp: bind: Address already in use Jan 8 20:35:43 alf su: john to root on /dev/ttyp2 Jan 8 20:39:06 alf inetd[141]: imap/tcp: bind: Address already in use Jan 8 20:45:00 alf inetd[141]: imap/tcp: bind: Address already in use One other point that might be significant is that I tried installing cyrus right before this. I did pkg_delete it and did put sendmail.cf back to normal. Any ideas what is going wrong here? Thanks, John To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message