moment n00b
Joined: 06 Dec 2007 Posts: 6
|
Posted: Sun Jan 27, 2008 10:09 am Post subject: webmin/virtualmin |
|
|
Hi all,
I have setup a mail server using the Gentoo guide: http://www.gentoo.org/doc/en/virt-mail-howto.xml
I have also setup webmin with the virtualmin module. In order to use the virtualmin I switched the "virtual-alias-maps" from mysql to hash:
Code: | #virtual_alias_maps = mysql:/etc/postfix/mysql-virtual.cf
virtual_alias_maps = hash:/etc/postfix/aliases |
Funnily enough everything works fine with webmin now and I can create virtual mail users on the web using virtualmin. However now that I'm not using mysql I am curious where the virtual users table (username, password, maildir directores etc.) is saved. There must be a database file which lists the users. Where is that?
All the best
Hamid |
|