| |||||||||||||||||||||||||||||||
|
I have a server which I use to host virtual mailbox domains. it works well, and all the email for the virtual user accounts are stored in /home/vmail/domain-name/user-name/maildir/ My main.cf has: # Store all mail at /home/vmail/<domain>/<user> # and use static uid:gid of 418 for all files # virtual_mailbox_base = /home/vmail virtual_minimum_uid = 418 virtual_uid_maps = static:418 virtual_gid_maps = static:418 However I would also like the default server email to be saved there too. Any email coming in for the default machine name, is saved in /var/spool/mail/<user> or $HOME/Maildir/ if I set home_mailbox = Maildir/ What I want is the default machine to save email in the same place as the virtual domains. /home/vmail/$myhostname/$user/Maildir/ Does anyone know how to achieve this for the default domain as well? Thanks -- John
| ||||||||||||||||||||||||||||||
© 2004-2008 readlist.com