Posts by Nuxwin


    Hello ;


    Are you sure about the 00_master.fcgi.conf ? i-MSCP doesn't not create such file normally. What i-MSCP version are you using?


    Code
    1. root@imscp:/usr/local/src/imscp# ls /etc/apache2/sites-available/00_master.conf 00_master_ssl.conf 00_modcband.conf 00_nameserver.conf 01_awstats.conf 01_nagios3.conf default default-ssl domain.tld.conf sub1.domain.tld.conf


    SSL configuration for the panel goes into the 00_master_ssl.conf file. To activate SSL for the panel and the mail server, you just have to select SSL during setup process. If you are using our development branch, you can do:


    Code
    1. # cd /var/www/imscp/engine/setup# perl imscp-setup -dr ssl


    Note: The ssl item for the reconfigure option has been added today. You can type:


    Code
    1. # perl imscp-setup -dr help


    To see list of all available items.


    Thank you for using i-MSCP

    Hello ;


    I make this announcement to inform you that I've created the i-MSCP Net2Ftp addon. You can now choose between AjaxPlorer and Net2Ftp.


    This addon has been asked by the i-MSCP Russian community.


    How to switch from AjaxPlorer to Net2Ftp (and vice versa)?


    Just rerun the imscp-setup script as follow:


    Code
    1. # cd /var/www/imscp/engine/setup
    2. # perl imscp-setup -dr filemanager


    and then, choose the Web Ftp file manager you want use.


    Note: This addon is only available in master. You must so update i-MSCP first. In near future, I'll improve the addon installer to avoid that.


    Thank you for using i-MSCP

    Bonjour,


    Utilise le cinquième paramètre de la function mail() pour modifier le return path.


    Code
    1. ...
    2. mail($to, $subject, $message, $headers, "-f $returnPath");
    3. ...


    Ici, la variable $returnPath doit contenir l'addresse de celui qui envoi le message.


    Merci d'utiliser i-MSCP

    Hello ;


    The i-MSCP PhpMyAdmin addon has been updated to the version 3.5.7. For those that use the latest RC version or our development branch (master) we recommend to update it by running the imscp-setup script as follow:


    Code
    1. # cd /var/www/imscp/engine/setup
    2. # perl imscp-setup


    This will update the i-MSCP PhpMyAdmin addon to the latest version as referenced on the packagist repository.


    Thank you for using i-MSCP

    Re ;


    I finish to fix order panel issues and I do the net2ftp addon.


    What version you want see packaged ? the last available (beta) ? or the stable (very old) ?


    Thank you for using i-MSCP