17 Apr
2009
17 Apr
'09
6:46 p.m.
On Apr 17, 2009, at 11:14 AM, Jeff Grossman wrote:
- Have all mail delivered for each user to the "/home/vmail/<user>/" directory. All mail will be owned by vmail, but that is okay since Dovecot is the only thing touching the mail files anyway. ..
- Copy the current users mail to the new vmail location. What is the best way to copy it preserving date and time stamps on the
mail?
cp -a
userdb: driver: passwd
You'll probably want to use userdb static now. Or if deliver needs to
verify that the user exists, use something like:
userdb passwd { args = uid=vmail gid=vmail home=/home/vmail/user/ }