ISPConfig 3.0.1 released

Discussion in 'General' started by till, Mar 24, 2009.

  1. djbill

    djbill New Member

    Hi, i updated from RC2 to Stable with command: "ispconfig_update_from_svn.sh" and i select "stable" tree .

    All works fine.

    Thanks a lot.
     
  2. HellMind

    HellMind Member

  3. till

    till Super Moderator Staff Member ISPConfig Developer

  4. HellMind

    HellMind Member

    How can I fix the www auto redirection :S?
    Or debug it

    ----

    Should I upgrade ClamAV?

    WARNING: Your ClamAV installation is OUTDATED!
    WARNING: Local version: 0.94.2 Recommended version: 0.95

    -
     
    Last edited: Mar 26, 2009
  5. robilaur

    robilaur New Member

  6. bl4ckb1rd

    bl4ckb1rd New Member

    It still wasn't fixed... "Reseller" cannot add Email domain for his client, same goes for MySQL database. They dont get any option to choose, which is actually pretty annoying, since all newly created mysql databases have prefix reseller_database, instead of client_database. For example under Sites management (adding new site), they can choose their client properly, and it's added correctly.
     
  7. till

    till Super Moderator Staff Member ISPConfig Developer

    If you want to report a bug, please post it to the bugtracker.
     
  8. HellMind

    HellMind Member

    [Fri Mar 27 10:27:53 2009] [error] [client 190.18.84.5] (2)No such file or directory: Could not open password file: /var/clients/client4/web7/.htpasswd_stats

    It doesnt create the .htpasswd_stats file
    -
    Now its there :(
     
    Last edited: Mar 27, 2009
  9. till

    till Super Moderator Staff Member ISPConfig Developer

    You will have to enter a password first on the stats tab of the website settings and then click on save. The stats file is created properly.
     
  10. HellMind

    HellMind Member

    It takes a while to create it or something
    I clicked save it and after 1 minute started to work
    or maybe is caching issue.
     
  11. till

    till Super Moderator Staff Member ISPConfig Developer

    All actions takes about a minute to be applied to the configuration files. You can take a look at the jobqueue if you want to know if a job has been processed already.
     
  12. StrikerNL

    StrikerNL New Member

    IMPORTANT: If you have a character in your mysql root password that the commandline cannot interpret (such as a ! in ours), it will cause update.php to completely wipe! your dbispconfig database. Luckily I made a backup beforehand.

    To fix this issue I put single quotes around '-p' and the password on lines 125 and 168 of update.php.

    Just a heads up.
     
  13. letezo

    letezo New Member

    The exact commands to start an update:

    Code:
    cd /tmp
    wget http://www.ispconfig.org/downloads/ISPConfig-3-stable.tar.gz
    tar xvfz ISPConfig-3-stable.tar.gz
    cd ispconfig3_install/install
    php -q update.php 
     
  14. letezo

    letezo New Member

    Which server to update first if I have more than one?
    (A master and some slaves.)
     
  15. HellMind

    HellMind Member

    Can I change 'Filtro de spam / Spam Filter' from "normal" to "trigger happy" on an already created email/domain?

    How can I remove the **spam** flagged email automacally?
     
    Last edited: Mar 29, 2009
  16. till

    till Super Moderator Staff Member ISPConfig Developer

    Update the slaves first.
     
  17. Tripple

    Tripple New Member

    Nice job, this stable release.
    I made a CentOS appliance so I can start testing.

    What I do miss is a good manual, like the ones we had with ISPConfig 2.

    Some questions are:
    - How will the servers talk to each other?
    - How can I create a client, reseller, user, ...

    Let's do some testing... :)
     

Share This Page