RE: [courier-users] Webmail issue on Solaris

2005-12-18 Thread Jason Benguerel
Okay, the exact function that is failing is: if ((login_time=strchr(userid, ' ')) == 0) { fprintf(stderr, CRIT: maildircache: Cache create failure - authentication process crashed.\n); exit(1); } in maildir/maildircache.c It fails due to 'userid' being empty. This

Re: [courier-users] Webmail issue on Solaris

2005-12-18 Thread Alex Moore
On Sun, 18 Dec 2005 15:42:21 -0800 Jason Benguerel [EMAIL PROTECTED] wrote: As a tip to someone google smacking this post, you may need to hand edit the makefile in the tcpd folder adding -lssl -lcrypto to the 'LIBS =' line to get couriertls to build. Getting Open SSL to be recognized is

RE: [courier-users] Webmail issue on Solaris

2005-12-18 Thread Jason Benguerel
Cool, thanks! -Original Message- From: [EMAIL PROTECTED] on behalf of Alex Moore Sent: Sun 12/18/2005 6:41 PM To: courier-users@lists.sourceforge.net Subject: Re: [courier-users] Webmail issue on Solaris On Sun, 18 Dec 2005 15:42:21 -0800 Jason Benguerel [EMAIL PROTECTED] wrote