From ddf9566fd92b3cc1c45bdd180b3360e02c6772e7 Mon Sep 17 00:00:00 2001 From: LowEel Date: Sat, 31 Jul 2021 13:31:30 +0200 Subject: [PATCH] README updated --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index de4d4fb..b2daece 100644 --- a/README.md +++ b/README.md @@ -71,13 +71,15 @@ everything is configured using ENV strings , as follows | ---------- | --------------------- | ------------------------------------------------------------ | | KEYFILE | "/certs/mydomain.key" | Path for private key. Only needed when using TLS. Which means, well... it's your email. So you don't want to send it in clear, isn't it? | | CERTFILE | "/certs/mydomain.crt" | Path for certificate. Only needed when using TLS. Which means, well... it's your email. So you don't want to send it in clear, isn't it? | -| DOMAINNAME | "mydomain.tld" | will declare this value on the banner. No impact on recipients. | +| DOMAINNAME | "mydomain.tld" | will declare this value on the banner. No impact on recipients. Used as CN in self-signed certificates | | LISTEN | ":5025" | Address to listen in golang format. This example will listen to port 5025 on all interfaces. You may specify a specific interface like "1.2.3.4:5025" | | RECIPIENTS | "recipients.conf" | File containing a list with email to serve. One mail address per line. Please notice, that pippo@pluto.com and pippo@paperino.com will end in the same mailbox, "pippo". | | MAILFOLDER | "/zangmail" | Root of mailfolder. Mail is stored in the default dovecot Maildir format, meaning in the example "/zangmail/%u/Maildir" . | | USETLS | "true" | Whether to force all to use TLS or not. yes. Do it. | +Of course , if you put your certificatesinto /certs, (likethe example), this folder MUST exist. + That's it.