From a5b72b25a298040798636455d29a7413636368f2 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Tue, 1 Apr 2025 13:51:25 +0800 Subject: Add forge-mail(5) and update forge(5) for LMTP --- man/forge.5 | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'man/forge.5') diff --git a/man/forge.5 b/man/forge.5 index c8eed43..177c7f4 100644 --- a/man/forge.5 +++ b/man/forge.5 @@ -104,6 +104,20 @@ Maximum send queue size. .It Ic nick , user , gecos Identity fields for the IRC connection. .El +.It Ic lmtp +Configuration for the LMTP/MX component. You may wish to refer to +.Xr forge-mail 5 +for information on configuring your SMTP server. +.Bl -tag -width Ds +.It Ic socket +The path to the UNIX domain socket to listen on. +.It Ic max_size +The maximum acceptable ingress message size. +.It Ic domain +The domain-part of our LMTP server. +.It Ic read_timeout , write_timeout +General timeouts for LMTP connections. +.El .El .Sh FILES .Bl -tag -width Ds -- cgit v1.2.3