[Dovecot] Add extra.conf include to override Dovecot configuration changes
This commit is contained in:
parent
f37405d9fd
commit
c5d90b821a
1
.gitignore
vendored
1
.gitignore
vendored
@ -16,3 +16,4 @@ data/conf/rspamd/override.d/*
|
|||||||
!data/conf/nginx/dynmaps.conf
|
!data/conf/nginx/dynmaps.conf
|
||||||
!data/conf/nginx/site.conf
|
!data/conf/nginx/site.conf
|
||||||
data/conf/nginx/*.conf
|
data/conf/nginx/*.conf
|
||||||
|
data/conf/dovecot/extra.conf
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
# --------------------------------------------------------------------------
|
||||||
|
# Please create a file "extra.conf" for persistent overrides to dovecot.conf
|
||||||
|
# --------------------------------------------------------------------------
|
||||||
auth_mechanisms = plain login
|
auth_mechanisms = plain login
|
||||||
#mail_debug = yes
|
#mail_debug = yes
|
||||||
log_path = syslog
|
log_path = syslog
|
||||||
@ -256,3 +259,4 @@ service imap-postlogin {
|
|||||||
unix_listener imap-postlogin {
|
unix_listener imap-postlogin {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
!include_try /usr/local/etc/dovecot/extra.conf
|
||||||
|
Loading…
Reference in New Issue
Block a user