Posts by comTim

    I'm sorry :)


    Now i can reproduce the error. It really seems to be a special character.


    First of all the logfile. I'm a bit confused about the colon in path. But if i interpret that as slash:


    Code
    1. root@hosting5:/var/log/imscp/imscp-arpl-msgr# ls -altotal 40drwxr-x--- 2 vmail imscp 4096 Nov 29 09:17 .drwxr-x--- 3 root imscp 36864 Jan 23 09:03 ..-rw------- 1 vmail imscp 0 Jan 19 10:52 imscp-arpl-msgr.log

    To reproduce i created a new mail address with a autoresponder (nothing special - just the word "Antwort") and send an email via php script to that address. In the mail-body i used some wired special chars.




    PHP: test_mail.php
    1. <?php$message = "�";mail("[email protected]","Test",$message);?>

    (Ansi-coded file. Hex: FDFF)



    What it does:




    I'm quite sure that this first happened after the update from 1.3.8 to 1.3.16.

    Today i made an upgrade from 1.3.8 to 1.3.16 on Debian Jessie.


    A customer got a bounce-mail after sending an email to a forward-address with autoresponder. The email got correctly forwarded, but the autoresponder failed:


    Code: /var/log/mail.log
    1. Jan 19 18:34:57 hosting5 postfix/pipe[25797]: A542960B75: to=<[email protected]>, orig_to=<[email protected]>, relay=imscp-arpl, delay=0.38, delays=0.16/0.01/0/0.22, dsn=5.3.0, status=bounced (Command died with status 255: "/var/www/imscp/engine/messenger/imscp-arpl-msgr". Command output: [_[0;31mFATAL_[0m] main: Can't call method "isa" on an undefined value at /usr/share/perl5/MIME/Parser/Reader.pm line 186, <STDIN> line 1. [_[0;31mERROR_[0m] Could not to open log file `/var/log/imscp/imscp-arpl-msgr:imscp-arpl-msgr.log' for writting: Permission denied )
    2. Jan 19 18:34:57 hosting5 postfix/pipe[25799]: A542960B75: to=<[email protected]>, orig_to=<[email protected]>, relay=imscp-arpl, delay=0.38, delays=0.16/0.01/0/0.21, dsn=5.3.0, status=bounced (Command died with status 255: "/var/www/imscp/engine/messenger/imscp-arpl-msgr". Command output: [_[0;31mFATAL_[0m] main: Can't call method "isa" on an undefined value at /usr/share/perl5/MIME/Parser/Reader.pm line 186, <STDIN> line 1. [_[0;31mERROR_[0m] Could not to open log file `/var/log/imscp/imscp-arpl-msgr:imscp-arpl-msgr.log' for writting: Permission denied )

    I could not reproduce the error. Autoresponder and forwarding seems to work (no errors while testing)...

    Thanks.


    I read about a Plugin for connecting boxbilling with imscp. Is that the plugin for WHMCS or is there an other one? Is it still working?

    Hi,


    does anyone knows an billing tool for hosting (like WHMCS) for free? Open source would be nice. Maybe also non-free, if its cheaper than WHMCS...


    Thx

    I made good experiences with

    • rsync for /var/www/, /var/mail/ and /etc/
    • mysqldump --all-databases

    Then you have all you need. And you can do the mysql-dump without stopping mysql

    Das ganze geht automatisiert auch ganz gut:

    • update plugin set plugin_status = "disabled";update plugin set plugin_status = "uninstalled" WHERE plugin_info LIKE "%\"__installable__\":true%";


    • Installer drüber laufen lassen
    • UPDATE plugin SET plugin_status = "toenable" where plugin_status = "disabled";
      UPDATE plugin SET plugin_status = "toinstall" where plugin_status = "uninstalled";
    • Und dann einmal den /var/www/imscp/engine/imscp-rqst-mngr aufrufen

    Also ich habe jetzt scheinbar eine brauchbare Lösung gefunden.


    Installation wie oben beschrieben. Den Ordner /var/www/imscp ebenfalls mit kopieren und Plugins in der DB auf disabled setzen. Dann nach der Installation im Panel bei allen Plugins, die installiert (und nicht nur aktiviert) werden müssen, einmal auf deinstallieren klicken und im Anschluss wieder auf installieren klicken (das sind bei mir RoundcubePlugins und SpamAssassin). Die anderen Plugins scheint man so wieder aktivieren zu können (z.B. PanelRedirect, RecaptchaPMA).