From 9f6c00d62cb1c14c393ea8f0dfcfbbf168b71513 Mon Sep 17 00:00:00 2001 From: holger krekel Date: Fri, 15 Dec 2023 23:52:06 +0100 Subject: [PATCH] strike last mentins of "instance" in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9142af7c..af222dad 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ scripts/cmdeploy bench ## Overview of this repository -This repository drives the development of "chatmail instances", +This repository drives the development of chatmail services, comprised of minimal setups of - [postfix smtp server](https://www.postfix.org) @@ -91,7 +91,7 @@ as well as custom services that are integrated with these two: to send mails for them. - `chatmaild/src/chatmaild/filtermail.py` prevents - unencrypted e-mail from leaving the chatmail instance + unencrypted e-mail from leaving the chatmail service and is integrated into postfix's outbound mail pipelines. There is also the `cmdeploy/src/cmdeploy/cmdeploy.py` command line tool