|
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.