24 messages in net.sourceforge.lists.courier-usersRe: [courier-users] Re: SSL or APOP f...
FromSent OnAttachments
dylanFeb 1, 2003 1:32 am 
Chris BerryFeb 1, 2003 8:23 am 
dylanFeb 1, 2003 11:25 am 
Brian CandlerFeb 1, 2003 11:48 am 
Sam VarshavchikFeb 1, 2003 12:09 pm 
dylanFeb 1, 2003 12:15 pm 
Jesse CablekFeb 1, 2003 1:16 pm 
Mike LeoneFeb 1, 2003 1:44 pm 
dylanFeb 1, 2003 1:45 pm 
Sam VarshavchikFeb 1, 2003 2:28 pm 
dylanFeb 1, 2003 2:51 pm 
James TurnbullFeb 1, 2003 3:57 pm 
dylanFeb 1, 2003 4:38 pm 
Sam VarshavchikFeb 1, 2003 5:10 pm 
James TurnbullFeb 1, 2003 5:41 pm 
Andrew BurnetteFeb 1, 2003 5:51 pm 
Laurence MooreFeb 1, 2003 6:08 pm 
Mike LeoneFeb 1, 2003 8:07 pm 
Jesse CablekFeb 1, 2003 8:24 pm 
dylanFeb 1, 2003 8:26 pm 
dylanFeb 1, 2003 8:27 pm 
Laurence MooreFeb 1, 2003 10:30 pm 
Brian CandlerFeb 2, 2003 2:10 am 
William Dell WisnerFeb 2, 2003 9:56 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [courier-users] Re: SSL or APOP from Outlook Express 5.06(Mac)Actions...
From:Andrew Burnette (ac@acb.net)
Date:Feb 1, 2003 5:51:03 pm
List:net.sourceforge.lists.courier-users

----- Original Message ----- From: "James Turnbull" <jam@lovedthanlost.net> To: <cour@lists.sourceforge.net> Sent: Saturday, February 01, 2003 6:57 PM Subject: Re: [courier-users] Re: SSL or APOP from Outlook Express 5.06(Mac)

<snip>

Can I ask how you got OE to not give the warning? I've been trying to get this working for a couple of weeks now using self-generated SSL certs with no luck.

Thanks

James, et al,

I manually created my IMAP and ESMTP certs by running the mk*cert scripts in /usr/lib/courier/share *after* altering /usr/lib/courier/etc/imapd.cnf (and the others) to use the proper FQDN name of my server rather than the default "localhost"

On M$ windows (this is for OE of course), open IE.

https://yourserver.yourdomain.com:993 (993 is for IMAP, just select the appropriate port for the particular protocol)

IE will display a warning. Click "view certificate" on the next pop up box, select "install certificate"

the next wizard that opens, choose "place all certificates in the following share" and choose "trusted root authorities" (thus, it's nice if your self signed cert has the correct hostname associated with it)

once complete, no more security errors on outlook express.

Repeat for ESMTP (port 465), etc.

Works like a charm. of course, YMMV :-)

Hope that helps, andy