From 1c37262139e520c10fcc184e10d016fb6a44417c Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Thu, 9 Mar 2023 13:28:26 +0000 Subject: Add IMAPS stick table for haproxy --- etc/haproxy.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/etc/haproxy.cfg b/etc/haproxy.cfg index 741eb28..96ebd64 100644 --- a/etc/haproxy.cfg +++ b/etc/haproxy.cfg @@ -71,6 +71,8 @@ listen imaps description Courier IMAP bind *:993 mode tcp + stick-table type ip size 20k peers randomlan + stick on src timeout client 2h timeout server 2h default-server observe layer4 check check-ssl -- cgit v1.2.3