This it the README for the UW-IMAP 1) Look in imap-2006/Makefile and find your system type code. For example, modern versions of Linux will use either "slx", "lnp", or one of the lnp-variants (such as "lrh").
2) Type "make" followed by the system type, e.g. "make slx". 3) Install the POP2 daemon (ipopd/ipop2d), the POP3 daemon (ipopd/ipop3d), and the IMAP daemon (imapd/imapd) on a system directory of your choosing. 4) Update /etc/services to register the pop2 service on TCP port 109, the pop3 service on TCP port 110, and the imap service on TCP port 143. Also update Yellow Pages/NIS/NetInfo/etc. if appropriate on your system. 5) Update /etc/inetd.conf (or install files on /etc/xinetd.d) to invoke the POP2, POP3, and IMAP daemons on their associated services. 6) If your system uses PAM authentication, be sure to set up /etc/pam.d/imap (*not* /etc/pam.d/imapd) and /etc/pam.d/pop (*not* /etc/pam.d/ipop3d or /etc/pam.d/pop3d or /etc/pam.d/popd or /etc/pam.d/pop3). 7) Unless you built your system without SSL support, you will need to set up SSL server certificates as described in docs/SSLBUILD. 6) That's all! I am stuck at step 1 whereby I am trying to do a make lnp SSLTYPE=none the argument SSLTYPE=none means that I will not be using SSL for authentication purposes for the imap server but only in cleartext. In the second step, it mentioned about installing the pop3 daemon but I do not know how to. On Nov 24, 2007 9:08 PM, Colin Tan <[EMAIL PROTECTED]> wrote: > I am afraid you need to let us know what you did.Did you run ./configure > and what was the instruction that > was executed. The error could mean not all packages were > installed. > > > On 24 Nov 2007, at 7:58 PM, Dave Lim wrote: > > I am trying to install the UW IMAPD on a Ubuntu Server 7.04 to have the > POP3 service up and running. The authentication wil be using PAM. > > I am trying to learn how to install IMAPD the hardway so I am not going to > apt-get install it. > > I have downloaded the UW IMAPD package from > http://www.washington.edu/imap/ and tarball it. > > I tried compiling it using the following arguments "make LNP SSLTYPE=none" > > > I saw some errors during compliation. > http://img259.imageshack.us/my.php?image=imap2006ecompileerrorij0.jpg > > Is the error supposed to be significant? Attached is the screenshot of the > error. Nonetheless, I saw that there are ipopd and imapd packages. > > Now my next problem is, how do I get the ipop3d daemon up and running so I > can run POP3? in the ipopd folders, I see that there are 3 files, ipop2d.c > ipop3d.c and MAKEFILE. > > How do I compile ipop3d.c and into the directory /usr/local/bin and have > the ipop3d daemon running as a new service in xinetd? > > I tried searching the web but I dont find any good HOWTO on UW IMAPD. > > Anyone? > _______________________________________________ > Slugnet mailing list > [email protected] > http://www.lugs.org.sg/mailman/listinfo/slugnet > > >
_______________________________________________ Slugnet mailing list [email protected] http://www.lugs.org.sg/mailman/listinfo/slugnet
