1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-01-16 02:46:44 +02:00

Tell rspamd about RELAYNETS

This commit is contained in:
Florent Daigniere 2021-10-31 19:57:51 +01:00
parent 9d474f32a6
commit 2170e07731

View File

@ -0,0 +1,3 @@
{% if RELAYNETS %}
local_networks = [{{ RELAYNETS }}];
{% endif %}