19 messages in net.sourceforge.lists.courier-usersRe: [courier-users] Re: Courier IMAP ...
FromSent OnAttachments
Sam VarshavchikMay 5, 2001 12:21 pm 
Drew RainesMay 5, 2001 2:20 pm 
Charlie WattsMay 5, 2001 2:41 pm 
Chad Leigh, Shire.Net LLCMay 5, 2001 2:52 pm 
Drew RainesMay 5, 2001 4:05 pm 
Drew RainesMay 5, 2001 4:19 pm 
Drew RainesMay 5, 2001 6:01 pm 
Larry MooreMay 5, 2001 6:19 pm 
Sam VarshavchikMay 5, 2001 6:22 pm 
Drew RainesMay 5, 2001 6:27 pm 
Sam VarshavchikMay 5, 2001 6:52 pm 
Drew RainesMay 5, 2001 9:28 pm 
Sam VarshavchikMay 5, 2001 10:13 pm 
Larry MooreMay 5, 2001 11:00 pm 
Larry MooreMay 6, 2001 2:53 am 
Drew RainesMay 6, 2001 6:07 am 
Sam VarshavchikMay 6, 2001 9:48 am 
Yozo TODAMay 6, 2001 8:31 pm 
Sam VarshavchikMay 6, 2001 9:28 pm 
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: Courier IMAP running but not workingActions...
From:Larry Moore (lmo@starwon.com.au)
Date:May 5, 2001 11:00:01 pm
List:net.sourceforge.lists.courier-users

Just to let you know that parsing --without-ipv6 to configure on OpenBSD 2.7 now permits it to listen for version 4 connections and is working fine from the basic tests I have performed including SSL.

Cheers,

Larry.

----- Original Message ----- From: "Drew Raines" <dr@phg.mc.vanderbilt.edu> To: <cour@lists.sourceforge.net> Sent: Sunday, May 06, 2001 12:28 PM Subject: Re: [courier-users] Re: Courier IMAP running but not working

* Sam Varshavchik <mrs@courier-mta.com>, 21:53 05/05/2001:

If your IPv6 stack is broken, --without-ipv6 will disable it.

After configuring and compiling with that option, I still get the same result. Here's what I did in detail:

$ rm -rf courier-imap-1.3.8 $ tar zxf courier-imap-1.3.8.tar.gz $ cd courier-imap-1.3.8 $ ./configure --without-ipv6; gmake; gmake check $ su # gmake install # gmake install-configure # /usr/lib/courier-imap/libexec/imapd.rc start # netstat -a | grep imap tcp6 0 0 *.imap *.* LISTEN

do I need to do something else?