mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2025-12-19 04:41:29 +00:00
* Update Rspamd to 3.11 * Enable SMTPUTF8 and hide it from SMTPD greeting * Update options.inc * compose: increased rspamd tag
12 lines
357 B
SourcePawn
12 lines
357 B
SourcePawn
dns {
|
|
enable_dnssec = true;
|
|
}
|
|
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.
|
|
soft_reject_on_timeout = true;
|
|
local_addrs = /etc/rspamd/custom/mailcow_networks.map;
|