I compiled 5.0 with the following options:
--enable-roaming-users=y \
--enable-relay-clear-minutes=180 \
--enable-clear-passwd=y \
--enable-logging=v \
--enable-log-name=vpopmail \
--enable-hardquota=10485760
giving me output:
vpopmail 5.0
Current settings
---------------------------------------
vpopmail directory = /home/vpopmail
uid = 89
gid = 89
ip alias = OFF --enable-ip-alias-domains=n (default)
address extentions = OFF --enable-qmail-ext=n (default)
roaming users = ON --enable-roaming-users=y
tcpserver file = /home/vpopmail/etc/tcp.smtp
open_smtp file = /home/vpopmail/etc/open-smtp
user quota = 10485760 -enable-hardquota=10485760
table optimization = many domains --enable-many-domains=y default
auth module = cdb default
system passwords = OFF --enable-passwd=n default
file locking = ON --enable-file-locking=y default
file sync = ON --enable-file-sync=y default
auth logging = OFF --enable-auth-logging=n default
mysql logging = OFF --enable-mysql-logging=n default
mysql clear passwd = ON --enable-clear-passwd=y
valias processing = OFF --enable-valias=n
pop syslog = log everything, including passwords in errors
--enable-logging=v
default domain = --enable-default-domain=
auth inc = -Icdb
auth lib =
After creating a testdomain and adding a few user the vpasswd file looks like this:
postmaster:exVKOvn/mjRr.:1:0:Postmaster:/home/vpopmail/domains/testdomain.com/postmaster:10485760:test
test0:ASfvkIu.pYuIA:1:0:test0:/home/vpopmail/domains/testdomain.com/test0:10485760:test
test1:yVQNF.X.DAnMc:1:0:test1:/home/vpopmail/domains/testdomain.com/test1:10485760:test
test2:vDFCWe9/YWoHY:1:0:test2:/home/vpopmail/domains/testdomain.com/test2:10485760:test
test3:iP.epj/R8vXN.:1:0:test3:/home/vpopmail/domains/testdomain.com/test3:10485760:test
Then if I run vsetuserquota [EMAIL PROTECTED] 5m I will get the following vpasswd
file:
postmaster:exVKOvn/mjRr.:1:0:Postmaster:/home/vpopmail/domains/testdomain.com/postmaster:10485760:test
test0:ASfvkIu.pYuIA:1:0:test0:/home/vpopmail/domains/testdomain.com/test0:10485760:test
test1:yVQNF.X.DAnMc:1:0:test1:/home/vpopmail/domains/testdomain.com/test1:5m
test2:vDFCWe9/YWoHY:1:0:test2:/home/vpopmail/domains/testdomain.com/test2:10485760:test
test3:iP.epj/R8vXN.:1:0:test3:/home/vpopmail/domains/testdomain.com/test3:10485760:test
The cleartext password is missing on account test1 :-(
Best Regards
Pontus Hanserkers