git » chasquid » commit 1a764cb

docs/howto: Minor updates

author Alberto Bertogli
2019-07-13 17:18:28 UTC
committer Alberto Bertogli
2019-07-13 17:18:28 UTC
parent d6c1b4a3592a32e14f6d27a964fcafae2f4ac851

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.

docs/howto.md +2 -3

diff --git a/docs/howto.md b/docs/howto.md
index f157f2d..33b8032 100644
--- a/docs/howto.md
+++ b/docs/howto.md
@@ -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.