search for: pop3_haproxy

Displaying 4 results from an estimated 4 matches for "pop3_haproxy".

2017 Oct 26
2
haproxy ssl support
...ype ip size 200k expire 30m timeout connect 5000 timeout server 50000 server proxy1 [2001:db8::11]:10110 send-proxy-v2-ssl server proxy2 [2001:db8::22]:10110 send-proxy-v2-ssl --- --- dovecot.conf haproxy_trusted_networks = [2001:db8::]/64 service pop3-login { inet_listener pop3_haproxy { port = 10110 haproxy = yes } } --- It would also be nice if haproxy would support STARTTLS offloading but that's a subject for a different mailing list ;) -- BR, Rok
2017 Oct 26
1
haproxy ssl support
...rver 50000 >> server proxy1 [2001:db8::11]:10110 send-proxy-v2-ssl >> server proxy2 [2001:db8::22]:10110 send-proxy-v2-ssl >> --- >> >> --- dovecot.conf >> haproxy_trusted_networks = [2001:db8::]/64 >> service pop3-login { >> inet_listener pop3_haproxy { >> port = 10110 >> haproxy = yes >> } >> } >> --- >> >> It would also be nice if haproxy would support STARTTLS offloading but >> that's a subject for a different mailing list ;) >> >> -- >> BR, Rok
2016 Dec 06
2
Dovecot: Mails flagged as read get flagged as unread
...address = 10.10.189.25 haproxy = yes port = 10143 } inet_listener imaps_haproxy { address = 10.10.189.25 haproxy = yes port = 10993 ssl = yes } } service lmtp { inet_listener lmtp { address = 10.10.189.25 port = 24 } } service pop3-login { inet_listener pop3_haproxy { address = 10.10.189.25 haproxy = yes port = 10110 } inet_listener pop3s_haproxy { address = 10.10.189.25 haproxy = yes port = 10995 ssl = yes } } ssl_ca = </etc/pki/tls/certs/wildcard_company.org-bundle.pem ssl_cert = </etc/pki/tls/certs/wildcard_company.or...
2017 Oct 26
0
haproxy ssl support
...ect 5000 > timeout server 50000 > server proxy1 [2001:db8::11]:10110 send-proxy-v2-ssl > server proxy2 [2001:db8::22]:10110 send-proxy-v2-ssl > --- > > --- dovecot.conf > haproxy_trusted_networks = [2001:db8::]/64 > service pop3-login { > inet_listener pop3_haproxy { > port = 10110 > haproxy = yes > } > } > --- > > It would also be nice if haproxy would support STARTTLS offloading but > that's a subject for a different mailing list ;) > > -- > BR, Rok