Posts by sport80

    Hi,


    no, i've tried but no results... enabled/disabled some disabled_functions and when apply it does not work


    Also through command line:


    service php5-fpm restart
    stop: Unknown instance:
    php5-fpm start/running, process 8440
    service php5-fpm stop
    stop: Unknown instance:


    Also, my i-MSCP version have not changed version.. it's the same as on my signature

    Hi,


    hmmm.. I'm not sure because I do not remember well, but it's from Ubuntu 10.04 that I use "service service_name action" to perform operations on services, so I think that the first command I gave was that, but it had not restart correctly..


    Could be fixed in i-MSCP command or not? Should I upgrade my version from GitHub?


    Thanks

    Hi,


    on my i-MSCP machine with Ubuntu 14.04 i've found a problem


    The problem i think is related to the restart / reload function implemented by the PHP5-FPM service


    When i modify the disable_functions in i-MSCP client or admin panel and apply, apache return error 500. In command line appears that not all php-fpm are stopped correctly and a php5-fpm restart / stop / reload get the "unknow instance" error. I must to kill all the related PID and start php5-fpm


    Here the launchpad bug https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1242376


    Thank you very much

    Ok thanks... i'll wait... :whistling:


    Hi,


    i've used the default password plugin of roundcube and for me this solution it works


    1) Rename the /var/www/imscp/gui/public/tools/webmail/plugins/password/config.inc.php.dist in config.inc.php


    2) Edit the config.inc.php


    ### Use a user and password that can read and write the imscp database in mail_users table, e.g. the dovecot_user ###


    $rcmail_config['password_db_dsn'] = 'mysql://user:password@localhost/imscp';



    ### Replace the standard sql password query with this line ###


    $rcmail_config['password_query'] = 'UPDATE mail_users SET mail_pass=%p WHERE mail_addr=%u AND mail_pass=%o LIMIT 1';



    3) edit the /var/www/imscp/gui/public/tools/webmail/config/main.inc.php


    ### Replace imscp_pw_changer with password in the array plugin ###


    $rcmail_config['plugins'] = array('contextmenu', 'password', 'zipdownload', 'pdfviewer', 'newmail_notifier', 'managesieve', 'emoticons', 'dkims$



    Et voilà :)


    Remember to make a backup of /var/www/imscp/gui/public/tools/webmail/config/main.inc.php and /var/www/imscp/gui/public/tools/webmail/plugins/password/config.inc.php file before to make a upgrade to a new version of i-MSCP


    Hope this can be helpful to you


    Sorry for my bad english


    Bye bye

    Hi,


    thanks for your reply


    Ok, now works correctly, php5-imap was not correctly enabled


    i've added a symlink in fpm folder


    ln -sf ../../mods-available/imap.ini 20-imap.ini


    and now work correctly



    Thank you very much :)

    Hi,


    I'm installing my first production server with I-MSCP, congratulations for the excellent results obtained


    I have a problem on the client screen of the mailboxes, that show "Info Unavailable" in the "Quota" column


    I've installed I-MSCP using git stable on Ubuntu 14:04


    Thanks for the help