feat: Added Dovecot and Postfix to container

Initial config also added.

MR !1
This commit is contained in:
2022-02-14 09:40:47 +09:30
parent ec9e329956
commit df8997f07d
38 changed files with 1555 additions and 0 deletions

View File

@ -0,0 +1,31 @@
##
## Authentication processes
##
#auth_verbose = yes
#auth_debug=yes
#disable_plaintext_auth = yes
#auth_mechanisms = plain login
auth_mechanisms = plain
mail_access_groups=vmail
mail_uid=vmail
mail_gid=vmail
auth_username_format = %Lu
userdb {
driver = ldap
args = /etc/dovecot/dovecot-ldap-userdb.conf.ext
}
passdb {
driver = ldap
args = /etc/dovecot/dovecot-ldap.conf.ext
}