From 7c8e3f9dcfee3826dcf04aa3cb99453ba01331d7 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Tue, 1 Apr 2025 13:36:30 +0800 Subject: LMTP configuration update --- config.go | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'config.go') diff --git a/config.go b/config.go index 7870a63..17ad3e7 100644 --- a/config.go +++ b/config.go @@ -32,8 +32,11 @@ var config struct { Execs string `scfg:"execs"` } `scfg:"hooks"` LMTP struct { - Socket string `scfg:"socket"` - MaxSize int64 `scfg:"max_size"` + Socket string `scfg:"socket"` + Domain string `scfg:"domain"` + MaxSize int64 `scfg:"max_size"` + WriteTimeout uint32 `scfg:"write_timeout"` + ReadTimeout uint32 `scfg:"read_timeout"` } `scfg:"lmtp"` Git struct { RepoDir string `scfg:"repo_dir"` -- cgit v1.2.3