mmv

mailserver bootstrap script
git clone git://git.yotsev.xyz/mmv.git
Log | Files | Refs | README | LICENSE

commit 496dda8087a9a3e7e3cec86d826ece4415e82a5a
parent e642e3a55b19903a116bf68af13ddf6ba94f76c1
Author: Petar Yotsev <petar@yotsev.xyz>
Date:   Tue, 14 Dec 2021 13:59:31 +0000

Remove warning

Diffstat:
MREADME.md | 6+-----
1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/README.md b/README.md @@ -7,9 +7,6 @@ virtual users. It allows one to host email for multiple domains on the same server. It also sets up a tor hidden service by default so that one can fetch email from public WiFi anonymously. -WARNING: The script is still in development and liable to drastic -changes with no backwards compatibility. - ## Prerequisites The script automates as much as possible but there is one thing out of @@ -51,5 +48,4 @@ And change a password with `mpasswd`. If the script fails to sign the TLS certificate, it's likely that OpenSMTPD and Dovecot will show up as failed. In most cases just getting -the certificate will fix them because they are just failing to load -them. +the certificate will fix them because they are just failing to load it.