| global | |
| log stdout format raw local0 info | |
| defaults | |
| mode tcp | |
| timeout client 1800s | |
| timeout connect 5s | |
| timeout server 1800s | |
| log global | |
| option tcplog | |
| frontend imap1-frontend | |
| bind :143 | |
| default_backend james-servers-imaps | |
| frontend imaps-frontend | |
| bind :993 | |
| default_backend james-servers-imaps | |
| backend james-servers-imap | |
| server james1 172.17.0.1:39847 send-proxy | |
| backend james-servers-imaps | |
| server james1 172.17.0.1:39347 send-proxy |