1834838 Members
3259 Online
110070 Solutions
New Discussion

Re: IMAP

 
GTI
Occasional Advisor

IMAP

I need to install IMAP on HPUX10.20. I downloaded the imapd-bin.hpux10 from www.washington.edu/imap/ (ftp://ftp.cac.washington.edu/pine/imapd-bin.hpux10), but I don't know what should I do now.


Leandro.
1 REPLY 1
Frank Li
Trusted Contributor

Re: IMAP

After you installed the imap binary daemon , add a line like the following to /etc/inetd.conf

imap stream tcp nowait root /opt/imapd/imapd imapd

After done it , issue the command " inetd -c " to reload the /etc/inetd.conf file

And check whether the following line is included in your /etc/services file on every machine, default it is included .

imap 143/tcp #

then IMAP should be on duty.
Hi Friend