11 May
2007
11 May
'07
4:42 p.m.
On Thu, 2007-05-10 at 11:01 +0200, Boris Ivanov wrote:
May 10 02:56:02 scat dovecot: auth(default): client out: OK 1 user=test User= &:/home/test:/tmp/email/bin/nonexistance=
There's some extra data in here.
etc_path = /usr/local/www/data/Email/RefCont/etc pwd_mkdb -d ${etc_path} ${etc_path}master.passwd pw useradd -V ${etc_path} -n $1 -g mailusers -s /tmp/email/bin/nonexistance echo "$2" | pw usermod -V ${etc_path} -n $1 -h 0
I don't think the passwd-files generated by this are fully compatible with Dovecot's passwd-file handling. If there's anything after the shell field, Dovecot treats them as its internal passdb extra fields.