git » chasquid » smarthost » tree

[smarthost] / test / t-18-haproxy / haproxy.cfg

1
2
3
4
5
6
7
listen smtp-in
	mode tcp
	bind *:1025
	server srv1 localhost:2025 send-proxy
	timeout connect 10s
	timeout client 10s
	timeout server 10s