how to submit mail and how to relay mails from haproxy for outgoing mails

2012-09-06 Thread haproxy
I want to load balance postfix for outgoing mails.my network configuration is as follows. php application ---postfix:25(localhost)haproxy(localhost)--multiple smtp server's for mail relaying to other domains I have configured haproxy. but i am confused with binding of port.

Load Balalncing Anycast DNS using Round Robin and HAproxy

2012-09-06 Thread ril.kidd
Hello, I have setup anycast DNS using BIND as the DNS server and BIRD routing daemon. I have 1 route server and 5 route clients. The route clients host the DNS service and also run the routing daemon. They are peered with the route server which propagtes their routes. They all run on Ubuntu

Re: Load Balalncing Anycast DNS using Round Robin and HAproxy

2012-09-06 Thread John Marrett
Ril, Unfortunately you can't use haproxy to load balance UDP services. Ordinarily DNS is load balanced using division of load, so you will have a.dnshost.com, b.dnshost.com, c.dnshost.com, etc. As DNS is typically two packets, one request and one response, it doesn't make sense to load

Re: Load Balalncing Anycast DNS using Round Robin and HAproxy

2012-09-06 Thread David Coulson
On 9/6/12 4:59 AM, ril.kidd wrote: Hello, I have setup anycast DNS using BIND as the DNS server and BIRD routing daemon. I have 1 route server and 5 route clients. If you are using anycast, why not just let the routers load multiple routes to the destination IP, and let it do 'load

Re: Load Balalncing Anycast DNS using Round Robin and HAproxy

2012-09-06 Thread ril.kidd
On 09/06/12 12:28, David Coulson wrote: On 9/6/12 4:59 AM, ril.kidd wrote: Hello, I have setup anycast DNS using BIND as the DNS server and BIRD routing daemon. I have 1 route server and 5 route clients. If you are using anycast, why not just let the routers load multiple routes to the