User Activity

  • Posted a comment on discussion Postfix Admin Discussion on PostfixAdmin

    /** * Encrypt a password, using the apparopriate hashing mechanism as defined in * config.inc.php ($CONF['encrypt']). * When wanting to compare one pw to another, it's necessary to provide the salt used - hence * the second parameter ($pw_db), which is the existing hash from the DB. * * @param string $pw * @param string $encrypted password * @return string encrypted password. */ function pacrypt ($pw, $pw_db="") { global $CONF; $password = ""; $salt = ""; if ($CONF['encrypt'] == 'md5crypt') { $split_salt...

  • Posted a comment on discussion Postfix Admin Discussion on PostfixAdmin

    I think that the problem is something about verifying the hashes, anyone knows how to solve this?

  • Modified a comment on discussion Postfix Admin Discussion on PostfixAdmin

    I have configured postfixadmin to use as password hashing function 'doveadm pw': $CONF['encrypt'] = 'dovecot:SHA512-CRYPT'; $CONF['dovecotpw'] = "/usr/bin/doveadm pw"; on 'setup.php I created an admin account I also checked on the database (MySQL) if the values were there, and they were correct the hash value is starting with $6$.... so it's sha512-crypt I can't understand why I can't login I'm also getting this error on the nginx log file: [error] 6493#0: *1107 FastCGI sent in stderr: "PHP message:...

  • Posted a comment on discussion Postfix Admin Discussion on PostfixAdmin

    I have configured postfixadmin to use as password hashing function 'doveadm pw': $CONF['encrypt'] = 'dovecot:SHA512-CRYPT'; $CONF['dovecotpw'] = "/usr/bin/doveadm pw"; on 'setup.php I created an admin account I also checked on the database (MySQL) if the values were there, and they were correct the hash value is starting with $6$.... so it's sha512-crypt I can't understand why I can't login

View All

Personal Data

Username:
sublel
Joined:
2017-08-10 14:44:52

Projects

  • No projects to display.

Personal Tools

MongoDB Logo MongoDB