From 8c8bd73369bb96609e00818409c980e019bd07b6 Mon Sep 17 00:00:00 2001 From: futile Date: Fri, 17 Jul 2026 04:41:16 +0100 Subject: [PATCH] note down some stuff in readme --- README.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..ef8d765 --- /dev/null +++ b/README.md @@ -0,0 +1,26 @@ +### stalwart + +**first setup** +- server identity + - server hostname: m.yaoi.dog + - default email domain: yaoi.dog + - automatically obtain tls certificate: true + - generate email signing keys: true +- storage + - main data storage: sqlite + - path: /var/lib/stalwart/mail.sqlite +- account directory + - directory type: use internal +- logging + - log destination: console +- automatic dns management + - dns server type: porkbun + - api key + - secret key + - description: porkbun + +**further setup** +- settings -> security -> allowed ips + - added 172.18.0.0/24 +- settings -> network -> http -> security + - permissive cors policy: true