On Wednesday 10 November 2004 13:33 pm, [EMAIL PROTECTED] wrote: > I am looking for some help finding a proxy/load balancer that will work > with spamc->group of spamd machines > > Does anyone have any tips on what to use? > > I tried balance (http://www.inlab.de/balance.html) and pen > (http://siag.nu/pen/) both return identical results, spamc sending to > machine directly marks up a test spam, sending to the load balancer, it > comes back unchanged, the logs show balance reaching the remote machine and > it processing the spam correctly, pen doesn't fare as well, tpcdump don't > show it trying to connect to another machine, the return code when running > with -x switch is "74" for both proxies. > > Any help is appreciatated, I was unable to find any answers in the mail > archives or wiki. > > Thank you, > brian
The best bet if you're using linux is to use LVS. http://www.linuxvirtualserver.org/ I have two directors that balance mail, ftp and www. They run in Direct Routing mode, which is essentially layer 2 load balancing (done at the ethernet mac layer). They both use VRRP failover incase on dies. Using keepalived, http://www.keepalived.org This type of setup can be difficult to get right and you will have to recompile your kernel. If that makes one uneasy, stick with DNS round robin.