Mailer does not work

2015-07-15 Thread mlist
We compiled from source haproxy-1.6-dev2.tar.gz. New Mailers mechanism does not seems to work, we configured as on manual: mailers apsmailer1 mailer smtp1 mailserver ip:10025 ... ... backend somebackend_https mode http balance roundrobin ... email-alert mailers apsmailer1

Re: Load Balancing the Load Balancer

2015-07-15 Thread Thierry FOURNIER
On Thu, 9 Jul 2015 14:52:19 + mlist ml...@apsystems.it wrote: Hi, we see there is a new feature of HAProxy, peer and share table (sticky-table). This peer feature can be used to have in synch stick cookie so if one haproxy goes down the other can take over connections ? Yes, the

Re: ocsp

2015-07-15 Thread Marc-Antoine
Hi, nobody knows plz ? On Thu, 9 Jul 2015 13:06:59 +0200, Marc-Antoine marc-antoine.b...@ovh.net wrote : Hi all, I have some problem making ocsp stapling working. here is what i did : I have 8150.pem with chain, cert and key in it. I have 8150.pem.ocsp that seems ok : # openssl

Re: Mailer does not work

2015-07-15 Thread Baptiste
On Wed, Jul 15, 2015 at 9:48 AM, mlist ml...@apsystems.it wrote: We compiled from source haproxy-1.6-dev2.tar.gz. New Mailers mechanism does not seems to work, we configured as on manual: mailers apsmailer1 mailer smtp1 mailserver ip:10025 … … backend somebackend_https

FW: SSL offloading in HAProxy

2015-07-15 Thread Cohen Galit
Hello HAProxy team, I see that the SSL offloading for http protocol is already supported ( http://blog.haproxy.com/2012/09/10/how-to-get-ssl-with-haproxy-getting-rid-of-stunnel-stud-nginx-or-pound/ ) I would like to know if there is an option of SSL offloading for IMAP protocol. Thanks, Galit

Re: Server IP resolution using DNS in HAProxy

2015-07-15 Thread Robin Geuze
Hey, I don't understand the necessity of the hold valid config option. DNS has something that takes care of this for you called the TTL. Besides if hold valid is shorter then the TTL it would be kind of pointless since the resolvers you are querying won't re-resolve until the TTL expires.

Re: Server IP resolution using DNS in HAProxy

2015-07-15 Thread Nenad Merdanovic
Hello Robin, On 07/15/2015 08:49 AM, Robin Geuze wrote: Tbh I don't really see the point of configuring the resolvers in haproxy when the OS has perfectly fine working facilities for this? What is the benefit besides possibly causing lookups to happen twice, once from the OS resolving stack

Re: Server IP resolution using DNS in HAProxy

2015-07-15 Thread Marco Corte
Il 14/07/2015 22:11, Baptiste ha scritto: - when parsing the configuration, HAProxy uses libc functions and resolvers provided by the operating system = if the server can't be resolved at this step, then HAProxy can't start [...] First, we want to fix the error when HAProxy fails starting up

Re: Server IP resolution using DNS in HAProxy

2015-07-15 Thread Robin Geuze
Hey Nenad, Actually a local resolver can take care of that for you as well since every resolver I know allows configuring a different destination on domain basis. Also as described in the first email, the server has to be resolvable via the OS resolving stack as well otherwise haproxy won't

[PATCH] BUG/MINOR: payload: Add volatile flag to smp_fetch_req_ssl_ec_ext

2015-07-15 Thread Nenad Merdanovic
This bug was introduced in 5fc7d7e. No backport to 1.5 needed. Signed-off-by: Nenad Merdanovic nmer...@anine.io --- src/payload.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/payload.c b/src/payload.c index 78f5608..852727a 100644 --- a/src/payload.c +++ b/src/payload.c @@ -161,6

RE: Mailer does not work

2015-07-15 Thread mlist
At the end of each smtp session, we see a packet with Reset + Acknowledge nits set: tcp.flags = RST + ACK Roberto -Original Message- From: Baptiste [mailto:bed...@gmail.com] Sent: mercoledì 15 luglio 2015 12.01 To: mlist Cc: haproxy@formilux.org Subject: Re: Mailer does not work On

RE: Load Balancing the Load Balancer

2015-07-15 Thread mlist
Hi, we see there is a new feature of HAProxy, peer and share table (sticky-table). This peer feature can be used to have in synch stick cookie so if one haproxy goes down the other can take over connections ? Yes, the stick table remember and share each which is sticked to which server.

RE: Mailer does not work

2015-07-15 Thread mlist
We take a tcpdump. Following the tcp traffic we can see each step. Reproducing manually the mail was sent. Probably HAProxy SMTP communication has an error on the final stage CRLF.CRLF as of that all goes right. Follows manual communication with mmail server reproducing tpcdump smto command

Re: IP binding and standby health-checks

2015-07-15 Thread Nathan Williams
Hi Baptiste, Sorry for the delayed response, had some urgent things come up that required more immediate attention... thanks again for your continued support. Why not using proxy-protocol between HAProxy and nginx? Sounds interesting; I'd definitely heard of it before, but hadn't looked into

1.6-dev2 crashes with certain server hostname

2015-07-15 Thread Jan A. Bruder
Hi all, this malloc crash occurs with and only with a certain hostname of one of my backends being added to the config. See redirector.domain.tld in the config below. Since this is a production server i had to mask the hostname. As a hint: The hostname does not contain any special characters, just

Re: Mailer does not work

2015-07-15 Thread Jorge Severino
unsubscribe 2015-07-15 9:17 GMT-03:00 mlist ml...@apsystems.it: We take a tcpdump. Following the tcp traffic we can see each step. Reproducing manually the mail was sent. Probably HAProxy SMTP communication has an error on the final stage CRLF.CRLF as of that all goes right. Follows manual

unsubscribe

2015-07-15 Thread Jorge Severino
unsubscribe

Re: Rewrite cookie path cookie domain

2015-07-15 Thread rickytato rickytato
Hi all, I've problem to rewrite cookie path and cookie domain in HAproxy; I've a Nginx configuration but I want to move from Nginx to HAProxy for this proxy pass. This is a Nginx config I want to replace: location /~xxx/ { proxy_cookie_domain ~.* .$site.it; proxy_cookie_path ~.*