Fix config files
parent
a95800e476
commit
dfc88ccfa2
|
@ -285,7 +285,9 @@ See [Rspamd documentation](https://rspamd.com/doc/index.html)
|
||||||
# Adjust service configurations
|
# Adjust service configurations
|
||||||
The most important configuration files are mounted from the host into the related containers:
|
The most important configuration files are mounted from the host into the related containers:
|
||||||
```
|
```
|
||||||
data/conf/
|
data/conf
|
||||||
|
├── bind9
|
||||||
|
│ └── named.conf
|
||||||
├── dovecot
|
├── dovecot
|
||||||
│ ├── dovecot.conf
|
│ ├── dovecot.conf
|
||||||
│ ├── dovecot-master.passwd
|
│ ├── dovecot-master.passwd
|
||||||
|
@ -297,10 +299,14 @@ data/conf/
|
||||||
│ └── my.cnf
|
│ └── my.cnf
|
||||||
├── nginx
|
├── nginx
|
||||||
│ ├── dynmaps.conf
|
│ ├── dynmaps.conf
|
||||||
│ ├── listen.template
|
│ ├── site.conf
|
||||||
│ └── site.conf
|
│ └── templates
|
||||||
├── bind9
|
│ ├── listen_plain.template
|
||||||
│ └── named.conf
|
│ ├── listen_ssl.template
|
||||||
|
│ └── server_name.template
|
||||||
|
├── pdns
|
||||||
|
│ ├── pdns_custom.lua
|
||||||
|
│ └── recursor.conf
|
||||||
├── postfix
|
├── postfix
|
||||||
│ ├── main.cf
|
│ ├── main.cf
|
||||||
│ ├── master.cf
|
│ ├── master.cf
|
||||||
|
@ -342,6 +348,7 @@ data/conf/
|
||||||
└── sogo
|
└── sogo
|
||||||
├── sieve.creds
|
├── sieve.creds
|
||||||
└── sogo.conf
|
└── sogo.conf
|
||||||
|
|
||||||
```
|
```
|
||||||
Just change the according configuration file on the host and restart the related service: `docker-compose restart service-mailcow`
|
Just change the according configuration file on the host and restart the related service: `docker-compose restart service-mailcow`
|
||||||
# Tagging
|
# Tagging
|
||||||
|
|
Loading…
Reference in New Issue