2017-05-06 00:22:26 +02:00
|
|
|
The most important configuration files are mounted from the host into the related containers:
|
|
|
|
|
|
|
|
```
|
|
|
|
data/conf
|
2017-06-25 00:12:07 +02:00
|
|
|
βββ unbound
|
|
|
|
βΒ Β βββ unbound.conf
|
2017-05-06 00:22:26 +02:00
|
|
|
βββ dovecot
|
|
|
|
βΒ Β βββ dovecot.conf
|
|
|
|
βΒ Β βββ dovecot-master.passwd
|
|
|
|
βΒ Β βββ sieve_after
|
|
|
|
βΒ Β βββ sql
|
|
|
|
βΒ Β βββ dovecot-dict-sql.conf
|
|
|
|
βΒ Β βββ dovecot-mysql.conf
|
|
|
|
βββ mysql
|
|
|
|
βΒ Β βββ my.cnf
|
|
|
|
βββ nginx
|
|
|
|
βΒ Β βββ dynmaps.conf
|
|
|
|
βΒ Β βββ site.conf
|
|
|
|
βΒ Β βββ templates
|
|
|
|
βΒ Β βββ listen_plain.template
|
|
|
|
βΒ Β βββ listen_ssl.template
|
|
|
|
βΒ Β βββ server_name.template
|
|
|
|
βββ postfix
|
|
|
|
βΒ Β βββ main.cf
|
|
|
|
βΒ Β βββ master.cf
|
|
|
|
βΒ Β βββ postscreen_access.cidr
|
|
|
|
βΒ Β βββ smtp_dsn_filter
|
|
|
|
βΒ Β βββ sql
|
|
|
|
βΒ Β βββ mysql_relay_recipient_maps.cf
|
|
|
|
βΒ Β βββ mysql_tls_enforce_in_policy.cf
|
|
|
|
βΒ Β βββ mysql_tls_enforce_out_policy.cf
|
|
|
|
βΒ Β βββ mysql_virtual_alias_domain_catchall_maps.cf
|
|
|
|
βΒ Β βββ mysql_virtual_alias_domain_maps.cf
|
|
|
|
βΒ Β βββ mysql_virtual_alias_maps.cf
|
|
|
|
βΒ Β βββ mysql_virtual_domains_maps.cf
|
|
|
|
βΒ Β βββ mysql_virtual_mailbox_maps.cf
|
|
|
|
βΒ Β βββ mysql_virtual_relay_domain_maps.cf
|
|
|
|
βΒ Β βββ mysql_virtual_sender_acl.cf
|
|
|
|
βΒ Β βββ mysql_virtual_spamalias_maps.cf
|
|
|
|
βββ rspamd
|
|
|
|
βΒ Β βββ dynmaps
|
|
|
|
βΒ Β βΒ Β βββ authoritative.php
|
|
|
|
βΒ Β βΒ Β βββ settings.php
|
|
|
|
βΒ Β βΒ Β βββ tags.php
|
|
|
|
βΒ Β βΒ Β βββ vars.inc.php -> ../../../web/inc/vars.inc.php
|
|
|
|
βΒ Β βββ local.d
|
|
|
|
βΒ Β βΒ Β βββ dkim.conf
|
|
|
|
βΒ Β βΒ Β βββ metrics.conf
|
|
|
|
βΒ Β βΒ Β βββ options.inc
|
|
|
|
βΒ Β βΒ Β βββ redis.conf
|
|
|
|
βΒ Β βΒ Β βββ rspamd.conf.local
|
|
|
|
βΒ Β βΒ Β βββ statistic.conf
|
|
|
|
βΒ Β βββ lua
|
|
|
|
βΒ Β βΒ Β βββ rspamd.local.lua
|
|
|
|
βΒ Β βββ override.d
|
|
|
|
βΒ Β βββ logging.inc
|
|
|
|
βΒ Β βββ worker-controller.inc
|
|
|
|
βΒ Β βββ worker-normal.inc
|
|
|
|
βββ sogo
|
|
|
|
βββ sieve.creds
|
|
|
|
βββ sogo.conf
|
|
|
|
|
|
|
|
```
|
|
|
|
|
|
|
|
Just change the according configuration file on the host and restart the related service:
|
|
|
|
```
|
|
|
|
docker-compose restart service-mailcow
|
|
|
|
```
|