|
secure_ip = "127.0.0.1/32"; |
This is useful in instances where one has their own auth in front of rspamd.
I'm thinking adding a RSPAMD_DISABLE_WEB_PASSWORD boolean which sets secure_ip = 0.0.0.0/0. This is backwards compatible and very explicit to the user that they are setting a potentially dangerous option.
docker/rootfs/etc/cont-init.d/14-config-rspamd.sh
Line 95 in 1be033b
This is useful in instances where one has their own auth in front of rspamd.
I'm thinking adding a
RSPAMD_DISABLE_WEB_PASSWORDboolean which setssecure_ip = 0.0.0.0/0. This is backwards compatible and very explicit to the user that they are setting a potentially dangerous option.