Hi, I configured my webserver using ansible scripts that are based on the tutorials given here (see https://github.com/ruppel/myserver). I managed to get Rspamd working and checked the webinterface. In the history I found, that rspamd sometimes rejects fail2ban mails that come from root@server.<myserver.de> where <myserver.de> is my domain. It seems that they are rejected because localhost (127.0.0.1) was listed in some blacklists DBL_SPAM, URIBL_BLACK. It's always another URL which stands next to the symbols. But most of the mails from root@server.<myserver.de> have "no action" in rspamd... Can anyone explain, why this happens? Is there a way to fix this (of course I want the fail2ban mails to be delivered)? Thanks in advance, Ruppel
This happens when the banned IP or domain listed with it is in their lists. You can fix this by whitelisting your address, this can be done in ISPConfig in the mail module.
@ruppel, is this fail2ban emails from the local mail server host? Ie. smtp connection from localhost or local mail injection via sendmail? Or are these fail2ban emails from another server on your network, and some internal processing there has 127.0.01 in Received:?