feat: Added Dovecot and Postfix to container
Initial config also added. MR !1
This commit is contained in:
31
include/etc/dovecot/conf.d/10-auth.conf
Normal file
31
include/etc/dovecot/conf.d/10-auth.conf
Normal 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
|
||||
}
|
||||
|
Reference in New Issue
Block a user