mirror of
https://github.com/stalwartlabs/mail-server.git
synced 2025-10-04 01:34:20 +08:00
18 lines
335 B
INI
18 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
|