From owner-freebsd-questions@FreeBSD.ORG Sun Jul 27 20:57:27 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 5D44937B401 for ; Sun, 27 Jul 2003 20:57:27 -0700 (PDT) Received: from wrongcrowd.com (dsl231-036-178.sea1.dsl.speakeasy.net [216.231.36.178]) by mx1.FreeBSD.org (Postfix) with ESMTP id B4F8443F93 for ; Sun, 27 Jul 2003 20:57:26 -0700 (PDT) (envelope-from matt@wrongcrowd.com) Received: from [192.168.1.99] (helo=thunderbird.wrongcrowd.com) by wrongcrowd.com with esmtp (Exim 3.34 #1) id 19gz8S-000BSR-00 for freebsd-questions@freebsd.org; Sun, 27 Jul 2003 20:57:20 -0700 Message-Id: <5.2.0.9.2.20030727204213.00bbb500@192.168.1.1> X-Sender: matt@192.168.1.1 X-Mailer: QUALCOMM Windows Eudora Version 5.2.0.9 Date: Sun, 27 Jul 2003 20:57:24 -0700 To: freebsd-questions@freebsd.org From: Matt Staroscik In-Reply-To: <20030728025345.DE36B37B404@hub.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Subject: More POP3/SSL & Eudora [Was: Re: qpopper pop3 and SSL experiences] 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: Mon, 28 Jul 2003 03:57:27 -0000 Thanks all for the help. Today I installed courier-imap, and reconfigured Exim for Maildir delivery, and I can now get mail out over POP3 + SSL. Apple's OS X mail client and Mac Eudora 6b are working fine. (I had sort of been wanting to try maildirs, and this way I can evolve to IMAP if I want, so I will probably stick with this.) Eudora for Windows is still hosed though. I did manually add my cert to the trusted list but I still have this error to deal with: SSL Negotiation Failed: Certificate bad: Destination Host name does not match host name in certificate Cause (-6984) Now, I am using a self-signed cert that I created with courier's shortcut command, and this test system does not have a real hostname yet, which seems like it would explain this error... but does anyone know a way to tell Eudora to not care about bad certificates? Or better still, how do I create a cert myself that satisfies Eudora? Will it even be possible to when my mail server testbed is at 192.168.x.y, without a fully-qualified hostname? Getting real close now though, thanks to everyone! - Matt