Replies: 1 comment 1 reply
-
|
This should not happen, but maybe Rspamd is restarted and the password is lost? Did you already find a solution? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey community,
since a couple of days, I receive a high amount of spam from a specific IP address range with random domains but all with
.myas TDL. To get rid of this Spammer, I've implemented the following multi map rule for Rspamd:The content of map
blacklist_ip.mapis a IP/CIDR (23.94.237.0/24).Since I have this in place, I've determined issues with logging in to the Rspamd WebUI:
The wrong password doesn't appear after restarting Rspamd but after random hours after Rspamd has been started.
Of course, the password has not been changed and after restarting DMS I'm able to log in again. The Rspamd WebUI isn't internet facing, I'm accessing it using a SSH tunnel.
The
rspam.logisn't reporting anything related to a failed log in attempt (maybe due to log level). Using a different browser shows the same behavior.Anyone experienced a behavior like this?
Cheers Carsten
Beta Was this translation helpful? Give feedback.
All reactions