HAProxy: Difference between revisions
Initial page |
No edit summary |
||
| (One intermediate revision by one other user not shown) | |||
| Line 17: | Line 17: | ||
timeout server 1m | timeout server 1m | ||
frontend smtp_in | frontend smtp_in | ||
bind *:25 | bind *:25 | ||
bind :::25 | |||
default_backend smtp_backend | default_backend smtp_backend | ||
backend smtp_backend | backend smtp_backend | ||
| Line 25: | Line 26: | ||
}; | }; | ||
};|name=/etc/nixos/configuration.nix|lang=nix}}The <code>send-proxy</code> option enables Proxy Protocol which is useful in combination with mail servers such [[Stalwart]]. | };|name=/etc/nixos/configuration.nix|lang=nix}}The <code>send-proxy</code> option enables Proxy Protocol which is useful in combination with mail servers such [[Stalwart]]. | ||
[[Category:Server]] [[Category:Networking]] | |||