Re: Setup Question with multiple Interfaces and domains.

2009-10-28 Thread Wietse Venema
Stan Hoeppner: > Wietse Venema put forth on 10/28/2009 5:46 AM: > > > You don't need multiple network cards. You simply need a box with > > multiple network addresses. > > For example, on Debian 5.0 (likely similar on other *nix distros) you > could do something like this: > > /etc/network/inter

Setup Question with multiple Interfaces and domains.

2009-10-28 Thread Stan Hoeppner
Wietse Venema put forth on 10/28/2009 5:46 AM: > You don't need multiple network cards. You simply need a box with > multiple network addresses. For example, on Debian 5.0 (likely similar on other *nix distros) you could do something like this: /etc/network/interfaces auto lo iface lo inet loop

Re: Setup Question with multiple Interfaces and domains.

2009-10-28 Thread Wietse Venema
Marcelo Iturbe: > Hello, > Thank you for your quick response. > > I apologize if I was not completely clear. I have set up virtual domains and > domain aliasing before, all going through the same interface sharing the > same IP. > > In this case, I need domainA.com (thus mail.domainA.com) and dom

Re: Setup Question with multiple Interfaces and domains.

2009-10-27 Thread Marcelo Iturbe
Hello, Thank you for your quick response. I apologize if I was not completely clear. I have set up virtual domains and domain aliasing before, all going through the same interface sharing the same IP. In this case, I need domainA.com (thus mail.domainA.com) and domainB.com (thus mail.domainB.com)

Re: Setup Question with multiple Interfaces and domains.

2009-10-27 Thread Frappy John
I hope you realize that the sender (with the cooperation of his ISP) determines which mail server his outgoing mail goes through. It often isn't associated with the domain name of his email address. Having said that, you should have no problem in configuring a single instance of postfix to support

Setup Question with multiple Interfaces and domains.

2009-10-27 Thread Marcelo Iturbe
Hello, I have the following need: - Setup a postfix server wich has 2 interfaces - All emails where the SENDER is @domainA.com is to be sent from interface 1 - All emails where the SENDER is @domainB.com is to be sent from interface 2 - Interface 1 will only receive email which is for domainA.com