mirror of
https://github.com/stalwartlabs/stalwart.git
synced 2026-08-19 00:01:07 +00:00
19 lines
335 B
INI
19 lines
335 B
INI
global
|
|
log stdout format raw local0
|
|
|
|
defaults
|
|
log global
|
|
timeout connect 5000ms
|
|
timeout client 50000ms
|
|
timeout server 50000ms
|
|
|
|
frontend tcp_in
|
|
bind *:1111
|
|
mode tcp
|
|
option tcplog
|
|
default_backend tcp_out
|
|
|
|
backend tcp_out
|
|
mode tcp
|
|
server docker_server host.docker.internal:143 send-proxy
|