Small textual tweaks

This commit is contained in:
Paul van Tilburg 2023-12-04 20:47:38 +01:00
parent 9984952979
commit 00e84a9c9f
Signed by: paul
GPG Key ID: C6DE073EDA9EEC4D
1 changed files with 2 additions and 3 deletions

View File

@ -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 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. [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: IMAP. Use the following settings:
* **server:** `imap.luon.net` * **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 Once a virtual domain is created, you can manage it by editing the aliases file
`/srv/mail/aliases/mydomain.tld`. An example aliases file: `/srv/mail/aliases/mydomain.tld`. An example aliases file:
```config ```
# Aliases for mydomain.tld # Aliases for mydomain.tld
abuse: hostmaster abuse: hostmaster
hostmaster: hostmaster@localhost 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, Note that adding `@localhost` is required to redirect mail to UNIX accounts,
possibly via system aliases. Leaving the domain suffix out signifies that the 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. mail needs to go to a virtual mail account, if not aliased first.