Hmm, hoe je het met webmin doet weetik niet maar in de dovecot.conf kun je het volgende aanpassen (komt van
http://wiki.dovecot.org/MailLocation):
You can use several variables in the mail_location setting. See Variables for a full list, but the most commonly used ones are:
* %u: Full username.
* %n: User part in user@domain, same as %u if there's no domain.
* %d: Domain part in user@domain, empty if there's no domain.
* %h: Home directory. ~/ works also.
Typically with Maildir it would be set to:
mail_location = maildir:~/Maildir
or with mbox:
mail_location = mbox:~/mail:INBOX=/var/mail/%u
Use only absolute paths. Even if relative paths would appear to work, they might just as well break some day.