Results 1 to 3 of 3
I have followed teh examples on teh Postfix site but still getting errors, After i edit teh main.cf and virtual, I restart and log says vmailbox.db not found...
- 06-22-2005 #1Linux Newbie
- Join Date
- Nov 2004
- Location
- Glacier, WA
- Posts
- 103
Virtual Domains witn postfix
I have followed teh examples on teh Postfix site but still getting errors, After i edit teh main.cf and virtual, I restart and log says vmailbox.db not found
- 06-23-2005 #2Just Joined!
- Join Date
- Apr 2005
- Posts
- 62
try this one... http://postfixwiki.org/index.php?tit...IMAP_and_MySQL
but you need mysql on this
- 06-23-2005 #3Just Joined!
- Join Date
- Apr 2005
- Posts
- 14
Im setting up Postfix with virtual domains also currently. I've actually got it working on one server but am having trouble with this current one. But luckily I think I know the answer to your problem.
There will be a value pointing to "hash:/etc/postfix/vmailbox" in your main.cf file (/etc/postfix/main.cf). There will also be one pointing to "hash:/etc/postfix/vmaildomains"
/etc/postfix/vmaildomains must look as below:
adomain.com placeholder
adomain2.com placeholder
adomain2.com placeholder
(Basically a list of all domains that will be recieving/sending E-mail o nthe system)
("Placeholder" is there because it needs 2 values per line for some reason)
And /etc/postfix/vmailbox must look like this:
user1@adomain.com adomain.com/user1
user1@adomain2.com adomain2.com/user1
This is the optimal and most sensible configuration for postfix with virtual domains as it allows same usernames for seperate domains.
A full guide can be found here:
http://sonicresolutions.com/tech/how...x_vmpop3d.html
(I recommend vm-pop3d as the server, works well)
Any other questions I might be able to help. Depends though... I keep getting stuck also.


Reply With Quote
