From: UnixOS2 Archive To: "UnixOS2 Archive" Date: Wed, 19 Mar 2003 05:00:27 EST-10EDT,10,-1,0,7200,3,-1,0,7200,3600 Subject: [UnixOS2_Archive] No. 76 ************************************************** Tuesday 18 March 2003 Number 76 ************************************************** Subjects for today 1 Re: Building IMAP : Nicholas Sheppard 2 Re: Building IMAP : Nicholas Sheppard **= Email 1 ==========================** Date: Wed, 19 Mar 2003 08:43:49 +1100 (EST) From: Nicholas Sheppard Subject: Re: Building IMAP On Tue, 18 Mar 2003, John Poltorak wrote: > I'm hoping to build IMAP using my UnixOS/2 Build System, which, so far, > builds NCURESES, and OPENSSL without any problems. sysexits.h is included > in Posix/2, as is syslog but I haven't used it yet. Do I need pwd2a2.zip > if I just want to build IMAP? You might be able to compile it by using the dummy passwd routines in EMX but I've never tried it and I don't know off-hand what implications that might have for security. Users would then have to be authenticated using CRAM-MD5. Nicholas S. **= Email 2 ==========================** Date: Wed, 19 Mar 2003 10:07:09 +1100 (EST) From: Nicholas Sheppard Subject: Re: Building IMAP On Wed, 19 Mar 2003, Nicholas Sheppard wrote: > On Tue, 18 Mar 2003, John Poltorak wrote: > > > I'm hoping to build IMAP using my UnixOS/2 Build System, which, so far, > > builds NCURESES, and OPENSSL without any problems. sysexits.h is included > > in Posix/2, as is syslog but I haven't used it yet. Do I need pwd2a2.zip > > if I just want to build IMAP? > > You might be able to compile it by using the dummy passwd routines in > EMX but I've never tried it and I don't know off-hand what implications > that might have for security. Users would then have to be authenticated > using CRAM-MD5. The other thing I should point out is that if you don't use pwd2a2.zip you'll need to change ./imap/src/osdep/os2/Makefile.os2 to remove/replace -lpwd2 from the libraries to be linked. Nicholas S.