Re: Master user password mismatch

2021-02-01 Thread Robert L Mathews
On 2/1/21 12:46 PM, Gregory Sloop wrote: > I was never able to get it to work using the htpasswd utility as > suggested in the Wiki. I'd guess that's due to this from "man htpasswd" on my system: > htpasswd encrypts passwords using either bcrypt, a version > of MD5 modified for Apache, SHA1, or

Re: Master user password mismatch

2021-02-01 Thread Gregory Sloop
Top posting. Following up on this... I can't recall if I ever used the "doveadm pw -t 'hash-goes-here'" method or not. But I did get it working. I was never able to get it to work using the htpasswd utility as suggested in the Wiki. And as noted, htpasswd was able to "verify" the hash in the

Re: Master user password mismatch

2021-01-28 Thread Aki Tuomi
Did you try with `doveadm pw -t 'hash-goes-here'`? Sometimes you need to use passdb { driver = passwd-file args = scheme=your-pw-scheme /path/to/file } Note that the path must be placed last. Aki > On 28/01/2021 20:53 Gregory Sloop wrote: > > > Anyone? > > > > > >Trying

Re: Master user password mismatch

2021-01-28 Thread Gregory Sloop
Anyone? Trying to get master users working. I'm not sure what info would be best, but here's the detail I have now, in trying to get it working. Setup the master user file, and enabled master users in the conf files. Created the master user file and user/password hash. Turned on

Master user password mismatch

2021-01-26 Thread Gregory Sloop
Trying to get master users working. I'm not sure what info would be best, but here's the detail I have now, in trying to get it working. Setup the master user file, and enabled master users in the conf files. Created the master user file and user/password hash. Turned on authentication debug.