Posts by fulltilt

    kann jemand ein gutes open-source billing System empfehlen?
    Also nicht ioncubed oder zended, wo man halt noch dran arbeiten kann ...
    Ich wollte vor einiger Zeit bereits mit einer neuen Joomla Order Komponente beginnen, bin aber noch nicht viel weitergekommen wg. einem Todesfall in der Familie ...
    Das ganze soll dann auch über ein Plugin mit imSCP arbeiten.
    Oder halt alternativ ein System wie z.B. Boxbilling (da hab ich ein plugin gefunden).
    Ich kenne Boxbilling noch nicht, aber es sieht nicht nach OpenSource aus auf den ersten Blick ... keine Ahnung ob es was taugt und wie es mit imSCP zusammen arbeitet.

    Code
    1. Unable to load dynamic library
    2. '/usr/lib/php5/20090626+lfs/mhash.so'


    ### edit ###


    bitte versuch es mal damit:
    apt-get --purge remove php5-mhash
    rm /etc/php5/cli/conf.d/mhash.ini

    habe versucht eine Rundmail an alle Kunden und Reseller zu senden, es wird auch angezeigt Massen Mail versendet, aber es wurde nix versendet :D
    Auch in den mail logs tauchen diese 180 Mails nicht auf, sie hängen auch nirgendwo fest ...
    Über den Reseller Account geht auch nichts raus was über den Massmailer versendet wird ... funktioniert das momentan nicht?


    Regards

    Hi Nuxwin,
    I guess I have found the problem, now I'm able to set Emailquota as User to unlimited (o)
    The migration process changed the settings in Hosting Plans so it could not match anymore with the previous settings from ispcp ...
    I have also disabled
    "Email accounts are hard suspended"
    and set to enabled again
    now it works :D

    nach einer Migration von ispcp fehlen bei dieser Installation einige combined.log nur combined.log.1 sind vorhanden ...

    Code
    1. Running '"/usr/lib/cgi-bin/awstats.pl" -update -config=domain.tld -configdir="/etc/awstats"' to update config domain.tld
    2. Create/Update database for config "/etc/awstats/awstats.domain.tld.conf" by AWStats version 6.95 (build 1.943)
    3. From data in log file "/var/log/apache2/domain.tld-combined.log"...
    4. Error: Couldn't open server log file "/var/log/apache2/domain.tld-combined.log" : No such file or directory
    5. Setup ('/etc/awstats/awstats.domain.tld.conf' file, web server or permissions) may be wrong.


    ### edit ###
    es scheint nicht bei allen Domains der Fall zu sein ....
    ### edit ###
    OK, es sind hier auf diesem System viele Webs vorhanden deren Domain nicht mehr auflöst oder registriert ist
    also sind für diese auch keine access logs vorhanden bzw. nur die bereits rotiert wurden .log.1
    Könnte man eventl. beim AWstats Update Script skippen wenn kein logfile vorhanden ist

    Hi Nuxwin, thanks for your patience and the great support !!!
    The main.cf changes helped me for now and I will re-activate this feature a.s.a.p.
    I will send an email to all user and inform how to modify their email quota settings ...

    hmm, you mean if a User have a 100MB account, I have to set this to unlimited?


    It would be nice to choose use of email quota yes/no
    otherwise if you have > 10000 or more email accounts you need to change all the email quota by hand and this could take weeks :s

    yep, changes in main.cf working well ... (you have saved my sunday) :D
    the problem is within the CP i can not set via GUI to "0" or -1
    but what about something like this?


    UPDATE mail_users SET quota = "0";
    or
    UPDATE domains SET domain_mailacc_limit = "0";


    could this work with roundcube?


    or is there a roundcube quota plugin which can be disabled?