1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2026-01-03 20:19:15 +00:00

Update Rspamd to 3.11.0 and enable SMTPUTF8 for outgoing mail (#6216)

* Update Rspamd to 3.11

* Enable SMTPUTF8 and hide it from SMTPD greeting

* Update options.inc

* compose: increased rspamd tag
This commit is contained in:
Dmitriy Alekseev
2025-02-17 14:41:39 +01:00
committed by GitHub
parent 16e22e23dc
commit f6dc0b463f
4 changed files with 5 additions and 5 deletions

View File

@@ -3,6 +3,7 @@ dns {
}
map_watch_interval = 30s;
task_timeout = 30s;
enable_mime_utf = true;
disable_monitoring = true;
# In case a task times out (like DNS lookup), soft reject the message
# instead of silently accepting the message without further processing.