Sign In/My Account | View Cart  

advertisement

AddThis Social Bookmark Button

Article:
  Setting up a Site Server with Jaguar
Subject:   inetd will not register imapd
Date:   2003-10-30 19:28:16
From:   anonymous2
Response to: inetd will not register imapd

IMAP is now controlled by xinetd.


You should use /sbin/service command to enable IMAP


cd /etc/xinetd.d
cp login imap


Edit imap and point server = to the location of imap binary,
e.g.,


server = /usr/local/libexec/imapd


then
sudo /sbin/service imap start


Full Threads Oldest First

Showing messages 1 through 1 of 1.

  • inetd will not register imapd
    2003-11-30 10:57:58  ianwsmith [View]

    You also need to change the first line of imap (or imaps) to reflect the name of the service. e.g.

    cd /etc/xinetd.d
    cp login imap
    sudo vim imap

    change first line to

    service imap

    regards,

    -Ian