mailcow-dockerized-docs/docs/u_e-change_config.md
2017-05-06 22:51:39 +02:00

2,4 KiB

The most important configuration files are mounted from the host into the related containers:

data/conf
β”œβ”€β”€ bind9
β”‚Β Β  └── named.conf
β”œβ”€β”€ 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
β”œβ”€β”€ rmilter
β”‚Β Β  └── rmilter.conf
β”œβ”€β”€ 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