On Wed, Nov 06, 2002 at 11:14:49PM +0100, Rune Berge wrote:
> 
> Hi.
> 
> I've installed redhat 8 on my server, and I would like to use it as an
> IMAP server too. I've installed the IMAP package, but I don't know how to
> proceed to get the server up and running. Does anybody know of a good
> guide to setting up IMAP with RH8?

If you've installed the uw imap server, then all you need to do is
restart xinetd and you're done.  It might even have restarted xinetd
during the rpm install (I haven't upgraded to 8 yet).

Verify that imap is on port 143:
$ getent services imap

Then:
$ netstat -an | grep 143
check that you're listening on port 143.

Configure your IMAP or POP client and you're done.  The IMAP server
automatically starts from xinetd so there isn't a standalone server that
you need to start separately.

-- 
Ed Wilts, Mounds View, MN, USA
mailto:ewilts@;ewilts.org
Member #1, Red Hat Community Ambassador Program



-- 
redhat-list mailing list
unsubscribe mailto:redhat-list-request@;redhat.com?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to