Posts by T0mcat

    Hello,


    I started a new thread because I haven't got an answer to my second post (11.04) as the the thread was tagged "question answered".


    I'm currently trying to move i-mscp from 1.1.22 to 1.4.3 and followed these steps:


    I made the mysqldump on the old server with the root user as it's still a 1.1.22 version.
    After moving everything on the new server and when importing the mysqldump with the imscp_user, I get the following error when executing this command:


    /var/www/imscp/engine/setup/imscp-reconfigure --reconfigure
    [ERROR] iMSCP::Stepper::_callback: Could not create the imscp_user@localhost SQL user: Error while executing statement: Operation CREATE USER failed for 'imscp_user'@'localhost' at /var/www/imscp/engine/setup/../PerlLib/Servers/sqld/mysql.pm line 196, <$fh> line 12.


    Anyone knows what the cause could be?

    Hello again,


    I followed all the steps from the howto.

    Code
    1. #On Old Servermysqldump -u root -p --all-databases > /root/database.sql#On new serverrsync -aPEhe ssh --exclude=*backups* --stats root@oldIP:/var/mail/virtual/ /var/mail/virtual/rsync -aPEhe ssh --exclude=*backups* --stats root@oldIP:/var/www/virtual/ /var/www/virtual/#edit these files to remove vuxx users/etc/shadow /etc/group/etc/passwdscp root@oldIP:/root/database.sql /root/database.sqlmysql -u imscp_user -p < /root/database.sql#Execute the following SQL queries:# mysql -u root -p<password>use imscp; #your imscp config update domain set domain_status = 'ok';update subdomain set subdomain_status = 'ok';update domain_aliasses set alias_status = 'ok';update subdomain_alias set subdomain_alias_status = 'ok';update mail_users set status = 'ok';update admin set admin_status = 'ok', admin_sys_name = null, admin_sys_uid = 0, admin_sys_gname = null, admin_sys_gid = 0;exit;/var/www/imscp/engine/setup/imscp-reconfigure --reconfigure


    I made the mysqldump on the old server with the root user as it's still a 1.1.22 version.
    After moving everything on the new server and when importing the mysqldump with the imscp_user, I get the follwing error when executing this command:

    Code
    1. /var/www/imscp/engine/setup/imscp-reconfigure --reconfigure


    [ERROR] iMSCP::Stepper::_callback: Could not create the imscp_user@localhost SQL user: Error while executing statement: Operation CREATE USER failed for 'imscp_user'@'localhost' at /var/www/imscp/engine/setup/../PerlLib/Servers/sqld/mysql.pm line 196, <$fh> line 12.

    Hello everyone,


    I'm on a debian with i-mscp 1.1.22
    From one day to the other I keep getting this error, so I can't send mails through SSL. Sending mails from the webinterface is working without any problems.


    Quote


    Dec 28 12:22:34 admin imapd-ssl: Unexpected SSL connection shutdown.
    Dec 28 12:22:34 admin imapd-ssl: Unexpected SSL connection shutdown.

    I have googled the error, but they always say that it is a client based problem. Or I keep getting the error with my tablet, macbook and smartphone. So I don't think it is a client based problem. I restarted the courier services and I even restarted the server without any success.
    Any help is appreciated.

    Ok there seems to be the error



    All my other domains hosted on the server are available except for the server.***.com. But from outside, server.***.com is available as well

    Hello everyone,


    After a php/apache/mysql upgrade via apt-update and a server reboot, I'm no longer able to login to the webmail. Roundcube says: Connection to storage server failed.
    The log says:

    Quote

    Jan 29 07:53:13 server roundcube: PHP Error: Failed to load plugin file /var/www/imscp/gui/public/tools/webmail/plugins/imscp_pw_changer/imscp_pw_changer.php in /var/www/imscp/gui/public/tools/webmail/program/lib/Roundcube/rcube_plugin_api.ph line 224 (POST /tools/webmail/?_task=login&_action=login)
    Jan 29 07:53:13 server roundcube: IMAP Error: Login failed for ***@*****.com from 94.242.***.****. Could not connect to imap.server.****.com:143: php_network_getaddresses: getaddrinfo failed: Name or service not known in /var/www/imscp/gublic/tools/webmail/program/lib/Roundcube/rcube_imap.php on line 184 (POST /tools/webmail/?_task=login&_action=login)


    There is no problem to telnet to imap.server.***.com on port 143. So I guess, there is no DNS error.
    I'm still on i-mscp 1.1.5.


    Any help is appreciated :)

    Thanls ciscllc for your help. Here is my anonymized zone file:



    Greetings,
    T0mcat