Community Forums
Connect with us on LinkedIn
+ Reply to Thread
Page 1 of 2 1 2 LastLast
Results 1 to 15 of 17
  1. #1
    Member
    Join Date
    Jan 2003
    Posts
    41

    Default IMAP Server can not be started

    My Imap Server can not be started. Below is the error message:

    Server imapd is not executable [line=8] imap has failed, please contact the sysadmin.

    Anyone knows how to solve it?
    Malaysia Boleh!

  2. #2
    Member
    Join Date
    Apr 2003
    Posts
    20

    Default

    I had the same problem and seeked for help A LOT with no prevail. Then aftera bout a week I found the simple fix. See if it works.

    Try to
    vi /etc/xinetd.d/imap
    Change the line server = imapd into
    server = /usr/sbin/imapd

    The default installation assumes imapd is in the path environment which is not always true on all system. We just need to set it to the absolute path.

    Hope it helps.

    ML

  3. #3
    Member
    Join Date
    Jan 2003
    Posts
    41

    Default

    Actually, the setting is ok. Please see below But Imao can not be start:


    service imap
    {
    socket_type = stream
    wait = no
    user = root
    server = /usr/sbin/imapd
    log_on_success += HOST DURATION
    log_on_failure += HOST
    disable = yes
    }
    Malaysia Boleh!

  4. #4
    Member
    Join Date
    Apr 2003
    Posts
    243

    Default

    have you tired changing that disable=yes to disable=no ?

  5. #5
    cPanel Partner NOC cPanel Partner NOC Badge cyon's Avatar
    Join Date
    Jan 2003
    Posts
    323

    Default

    Originally posted by lhpnet
    I had the same problem and seeked for help A LOT with no prevail. Then aftera bout a week I found the simple fix. See if it works.

    Try to
    vi /etc/xinetd.d/imap
    Change the line server = imapd into
    server = /usr/sbin/imapd

    The default installation assumes imapd is in the path environment which is not always true on all system. We just need to set it to the absolute path.

    Hope it helps.

    ML
    wow, thx lhpnet , that worked for me!

    cPanel.net Support Ticket Number:

  6. #6
    Member
    Join Date
    Jul 2003
    Location
    USA Brooklyn NYC
    Posts
    38

    Default

    Xcellent. Worked over here!

    David K.

    cPanel.net Support Ticket Number:
    •-=-•••••••••••••••••••••••••-=-•
    -- David K. Tucker- Owner/Founder
    -- EGGHEๅDZ™ ค How Do U LIKE Your Hosting? Inquire NOW: sales@eggzone.net | 1-888-545-5678
    -- Quality, Reliability, Honesty and Professionalism that CAN'T be beat!
    -- Become an EGGHEๅD Today! AIM: GETEGGHEADZ | MSN: egg.headz @ msn.com
    •-=-•••••••••••••••••••••••••-=-•

  7. #7
    Member
    Join Date
    Jun 2003
    Posts
    27

    Default

    Originally posted by lhpnet
    I had the same problem and seeked for help A LOT with no prevail. Then aftera bout a week I found the simple fix. See if it works.

    Try to
    vi /etc/xinetd.d/imap
    Change the line server = imapd into
    server = /usr/sbin/imapd

    The default installation assumes imapd is in the path environment which is not always true on all system. We just need to set it to the absolute path.

    Hope it helps.

    ML
    Great fix. Thanks!

  8. #8
    Member
    Join Date
    Nov 2003
    Posts
    6

    Thumbs up server = /usr/sbin/imapd

    Thank you so much for taking time to post this fix.

  9. #9
    Member
    Join Date
    Nov 2002
    Posts
    30

    Default

    Originally posted by lhpnet
    I had the same problem and seeked for help A LOT with no prevail. Then aftera bout a week I found the simple fix. See if it works.

    Try to
    vi /etc/xinetd.d/imap
    Change the line server = imapd into
    server = /usr/sbin/imapd

    The default installation assumes imapd is in the path environment which is not always true on all system. We just need to set it to the absolute path.

    Hope it helps.

    ML

    Hooray!!! works on my 8.5.5 E65

  10. #10
    Member
    Join Date
    Apr 2003
    Posts
    277

    Default

    server = /usr/sbin/imapd

    wow - thanks! After beating my brain for awhile as to why imap died after a couple of simple changes...that saved me!

  11. #11
    Member
    Join Date
    Jan 2004
    Posts
    28

    Default

    WOW AWESOME!
    it fixed my problem too

    Thanks

  12. #12
    Member
    Join Date
    Mar 2004
    Posts
    67

    Default

    root@silent [/home/admin]# pico /etc/xinetd.d/imap
    root@silent [/home/admin]# /etc/xinetd.d/imap
    bash: /etc/xinetd.d/imap: No such file or directory
    root@silent [/home/admin]# bash: /etc/xinetd.d/imap: No such file or directory
    root@silent [/home/admin]#


    someone help me out please!!!

  13. #13
    Member
    Join Date
    Mar 2004
    Posts
    67

    Default

    root@silent [/etc/xinetd.d]# ls -al
    total 24
    drwxr-xr-x 2 root root 4096 Mar 15 00:51 ./
    drwxr-xr-x 56 root root 8192 Mar 15 00:44 ../
    -rw------- 1 root root 12288 Mar 15 00:52 .imap.swp
    root@silent [/etc/xinetd.d]#


    root@silent [/usr/sbin]# whereis imapd
    imapd: /usr/sbin/imapd




    ?? what now

  14. #14
    cPanel Partner NOC cPanel Partner NOC Badge
    Join Date
    Oct 2003
    Location
    Hosting from: Panama, Hong Kong, Singapore, Malaysia, China, India, USA and Australia
    Posts
    68

    Default

    you may also find that by typing

    whereis imap

    your get the results:

    usr/include/imap

    in which case you should edit the file:

    pico /etc/xinetd.d/imap or vi /etc/xinetd.d/imap

    from usr/sbin/imapd to usr/include/imap

    that is what fixed it once for me.

    For those who are still struggling after all this and reinstalling imap then this is one thing never mentioned previously.
    International Offshore Hosting from Hong Kong, Singapore, Panama, Malaysia, India, China, Australia and the USA.

    Authorized cPanel PartnerNOC in 8 countries.

    www.katzglobal.com

  15. #15
    Member
    Join Date
    Jul 2005
    Posts
    12

    Default

    i cant write


    server = /usr/sbin/imapd

    line with putty

    How can i write it with putty?

Similar Threads & Tags
Similar threads

  1. Replies: 5
    Last Post: 02-05-2011, 05:14 PM
  2. My server started sending me all these emails, why?
    By fearmydesign in forum cPanel and WHM Discussions
    Replies: 3
    Last Post: 10-26-2009, 10:25 PM
  3. Server did not started after forceful reboot!
    By galvax in forum cPanel and WHM Discussions
    Replies: 3
    Last Post: 01-04-2008, 12:45 PM
  4. imap started ok
    By WeMasterz5 in forum cPanel and WHM Discussions
    Replies: 10
    Last Post: 05-08-2003, 09:15 PM
  5. My server's httpd failaed and not started, why?
    By tekdns in forum cPanel and WHM Discussions
    Replies: 2
    Last Post: 04-06-2003, 01:04 PM
Linkedin       Facebook       Twitter       RSS       Flickr       YouTube