mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2024-01-19 02:48:50 +00:00
2f3cbfc144
Dovecot master accounts can now be configured in DMS via `setup.sh`. A master account is useful for administration purposes, or to perform mailbox backups of every user account over IMAP. Upstream Docs: https://doc.dovecot.org/configuration_manual/authentication/master_users/ Co-authored-by: Casper <casperklein@users.noreply.github.com> Co-authored-by: Brennan Kinney <5098581+polarathene@users.noreply.github.com>
55 lines
1.3 KiB
Plaintext
55 lines
1.3 KiB
Plaintext
#################################################
|
|
### General ###################################
|
|
#################################################
|
|
|
|
.DS_Store
|
|
.env
|
|
config/opendkim/
|
|
|
|
#################################################
|
|
### IDEs ######################################
|
|
#################################################
|
|
|
|
.idea
|
|
.vscode
|
|
|
|
|
|
#################################################
|
|
### Linting Tools #############################
|
|
#################################################
|
|
|
|
tools/
|
|
|
|
#################################################
|
|
### Tests #####################################
|
|
#################################################
|
|
|
|
test/config/empty/
|
|
test/config/postfix-accounts.cf
|
|
test/config/dovecot-masters.cf
|
|
test/config/letsencrypt/mail.my-domain.com/combined.pem
|
|
test/config/dovecot-lmtp/userdb
|
|
test/config/key*
|
|
test/config/opendkim/keys/domain.tld/
|
|
test/config/opendkim/keys/example.com/
|
|
test/config/opendkim/keys/localdomain2.com/
|
|
test/config/postfix-aliases.cf
|
|
test/config/postfix-receive-access.cf
|
|
test/config/postfix-receive-access.cfe
|
|
test/config/postfix-send-access.cf
|
|
test/config/postfix-send-access.cfe
|
|
test/config/relay-hosts/chksum
|
|
test/config/relay-hosts/postfix-aliases.cf
|
|
test/config/without-virtual/
|
|
test/config/with-domain/
|
|
test/onedir
|
|
test/duplicate_configs
|
|
test/alias
|
|
test/quota
|
|
test/relay
|
|
|
|
config.bak
|
|
testconfig.bak
|
|
|
|
docs/site
|