My Dovecot is failing when i install ISPConfig 3

Discussion in 'Installation/Configuration' started by wachira, Dec 21, 2010.

  1. wachira

    wachira New Member

    All my instalation went well only to the point were I install ISPconfig I get
    Dovecot Imap: Error: mail_plugin_dir: Can't access directory: /usr/lib/dovecot/imap/: No such file or directory Fatal: Invalid configuration in /etc/dovecot.conf.
    I have tried all the postings northing seems to be working. Can some one help me out on this one.
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    1) Which Linux distribution?
    2) Is this a 32Bit or 64Bit system?
     
  3. wachira

    wachira New Member

    I am running Centos 5.5 and its a 32 bit system
     
  4. falko

    falko Super Moderator ISPConfig Developer

    Which tutorial (URL) did you use to set up the server?

    What are the outputs of
    Code:
    ls -la /usr/lib/dovecot/imap/
    ls -la /usr/lib64/dovecot/imap/
    ?
     
  5. wachira

    wachira New Member

    I used http://www.howtoforge.com/perfect-server-centos-5.5-x86_64-ispconfig-3. But i would replace the 64 bit part with i386.

    The out puts for
    [root@wachkama ~]# ls -la /usr/lib64/dovecot/imap/
    ls: /usr/lib64/dovecot/imap/: No such file or directory
    [root@wachkama ~]# ls -la /usr/lib/dovecot/imap/
    ls: /usr/lib/dovecot/imap/: No such file or directory
     
  6. falko

    falko Super Moderator ISPConfig Developer

  7. wachira

    wachira New Member

    Yes I did follow the whole setup very well and at Installing Dovecot I did it to the letter and when I started dovecot it started well. Could it be affected by SquirrelMail webmail. because wen i installed SquirrelMail webmail I didnt get its interface up running. Then when i installed ISPconfig dovecot failed to restart.
     
  8. falko

    falko Super Moderator ISPConfig Developer

    The
    Code:
    rm -fr /usr/lib/dovecot/
    is the problem - this command is intended only for 64bit systems because there the Dovecot libraries are in /usr/lib64/dovecot/. On 32bit systems they are in/usr/lib/dovecot/, and you deleted that directory. :(
     
  9. wachira

    wachira New Member

    Nice it worked perfectly. My ISPconfig is up running. one error only on Install A Chrooted DNS Server (BIND9). When i try to start it it has an error.
    Error in named configuration:
    /etc/named.conf:29: open: /var/named/chroot/etc/named.conf.local: file not found
    [FAILED]
    Do u know why?

    And in ispconfig it shows that mydns is offline am thinking it is becaues of the above problem.
     
  10. till

    till Super Moderator Staff Member ISPConfig Developer

  11. wachira

    wachira New Member

    I have tried to uninstall bind and reinstall and follow every thing to the letter its not giving me a change same error. And i know its not complicated but why it is acting up doesnt make any sense. Waht would u suggest me to do?
     
  12. akamarinos

    akamarinos New Member

    you propably didn't do this step from the how to

    Code:
    touch /var/named/chroot/etc/named.conf.local
     
  13. wachira

    wachira New Member

    Thats is what was actually missing thanx alot.
    :D
     

Share This Page