alfons wrote:
Hi!
how could I have multiple domains using postfix and some pop3 system?.
Thanks.
Here is my /etc/postfix/main.cf:
myhostname = mydomain.ro
mydestination = $myhostname, $mydomain, localhost,/etc/postfix/myotherdomains.com
and here is my myotherdomains.com file:
other1.com
other2.com
other3.com
I think that is all you do for postfix.
For pop3, you don't need special configuration.
I use dovecot, and all the users in my system have a username/password pair, and they use that to get their email.
[The email for all the virtual users for all the domains I have are mapped to system users]
Good luck.