Displaying 3 results from an estimated 3 matches for "hashedpassword".
Did you mean:
  hashed_password
  
2011 May 14
2
dovecot authentication failing
...vate/auth {
    group = postfix
    user = postfix
  }
}
ssl_cert = </etc/pki/dovecot/certs/dovecot.pem
ssl_key = </etc/pki/dovecot/private/dovecot.pem
Here's how I constructed my users file:
#
# Passwd-file for use with dovecot authentication
# Used in a virtual setup
# Username:{scheme}HashedPassword:UID:GID::
user:{SSHA512}hbLu+pCmhmtyKEwyAs3wv3kvHD/ryr0MoXOAq3VdB7X/g8qIE/xE9BG+eI4jhFk9pTyiCltPCjZxv5/+yK1wll2LNcw=
:5000:5000::
My goal is to use this with a postfix virtual mailbox setup, the
postfix part is already in place. The mailbox base is
/var/spool/mail/vhosts and under that there's...
2010 Feb 14
3
salted passwords
The idea of salted hash algorithms is to generate a different hash 
even if the same text is entered. That can be easily seen with dovecotpw:
     using NON-salted SHA256, same hash is generated for a given password
[root at correio ~]# dovecotpw -s SHA256 -p 123
{SHA256}pmWkWSBCL51Bfkhn79xPuKBKHz//H6B+mY6G9/eieuM=
[root at correio ~]# dovecotpw -s SHA256 -p 123
2008 Oct 08
3
postfix/dovecot/mysql quotas not working, default dovecot.conf does.
...| 0000-00-00 00:00:00 |       |
| modified | datetime     | NO   |     | 0000-00-00 00:00:00 |       |
| active   | tinyint(1)   | NO   |     | 1                   |       |
+----------+--------------+------+-----+---------------------+-------+
9 rows in set (0.00 sec)
| test222 at example.com  | hashedpassword |              | 
example.com/test222/  | 153600000 | example.com | 2008-10-01 12:13:54 
| 2008-10-06 15:49:51 |      1 |
# dovecot -n
# 1.1.3: /usr/local/etc/dovecot.conf
protocols: imap imaps pop3 pop3s
ssl_disable: yes
ssl_cert_file: /etc/httpd/host.cert
ssl_key_file: /etc/httpd/host.key
dis...