On Mon, Apr 30, 2007 at 01:23:23AM +, Andy Smith wrote:
> Hi,
>
> I'm trying to use haproxy (http://haproxy.1wt.eu/) to load balance 3
> spamd servers on the same network.
[...]
> Unfortunately I seem to be intermittently getting connection
> failures. The haproxy log looks like this:
>
>
Andy Smith wrote:
>
> Seems like Exim must have sent data to spamd, but the saw some
> problem and aborted the connection.
>
Could it simply be that the connection was taking too long and Exim
timeout it out? e.g. it sent the data but spamd still hadn't finished
processing the mail in (say) >30s
Hi,
I'm trying to use haproxy (http://haproxy.1wt.eu/) to load balance 3
spamd servers on the same network.
Here's my haproxy config:
global
log 127.0.0.1 local0 debug
maxconn 100
ulimit-n 512
uid 999
gid 999
daemon
pidfile /var/run/haproxy