6 messages in net.sourceforge.lists.courier-users[courier-users] How to disable SSL?
FromSent OnAttachments
Samuli KarkkainenNov 21, 2000 1:49 pm 
Samuli KarkkainenNov 21, 2000 6:18 pm 
Hong Duck-KINov 21, 2000 9:47 pm 
Daniel POGACNov 22, 2000 5:02 am 
Daniel POGACNov 23, 2000 2:37 am 
amolNov 23, 2000 2:48 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:[courier-users] How to disable SSL?Actions...
From:Samuli Karkkainen (skar@woods.iki.fi)
Date:Nov 21, 2000 1:49:38 pm
List:net.sourceforge.lists.courier-users

I'd like to compile Courier IMAPd without SSL support. Configure finds the openssl command and obviously for that reason assumes I have it properly installed, tries to compile in support for it, and fails. I don't wish to get SSL support though. Is there any clean way to disable support for it? I could ofcourse get rid of any signs that openssl exists in my system, but that's not too pretty.

I guessed

./configure --without-ssl

but that neither gives an error nor disables SSL support.