ISPconfig detect courier instead of dovecot

Discussion in 'General' started by tdemeter, Nov 8, 2011.

  1. tdemeter

    tdemeter New Member

    Dear Forumembers,

    My problem is easy: ispconfig installer/updater script doesn't detect dovecot server and not configure it. When i reconfigure the services with update.php it always says "Configure Courier". But i don't have courier imap server.

    My config is centos 5.7@x86_64, ispconfig 3.0.4 with the atrpm's dovecot packages.
    I followed that instructions from http://www.howtoforge.com/perfect-server-centos-5.7-x86_64-ispconfig-2

    The core of ispconfig is working, i can create email accounts and websites, and i can sending emails, but i don't recieve.

    .....
    Reconfigure Services? (yes,no) [yes]:

    Configuring Postfix
    Configuring Mailman
    Configuring Jailkit
    Configuring SASL
    Configuring PAM
    Configuring Courier
    Configuring Spamassassin
    Configuring Amavisd
    Configuring Getmail
    Configuring MyDNS
    Configuring Apache
    Configuring vlogger
    Configuring Apps vhost
    Configuring Database
    Updating ISPConfig

    ....

    Any idea?

    Tibor
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    ISPConfig checks with "which dovecot", if dovecot is installed on your server, if dovecot is not found, it configures the default imap server which is courier.

    The link that you posted is for ISPConfig 2, which is s different software. Are you sure that you followed these instructions, as they are not compatible with ispconfig 3.
     
  3. tdemeter

    tdemeter New Member

  4. till

    till Super Moderator Staff Member ISPConfig Developer

    Ok. What did you get when you run the command:

    which dovecot
     
  5. tdemeter

    tdemeter New Member

    Are there any solution to reconfigure ispconfig for use with dovecot?
    I don't want reinstall whole system because i have some living websites.
    Tibor
     
  6. tdemeter

    tdemeter New Member

    which dovecot
    /usr/sbin/dovecot
     
  7. tdemeter

    tdemeter New Member

    rpm -qa|grep dovecot
    dovecot-sieve-0.1.19-9.el5
    dovecot-1.2.17-0_115.el5
     
  8. till

    till Super Moderator Staff Member ISPConfig Developer

    Ok. Please post the output of:

    which courierlogger
     
  9. tdemeter

    tdemeter New Member

    which courierlogger
    which: no courierlogger in (/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin)
     
  10. till

    till Super Moderator Staff Member ISPConfig Developer

    Then it should normally detect dovecot. Not sure why it does not work on this server. What you can try to do is that you force the updater to use dovecot by editing the update.php script and insert at line 231:

    $conf['dovecot']['installed'] = true;


    and then run the update.php script again.
     
  11. tdemeter

    tdemeter New Member

    Dear Till,

    Thanki you very much !
    It is working !!

    Have a nice day !:)

    Tibor
     

Share This Page