mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-04 10:05:00 +02:00
fix(rspamd): Add missing comma to local_networks
setting (#3862)
Co-authored-by: Brennan Kinney <5098581+polarathene@users.noreply.github.com>
This commit is contained in:
parent
d426f724cd
commit
05fbcf6889
2 changed files with 2 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
|||
pidfile = false;
|
||||
soft_reject_on_timeout = true;
|
||||
local_networks = "127.0.0.1/8, 10.0.0.0/8, 172.16.0.0/12 192.168.0.0/16";
|
||||
local_networks = "127.0.0.1/8, 10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue