I've gotten the Courier IMAP server to work on my Linux box (RedHat 7.1),
and it functions fine. However, the courier-imap.sysvinit script doesn't
seem to work for me.

Since this incarnation of Linux uses xinetd to start internet services
rather than inetd, I was looking for suggestions on how to configure the
imap file to start courier-imap(-ssl). FWIW, the imap file in /etc/xinetd.d
(formerly used to start UW IMAP) looks like this:

# default: off
# description: The IMAP service allows remote users to access their
# mail using an IMAP client such as Mutt, Pine, fetchmail, or Netscape
# Communicator.

service imap
{
        socket_type             = stream
        wait                    = no
        user                    = root
        server                  = /usr/sbin/imapd
        log_on_success          += DURATION USERID
        log_on_failure          += USERID
        disable                 = yes  # used to be "no", but now using
                                       # courier-imap started from separate
                                       # shell script
}

Thanks in advance.

Dan
-- 
Daniel E. Sabath, M.D., Ph.D.
UW Department of Laboratory Medicine
http://www.labmed.washington.edu


_______________________________________________
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to