Posts by Nuxwin


    The hints from the wiki-article about the manual installation did only help find the right positions an statements to correct.
    In detail I did the following:


    main.inc.php from /var/www/imscp/gui/public/tools/webmail/config

    Code
    1. $rcmail_config['imap_auth_type'] = LOGIN; (there was 'nul' in the installed)$rcmail_config['default_host'] = 'localhost'; (there was the fqdn in the installed)$rcmail_config['smtp_server'] = 'localhost'; (the same as previously)


    The value from installer are ok as long you setup your DNS correctly. localhost as value for these parameters work only because the imap and smtp servers are on the same server.



    and in the /var/www/fcgi/master/php5/php.ini


    Code
    1. magic_quotes_gpc = off (there was a void value in the installed)


    I'll check about this issue. ;)


    Thank you for using i-MSCP


    Hello ;


    I would recommend you to update to our last RC ( https://sourceforge.net/projec…les/i-MSCP%201.1.0-rc1.4/ ) . With this version, you will be able to set an external mail server.


    Thank you for using i-MSCP.

    mhm - sorry, but the update did it make worse...
    Now once more the failure in Rouncube, it's not possible to login - the failurepicture is the same as before (as I've done the migration from ispcp)
    Now I'll do the same as before in the configuration of roundcube by hand.
    Perhaps you can look at the update-script on opportuneness.
    If there come newer problems, I'll cry :cool:


    Hello ;


    You should not install roundcube manually. Well, install teamviewer and PM me, I'll help you to fix.


    Thank you for using i-MSCP.


    i'm not sure though as of the moment, one of my client is asking and I am not sure if it was supported


    thanks mate!


    Hello ;


    Both are supported.



    Package php5-gd and php5-mysql are installed by i-MSCP.


    Thank you for using i-MSCP


    Re ;


    When migrating from ispCP to i-MSCP, the installer keeps the ispCP database and updates its schema. This will not affect i-MSCP updates. The installer knows the database name to use (see the /etc/imscp/imscp.conf file).


    About roundcube, I would recommend you to update your clone of our repository and rerun the i-MSCP installer.


    Thank for using i-MSCP


    Hello ;


    I've fixed the problem about the roundcube addon. http://trac.i-mscp.net/changes…25c0730e76148b5ad98f5bb73


    Thank you for using i-MSCP


    Hello ;


    I'll fix. Surely a mistake from my side.


    BTW: the error about insserv and your firewall (apf) is not due to i-MSCP.


    Thanks you for using i-MSCP.

    Hello ;


    I do this announcement to inform you that the support for PHP FPM has been integrated in our development branch (master). PHP FPM is a great alternative to fastcgi/fcgid and is almost the recommended way to run PHP applications in shared hosting environment, mostly for high-load servers.


    Of course, you must keep in mind that the support for PHP FPM is still experimental. Therefore, I would like to thanks in advance all users that will help us to improve the default configuration provided for it.


    How to switch to PHP-FPM


    • Make a backup of your current data (optional)
    • Make a clone of our git repository or do a pull if you already use it
    • Run the i-mscp-autoinstaller script with the --reconfigure option and when you are asked about the server to use for the httpd service choose the 'apache_php_fpm' server.


    NOTICE


    The php5-fpm package is only available for Debian >= Wheezy and Ubunu >= Oneiric. To solve this problem, the i-MSCP installer will propose you to install the package from external repository when needed.


    Thanks you for using i-MSCP.