15 Dec
2008
15 Dec
'08
9 p.m.
Hello Timo,
Timo Sirainen schrieb am Montag, den 15. Dezember 2008:
On Mon, 2008-12-15 at 15:07 +0100, Mike Constabel wrote:
Are %d/%n not expanded?
No.
test1@xxxxxx.de:{plain}yyyyyy:vmail:vmail::/home/vmail/%d/%n/Maildir::userdb_mail=maildir:/home/vmail/%d/%n/Maildir
You can't use %variables here in the home directory (otherwise it wouldn't be backwards compatible with existing passwd files containing % chars in home dirs).
Ah, ok.
But instead I can use this:
test1@xxxxxx.de:{plain}yyyyyy:vmail:vmail::::userdb_mail=maildir:/home/vmail/%d/%n/Maildir userdb_home=/home/vmail/%d/%n/Maildir
This seems to work for me.
Thank you, Mike