Posts by Kika

    in the /etc/postfix/imscp/mailboxes i found some mailbox with this domain.tld[hr]
    can i decrypt the real password for this users? (i have problem with 48 mailboxes)

    I didn't found the domain in the /etc/postfix/imscp/domains, but now i have admin panel and pma and i saw the domain's settings, and i found unlimited mail accounts.


    Sorry for trouble. Will be fixed in beta 2 (tonight)


    Somebody must be the first :) Thanks for the great help.


    Next problem: Error while performing step: Rebulding all coustomers conf. See the log.


    Exit code was 1...
    [hr]
    the status of a domain is: sys_command() | [ERROR] External command '/usr/sbin/postmap /etc/postfix/imscp/domains' exited with value -1 !, the other domains are ok

    i could restore the database but only with the wrong database passwords, so i must restore everything to change passwords again.


    maybe i found the problem: in the imscp-setup.log i found the wrong line:
    `mail_pass` = ".......\",


    maybe the last backslash is the problem before the quot.

    change the database revision isn't a solution. I create the field in a moment.[hr]
    i created the rawpasswd and set be the revision to 51. The next error is the update 53 with sql error near "change" WHERE `mail_id`="220""


    but in the query section i see this only:
    update `mail_users' SET 'mail_pass' =


    and a very long scrollable place without any visible character


    in table config, set database revision to 51 and try again.
    if not

    Code
    1. ALTER IGNORE TABLE
    2. `ftp_users`
    3. ADD
    4. `rawpasswd` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL
    5. AFTER
    6. `passwd`


    I don't have pma, apache can't accessible. If you could send me the revision change sql that would be a great help ;)[hr]
    i found, thanks :)


    Manually run

    Code
    1. ALTER IGNORE TABLE
    2. `web_software`
    3. ADD
    4. `software_installtype` varchar(15) COLLATE utf8_unicode_ci DEFAULT NULL
    5. AFTER
    6. `reseller_id`
    7. ;

    Wht distro you use? debian? which version. What is your mysql version?


    Thanks.


    Panel: ispcp 1.0.7
    OS: Debian Squeeze


    The next error: Column not found rawpasswd (Database.php line 630)


    what is the type (varchar) and length of this field?

    the passwords are fixed, the new problem:


    when i start the imscp-setup then i give an sql error: Database update 52 failed. Column not found: software_installtype