Hello, dreamwver.

The pop3 and imap4 daemons should be executed by inetd and not from the shell.
You should therefore uncomment/insert the following lines in your
/etc/inetd.conf:

pop-3  stream  tcp     nowait  root  /usr/sbin/tcpd /usr/sbin/popper #qpopper
imap    stream  tcp     nowait  root    /usr/sbin/tcpd imapd

To test if the daemons are working properly, just do a telnet localhost 110
for pop3 and telnet localhost 143 for imap4 from your shell.

Hope that helps.

- hoeteck


-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
         To unsubscribe: mail [EMAIL PROTECTED] with 
                       "unsubscribe" as the Subject.

Reply via email to