docs: mention the chatmail.ini in the cmdeploy description

This commit is contained in:
missytake
2024-10-15 15:02:14 +02:00
parent babdff361c
commit 80cbdda772

View File

@@ -107,9 +107,12 @@ This repository has four directories:
The `cmdeploy/src/cmdeploy/cmdeploy.py` command line tool The `cmdeploy/src/cmdeploy/cmdeploy.py` command line tool
helps with setting up and managing the chatmail service. helps with setting up and managing the chatmail service.
`cmdeploy run` uses [pyinfra-based scripting](https://pyinfra.com/) `cmdeploy init` creates the `chatmail.ini` config file.
in `cmdeploy/src/cmdeploy/__init__.py` `cmdeploy run` uses a [pyinfra](https://pyinfra.com/)-based [script](`cmdeploy/src/cmdeploy/__init__.py`)
to automatically install all chatmail components on a server: to automatically install or upgrade all chatmail components on a server,
according to the `chatmail.ini` config.
The components of chatmail are:
- [postfix smtp server](https://www.postfix.org) accepts sent messages (both from your users and from other servers) - [postfix smtp server](https://www.postfix.org) accepts sent messages (both from your users and from other servers)
- [dovecot imap server](https://www.dovecot.org) stores messages for your users until they download them - [dovecot imap server](https://www.dovecot.org) stores messages for your users until they download them