28 messages in net.sourceforge.lists.courier-usersRE: [courier-users] courier-imap over...
FromSent OnAttachments
Aktar AliSep 6, 2002 5:00 am 
Juha SaarinenSep 6, 2002 1:04 pm 
Aktar AliSep 9, 2002 1:40 am 
Juha SaarinenSep 9, 2002 1:46 am 
Aktar AliSep 9, 2002 2:09 am 
Juha SaarinenSep 9, 2002 2:19 am 
Aktar AliSep 9, 2002 3:15 am 
Aktar AliSep 9, 2002 7:32 am 
Gordon MessmerSep 9, 2002 9:32 am 
Juha SaarinenSep 9, 2002 11:14 am 
Aktar AliSep 10, 2002 1:48 am 
Aktar AliSep 11, 2002 3:53 am 
Juha SaarinenSep 11, 2002 4:17 am 
Aktar AliSep 11, 2002 4:46 am 
Sam VarshavchikSep 11, 2002 6:22 am 
Aktar AliSep 12, 2002 12:54 am 
Sam VarshavchikSep 12, 2002 6:04 am 
Aktar AliSep 16, 2002 4:48 am 
Aktar AliSep 16, 2002 7:30 am 
Aktar AliSep 16, 2002 7:34 am 
Aktar AliOct 1, 2002 8:53 am 
Gordon MessmerOct 1, 2002 9:37 am 
Anand BuddhdevOct 1, 2002 9:42 am 
Aktar AliOct 1, 2002 2:38 pm 
Gordon MessmerOct 1, 2002 11:47 pm 
Aktar AliOct 2, 2002 1:52 am 
Aktar AliOct 2, 2002 2:35 am 
Gordon MessmerOct 2, 2002 10:26 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] courier-imap over sslActions...
From:Aktar Ali (al@colt.net)
Date:Sep 12, 2002 12:54:40 am
List:net.sourceforge.lists.courier-users

I have decided to recompile courier-imap, I think the problem is, couriertls did not compile properly. When I run the following configure options;

I have the following VAR defined:

CPPFLAGS="-I/usr/local/include -I/usr/local/ssl/include" LDFLAGS="-L/usr/local/lib -L/usr/local/ssl/lib"

./configure --with-authpwd --with-authshadow --with-authpam --with-db-gdbm - -with-authuserdb --with-authcram --without-authvchkpw --with-authldap --with out-authmysql --without-authpgsql --with-libs="-ldl"

./gmake Once I run this it take a while and comes back with

/usr/local/bin/gcc -DHAVE_CONFIG_H -I. -I../././tcpd -I. -I/usr/local/incl ude -I/usr/local/ssl/include -I../././tcpd/.. -I.. -Wall -g -O2 -c tcpdaccess.c /usr/local/bin/gcc -I../././tcpd/.. -I.. -Wall -g -O2 -L/usr/local/lib -L/u sr/local/ssl/lib -o couriertcpd argparse.o tcpd.o tcpdaccess.o tcpremoteinfo.o libspipe.a ../rfc1035/librfc1035.a ../gdbmobj/libgdbmobj.a ../liblock/liblock.a ../numlib/libnumlib.a ../waitlib/libwaitlib.a ../md5/libmd5.a ../random128/librandom128.a ../soxwrap/libsoxwrap.a -lgdbm -lsocket -lnsl -lsocket /usr/local/bin/gcc -I../././tcpd/.. -I.. -Wall -g -O2 -L/usr/local/lib -L/u sr/local/ssl/lib -o couriertls starttls.o argparse.o libcouriertls.a libspipe.a ../rfc1035/librfc1035.a ../md5/libmd5.a ../random128/librandom128.a ../numlib/libnumlib.a ../liblock/liblock.a ../soxwrap/libsoxwrap.a -lsocket Undefined first referenced symbol in file dlclose /usr/local/ssl/lib/libcrypto.a(dso_dlfcn.o) (symbol belongs to implicit dependency /lib/libdl.so.1) dlsym /usr/local/ssl/lib/libcrypto.a(dso_dlfcn.o) (symbol belongs to implicit dependency /lib/libdl.so.1) dlopen /usr/local/ssl/lib/libcrypto.a(dso_dlfcn.o) (symbol belongs to implicit dependency /lib/libdl.so.1) ld: fatal: Symbol referencing errors. No output written to couriertls collect2: ld returned 1 exit status *** Error code 1 make: Fatal error: Command failed for target all-recursive'

Any ideas?? You help would be greatly appreciated.

Rgrds Ali.

-----Original Message----- From: Juha Saarinen [mailto:ju@saarinen.org] Sent: 09 September 2002 19:14 To: Aktar Ali Cc: Gordon Messmer; cour@lists.sourceforge.net Subject: RE: [courier-users] courier-imap over ssl

On Mon, 9 Sep 2002, Aktar Ali wrote:

Cheers buddy, tried that, I have this output:

$ openssl s_client -connect localhost:993 CONNECTED(00000003) write:errno=131

I believe that means the connection is rejected.

$openssl s_client -prexit -connect localhost:993

should give you some more info on the SSL session.