few typos

This commit is contained in:
furstblumier 2024-04-11 22:41:01 +02:00
parent aa560769c8
commit f4e5136ee2
No known key found for this signature in database
GPG Key ID: 2227382EB67D8969
1 changed files with 3 additions and 3 deletions

View File

@ -116,13 +116,13 @@ meaning all mail example.com gets relayed via the public instance through our VP
```txt
@example.com user:secret
```
the username and password don't matter, since we use `mynetworks`. But you can configure a proper sasl account with credentials for added protection or instead of a VPN. Furthermore we need to create `postfix-main.cf` with
the username and password don't matter, since we use `mynetworks`. But you can configure a proper SASL account with credentials for added protection or instead of a VPN. Furthermore we need to create `postfix-main.cf` with
```txt
mynetworks = 192.168.2.0/24
```
so that the relay _towards_ our private instance from the public instance via the VPN works. You can also use sasl of course. And with that everything is done.
so that the relay _towards_ our private instance from the public instance via the VPN works. You can also use SASL of course. And with that everything is done.
## IMAP/POP3
Imap and pop3 need to point towards your private instance, since that is where the mailboxes live, which means you need to have a way for your MUA to connect to it.
IMAP and POP3 need to point towards your private instance, since that is where the mailboxes live, which means you need to have a way for your MUA to connect to it.