From 00e84a9c9f4a656779404cec7114a5f4c20e98ae Mon Sep 17 00:00:00 2001 From: Paul van Tilburg Date: Mon, 4 Dec 2023 20:47:38 +0100 Subject: [PATCH] Small textual tweaks --- services/email.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/services/email.md b/services/email.md index 37e1563..03d2129 100644 --- a/services/email.md +++ b/services/email.md @@ -22,7 +22,7 @@ e-mail will be stored in `~/Mail` of your (UNIX) account. Under this directory there is a nested tree of directories where `cur`, `new` and `tmp` are special [Maildir format specific](http://cr.yp.to/proto/maildir.html) directories. -The _preferred_ way to access the e-mail, even on the shell host itself, is via +The _preferred_ way to access the email, even on the shell host itself, is via IMAP. Use the following settings: * **server:** `imap.luon.net` @@ -130,7 +130,7 @@ has to be done by the [postmaster](mailto:postmaster@luon.net). Once a virtual domain is created, you can manage it by editing the aliases file `/srv/mail/aliases/mydomain.tld`. An example aliases file: -```config +``` # Aliases for mydomain.tld abuse: hostmaster hostmaster: hostmaster@localhost @@ -153,4 +153,3 @@ Finally, mail to `someuser@mydomain.tld` is redirected to the (UNIX) account Note that adding `@localhost` is required to redirect mail to UNIX accounts, possibly via system aliases. Leaving the domain suffix out signifies that the mail needs to go to a virtual mail account, if not aliased first. -