bind9 to unbound

Dieser Commit ist enthalten in:
andryyy 2017-06-25 00:12:07 +02:00
Ursprung 357973b155
Commit 2817941090
4 geänderte Dateien mit 4 neuen und 4 gelöschten Zeilen

Datei anzeigen

@ -29,7 +29,7 @@ Here is a brief overview of what container / service does what:
| Service Name | Service Descriptions | | Service Name | Service Descriptions |
| --------------- | ------------------------------------------------------------------------- | | --------------- | ------------------------------------------------------------------------- |
| bind9-mailcow | Local (DNSSEC) DNS Resolver | | unbound-mailcow | Local (DNSSEC) DNS Resolver |
| mysql-mailcow | Stores SOGo's and most of mailcow's settings | | mysql-mailcow | Stores SOGo's and most of mailcow's settings |
| postfix-mailcow | Receives and sends mails | | postfix-mailcow | Receives and sends mails |
| dovecot-mailcow | User logins and sieve filter | | dovecot-mailcow | User logins and sieve filter |

Datei anzeigen

@ -2,8 +2,8 @@ The most important configuration files are mounted from the host into the relate
``` ```
data/conf data/conf
├── bind9 ├── unbound
│   └── named.conf │   └── unbound.conf
├── dovecot ├── dovecot
│   ├── dovecot.conf │   ├── dovecot.conf
│   ├── dovecot-master.passwd │   ├── dovecot-master.passwd

Datei anzeigen

@ -59,7 +59,7 @@ pages:
- 'Docker': - 'Docker':
- 'Customize Dockerfiles': 'u_e-docker-cust_dockerfiles.md' - 'Customize Dockerfiles': 'u_e-docker-cust_dockerfiles.md'
- 'Docker Compose Bash Completion': 'u_e-docker-dc_bash_compl.md' - 'Docker Compose Bash Completion': 'u_e-docker-dc_bash_compl.md'
- 'Why bind9?': 'u_e-why_bind9.md' - 'Why unbound?': 'u_e-why_unbound.md'
- 'Backup & Restore': - 'Backup & Restore':
- 'Backup Maildir': 'u_e-backup_restore-maildir.md' - 'Backup Maildir': 'u_e-backup_restore-maildir.md'
- 'MySQL': 'u_e-backup_restore-mysql.md' - 'MySQL': 'u_e-backup_restore-mysql.md'