Re: Load balancing PostFix Mail Out

2009-12-03 Thread Paul Roland
Sorry for offending you with the following question but that is quite a lot pf emails... Do you do spam? On Thu, December 3, 2009 07:09, boris17...@gmail.com wrote: We are handle arround 500'000 mails 3 times by week, but we have to load balance because we used dkimproxy for signing emails, and

need some help please

2009-12-01 Thread Paul Roland
Need some help with config it seems like im doing it wrong... I have: acl missing_cl hdr_cnt(Content-length) eq 0 block if HTTP_URL_STAR !METH_OPTIONS || METH_POST missing_cl block if METH_GET HTTP_CONTENT block unless METH_GET or METH_POST or METH_OPTIONS or METH_HEAD That means after reading

RE: need some help please

2009-12-01 Thread Paul Roland
nvm this, sorry. I was using tcp mode... But I have another question, can I limit connections per ip with haproxy? thx On Wed, December 2, 2009 05:29, Paul Roland wrote: Need some help with config it seems like im doing it wrong... I have: acl missing_cl hdr_cnt(Content-length) eq 0 block