On 26.3.2013, at 5.14, Joseph Tam wrote:
> I've updated the Dovecot2 wiki, but I am unsure which userdb's
> "default_fields" applies to, and whether it just applies to postlogin
> scripts, so I documented it at
>
> http://wiki2.dovecot.org/AuthDatabase/PasswdFile
It works with all userdbs
Andreas wrote:
> I tried the userdb prefetch / postlogin script method to do some password
> manipulation, but it doesn't appear to work for me. In particular, I
> don't think this method works with
>
>userdb {
>driver = passwd-file
>args = /path/to/passwd-file userd
On 23.3.2013, at 9.48, Joseph Tam wrote:
>
> I tried the userdb prefetch / postlogin script method to do some password
> manipulation, but it doesn't appear to work for me. In particular, I
> don't think this method works with
>
> userdb {
> driver = passwd-file
>
Zitat von Joseph Tam :
I tried the userdb prefetch / postlogin script method to do some password
manipulation, but it doesn't appear to work for me. In particular, I
don't think this method works with
userdb {
driver = passwd-file
args = /path/to/passwd
I tried the userdb prefetch / postlogin script method to do some password
manipulation, but it doesn't appear to work for me. In particular, I
don't think this method works with
userdb {
driver = passwd-file
args = /path/to/passwd-file userdb_pw=%w
Zitat von Daryl Richards :
On 13-03-21 4:29 PM, lst_ho...@kwsoft.de wrote:
userdb {
driver = static
args = uid=dovemail gid=dovemail home=/var/dovecot/home/%n
mail=sdbox:/var/dovecot/mail/%n:LAYOUT=fs plainpass=%w
}
and the script invoked:
#!/bin/sh
echo $USER >> /etc/dovecot/test.log
e
On 13-03-21 4:29 PM, lst_ho...@kwsoft.de wrote:
userdb {
driver = static
args = uid=dovemail gid=dovemail home=/var/dovecot/home/%n
mail=sdbox:/var/dovecot/mail/%n:LAYOUT=fs plainpass=%w
}
and the script invoked:
#!/bin/sh
echo $USER >> /etc/dovecot/test.log
echo $PLAINPASS >> /etc/dovec
Zitat von lst_ho...@kwsoft.de:
Zitat von Daryl Richards :
On 13-03-21 12:51 PM, lst_ho...@kwsoft.de wrote:
by the move to Dovecot we try to alter the password encryption
stored in the database from MD5 to CRYPT-SHA256 along the Guide at
http://wiki2.dovecot.org/HowTo/ConvertPasswordScheme
Zitat von Daryl Richards :
On 13-03-21 12:51 PM, lst_ho...@kwsoft.de wrote:
by the move to Dovecot we try to alter the password encryption
stored in the database from MD5 to CRYPT-SHA256 along the Guide at
http://wiki2.dovecot.org/HowTo/ConvertPasswordSchemes. It's mostly
working but i st