Hi I installed imapd without ssl by downloading imap.tar.z like below
  make slx SSLTYPE=none  in  directory /usr/local/impad-2002d/
   It made binary imapd  in /usr/local/impad-2002d/imapd/imapd
I created imap file in /etc/xinetd.d/imap like this
 service imap
{
        flags = REUSE
        disable = no
        socket_type     = stream
        wait            = no
        user            = root
        server          = /usr/local/impad-2002d/imapd/imapd
        log_on_failure  += USERID
}

when i restart service(service xinted restart) it is saying that 
/usr/local/impad-2002d/imapd/imapd  is not executable 
    but it is having permission of rwxr-xr-x
I dint know why it is not executing
Can you please help in this regard

Thks in advance

--Venkat





   
--
-----------------------------------------------------------------
 For information about this mailing list, and its archives, see:
 http://www.washington.edu/imap/imap-list.html
-----------------------------------------------------------------

Reply via email to