Add info for Unbound forwarding hosts

Dieser Commit ist enthalten in:
André 2018-10-14 00:02:24 +02:00
Ursprung b4154144c0
Commit fd32b393fa
2 geänderte Dateien mit 21 neuen und 0 gelöschten Zeilen

19
docs/u_e-unbound-fwd.md Normale Datei
Datei anzeigen

@ -0,0 +1,19 @@
If you want or have to use an external DNS service, you can define it in `data/conf/unbound/unbound.conf`:
```
forward-zone:
name: "."
forward-addr: 8.8.8.8
forward-addr: 8.8.4.4
```
Please do not use a public resolver like we did in the example above. Many - if not all - blacklist lookups will fail with public resolvers.
**Important**: Only DNSSEC validating DNS services will work.
Restart Unbound after changing its config file:
```
docker-compose restart unbound-mailcow
```

Datei anzeigen

@ -66,6 +66,8 @@ nav:
- 'Disable Sender Addresses Verification': 'u_e-postfix-disable_sender_verification.md' - 'Disable Sender Addresses Verification': 'u_e-postfix-disable_sender_verification.md'
- 'Max. message size (attachment size)': 'u_e-postfix-attachment_size.md' - 'Max. message size (attachment size)': 'u_e-postfix-attachment_size.md'
- 'Statistics with pflogsumm': 'u_e-postfix-pflogsumm.md' - 'Statistics with pflogsumm': 'u_e-postfix-pflogsumm.md'
- 'Unbound':
- 'Using an external DNS service': 'u_e-unbound-fwd.md'
- 'Dovecot': - 'Dovecot':
- "(Re-)Enable any and all authenticated ACL settings": 'u_e-dovecot-any_acl.md' - "(Re-)Enable any and all authenticated ACL settings": 'u_e-dovecot-any_acl.md'
- "Expunge a User's Mails": 'u_e-dovecot-expunge.md' - "Expunge a User's Mails": 'u_e-dovecot-expunge.md'