1
0
mirror of https://blitiri.com.ar/repos/chasquid synced 2025-12-17 14:37:02 +00:00

docs/howto: Minor updates

This patch contains some minor updates to docs/howto.md for simplicity
and readability.

In particular removing the "testing" qualifier from Debian, since the
guide can be used on Debian stable, and also removing a clarification in
a comment about a very old version of chasquid.
This commit is contained in:
Alberto Bertogli
2019-07-13 18:18:28 +01:00
parent d6c1b4a359
commit 1a764cb87c

View File

@@ -7,7 +7,7 @@ detailed references where possible.
While a lot of the contents are generic, for simplicity it will use:
- [Debian] \(testing\) as base operating system ([Ubuntu] also works)
- [Debian] as base operating system ([Ubuntu] also works)
- [Dovecot] for [POP3]+[IMAP]
- [chasquid] for [SMTP]
- [Let's Encrypt] for [TLS] certificates
@@ -183,7 +183,7 @@ mail_delivery_agent_args: "%from%"
mail_delivery_agent_args: "-d"
mail_delivery_agent_args: "%to_user%"
# Use dovecot authentication (only available in chasquid >= 0.04).
# Use dovecot authentication.
dovecot_auth: true
EOF
```
@@ -210,7 +210,6 @@ following records to `otherdomain.com`:
Then, tell chasquid about it by running `mkdir
/etc/chasquid/domains/otherdomain.com`. Don't forget to restart it afterwards.
Alternatively, you can use a different MX record, as long as you can get
chasquid a certificate for it.