From 42c5f39700c6ba95a6b924be807e8cddd69c3bdd Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Mon, 13 Jan 2025 12:02:49 +0800 Subject: Add PostgreSQL mail store support --- config.go | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'config.go') diff --git a/config.go b/config.go index c58071b..591bcd9 100644 --- a/config.go +++ b/config.go @@ -21,6 +21,10 @@ var config struct { Type string `scfg:"type"` Conn string `scfg:"conn"` } `scfg:"db"` + MX struct { + Net string `scfg:"net"` + Addr string `scfg:"addr"` + } `scfg:"mx"` _tls_config *tls.Config } var ( -- cgit v1.2.3