----- Original Message -----
From: "Rune Berge" <[EMAIL PROTECTED]>
> > Verify that imap is on port 143:
> > $ getent services imap
>
> This returns "imap 143/tcp imap2" which I assume is a good sign.
>
> > Then:
> > $ netstat -an | grep 143
> > check that you're listening on port 143.
>
> This, however, doesn't return anything. I guess that means I'm not
> listening in port 143. What should I do?

Activate the imap services:
# chkconfig imap on
# chkconfig imaps on
Restart xinetd in case chkconfig didn't do the job like it was supposed to
# service xinetd restart

> But how do I create mail accounts for the users?

Simply create normal user accounts with the user manager in X windows.  Then
point the imap client software to your server and you good to go.

-eric wood



-- 
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