You've already forked Mailu
mirror of
https://github.com/Mailu/Mailu.git
synced 2025-08-10 22:31:47 +02:00
Implement Dovecot configuration overrides, related to #29
This commit is contained in:
@@ -34,6 +34,7 @@ services:
|
|||||||
- /freeposte/freeposte:/data
|
- /freeposte/freeposte:/data
|
||||||
- /freeposte/mail:/mail
|
- /freeposte/mail:/mail
|
||||||
- /freeposte/certs:/certs
|
- /freeposte/certs:/certs
|
||||||
|
- /freeposte/overrides:/overrides
|
||||||
|
|
||||||
smtp:
|
smtp:
|
||||||
build: postfix
|
build: postfix
|
||||||
|
@@ -156,3 +156,9 @@ plugin {
|
|||||||
antispam_mail_notspam = learn_ham
|
antispam_mail_notspam = learn_ham
|
||||||
antispam_mail_sendmail_args = -h;antispam:11334;-P;q1
|
antispam_mail_sendmail_args = -h;antispam:11334;-P;q1
|
||||||
}
|
}
|
||||||
|
|
||||||
|
###############
|
||||||
|
# Filtering
|
||||||
|
###############
|
||||||
|
|
||||||
|
!include_try /overrides/dovecot.conf
|
||||||
|
Reference in New Issue
Block a user