Re: RES: RES: RES: single domain - multiple smtp relayhosts

2009-07-05 Thread Noel Jones
Wilson A. Galafassi Jr. wrote: I have to configure the machines with the same hostname and reverse dns? Please don't top post. No, just some private name in DNS that has 2 A records. Doesn't matter what the hostname or reverse DNS is. -- Noel Jones

RES: RES: RES: single domain - multiple smtp relayhosts

2009-07-05 Thread Wilson A. Galafassi Jr.
o: Re: RES: RES: single domain - multiple smtp relayhosts On Fri, Jul 03, 2009 at 09:41:25AM -0500, Noel Jones wrote: > Wilson A. Galafassi Jr. wrote: >> Hello, >> Yes. I want to do load balancing. How i can implement this in postfix? > > # main.cf > > relayhost = [rel

Re: RES: RES: single domain - multiple smtp relayhosts

2009-07-03 Thread Barney Desmond
2009/7/4 Wilson A. Galafassi Jr. : > I use Linux. How i can configure dns for this setup? In the Servers i have > to configure the same hostname? And the reverse dns same too in all the > machines i want to user as load balancing? Please don't top-post, put your responses in-line with the parts yo

RES: RES: RES: single domain - multiple smtp relayhosts

2009-07-03 Thread Wilson A. Galafassi Jr.
nome de Victor Duchovni Enviada em: sexta-feira, 3 de julho de 2009 11:55 Para: 'Postfix users' Assunto: Re: RES: RES: single domain - multiple smtp relayhosts On Fri, Jul 03, 2009 at 09:41:25AM -0500, Noel Jones wrote: > Wilson A. Galafassi Jr. wrote: >> Hello, >&g

RES: RES: RES: single domain - multiple smtp relayhosts

2009-07-03 Thread Wilson A. Galafassi Jr.
: 'Postfix users' Assunto: Re: RES: RES: single domain - multiple smtp relayhosts On Fri, Jul 03, 2009 at 09:41:25AM -0500, Noel Jones wrote: > Wilson A. Galafassi Jr. wrote: >> Hello, >> Yes. I want to do load balancing. How i can implement this in postfix? > > # main.

Re: RES: RES: single domain - multiple smtp relayhosts

2009-07-03 Thread Victor Duchovni
On Fri, Jul 03, 2009 at 09:41:25AM -0500, Noel Jones wrote: > Wilson A. Galafassi Jr. wrote: >> Hello, >> Yes. I want to do load balancing. How i can implement this in postfix? > > # main.cf > > relayhost = [relay.local] > > # /etc/hosts > 10.2.2.2 relay.local > 10.2.2.3 relay.local Yes. On BSD

Re: RES: RES: single domain - multiple smtp relayhosts

2009-07-03 Thread Noel Jones
Wilson A. Galafassi Jr. wrote: Hello, Yes. I want to do load balancing. How i can implement this in postfix? # main.cf relayhost = [relay.local] # /etc/hosts 10.2.2.2 relay.local 10.2.2.3 relay.local -- Noel Jones

RES: RES: single domain - multiple smtp relayhosts

2009-07-03 Thread Wilson A. Galafassi Jr.
: single domain - multiple smtp relayhosts Wilson A. Galafassi Jr.: > Hello, > > I want to use multiple relayhost parameter because i want to use more than > one relay to send emails. My serve will handle emails for only one domain. > My need is to have multiple relayhost. List th

Re: single domain - multiple smtp relayhosts

2009-07-03 Thread vtzan
You just need to mention one domain on your transport maps and then configure dns to have multiple MX records for same domain. Don't forget to add the priority number for its host. Postfix will automatically discover those mx records for you. e.g. mail.test.com IN MX 10 mailserver1.test

Re: RES: single domain - multiple smtp relayhosts

2009-07-03 Thread Wietse Venema
Wilson A. Galafassi Jr.: > Hello, > > I want to use multiple relayhost parameter because i want to use more than > one relay to send emails. My serve will handle emails for only one domain. > My need is to have multiple relayhost. List the first host in "relayhost", and list the other hosts in sm

RES: single domain - multiple smtp relayhosts

2009-07-02 Thread Wilson A. Galafassi Jr.
em: quinta-feira, 2 de julho de 2009 22:17 Para: Wilson A. Galafassi Jr.; postfix-us...@cloud9.net Assunto: Re: single domain - multiple smtp relayhosts Wilson A. Galafassi Jr. wrote: > Hello to all, > > I need to configure postfix to use multiple smtp relayhosts for a single > domai

Re: single domain - multiple smtp relayhosts

2009-07-02 Thread Noel Jones
Wilson A. Galafassi Jr. wrote: Hello to all, I need to configure postfix to use multiple smtp relayhosts for a single domain. This is possible? How? Your question is not entirely clear, so I'm going to answer as if "single domain" refers to a single outbound destination, with other outbou

single domain - multiple smtp relayhosts

2009-07-02 Thread Wilson A. Galafassi Jr.
Hello to all, I need to configure postfix to use multiple smtp relayhosts for a single domain. This is possible? How? Thanks, Wilson