Re: [Dovecot] adding users to passwd-file

2010-05-06 Thread Phil Howard
Where can I find documentation on this command? There is no "man dovecotpw" installed, and searching for "dovecotpw" on the wiki gives 4 pages that mention its existance. Just executing the command with no options gives a password prompt that cannot be broken out of (had to kill from another term

Re: [Dovecot] adding users to passwd-file

2010-04-26 Thread Mike Abbott
> Is there a tool equivalent to the system "passwd" command The dovecotpw command may be a good place to start.

Re: [Dovecot] adding users to passwd-file

2010-04-26 Thread Bill Landry
On Mon, April 26, 2010 1:46 pm, Phil Howard wrote: > On Mon, Apr 26, 2010 at 4:38 PM, Heiko Schlittermann > wrote: > >> Some people use „htpasswd“, but there not password scheme is coded into >> the password hash. >> >> It's not clear what you're seeking - some tool for generating the hashed >> str

Re: [Dovecot] adding users to passwd-file

2010-04-26 Thread Phil Howard
On Mon, Apr 26, 2010 at 4:38 PM, Heiko Schlittermann wrote: > Some people use „htpasswd“, but there not password scheme is coded into > the password hash. > > It's not clear what you're seeking - some tool for generating the hashed > string (e.g. „openssl passwd -1 "$cleartext"“) or some tool for

Re: [Dovecot] adding users to passwd-file

2010-04-26 Thread Heiko Schlittermann
Phil Howard (Mo 26 Apr 2010 22:31:45 CEST): > Is there a tool equivalent to the system "passwd" command (or maybe > "adduser" or "useradd") that can support a passwd-file by setting a > password, encrypting it with the salted MD5 scheme? The system "passwd" > command doesn't have an option to "do