Casper
Casper
Following the steps you mentioned, DMS starts fine for me. What does your docker-compose.yml looks like? Did you change anything to the default configuration, especially SSL settings? If so, check...
I've tested this: - With branch `contributors-update` existing, the [action](https://github.com/barthheiko/docker-mailserver/runs/3743526665?check_suite_focus=true) runs successfully, however does not create a PR. - With branch `contributors-update` no existing, the [action](https://github.com/barthheiko/docker-mailserver/runs/3743556782?check_suite_focus=true) fails. I really appreciate...
> for now we have something working. I really hope so. We'll see in 30min 😄
> however I searched the spamhaus database with the IPs and none of them are listed. I noticed in the past, that some IP addresses are only listed for a...
>i don't see any reason that changing the value of ENABLE_DNSBL requires recreating the mail-state folder Why do you think, that deleting the mail-state folder is required? What does `grep...
> I have the latest docker-container and I use "ENABLE_DNSBL=0" but it just keepa running after recreating the docker How did you ensure, the container was really recreated? I bet...
And `grep DNS /etc/dms-settings` confirms, `ENABLE_DNSBL` is `0` + Mails are still rejected due DNS BL entrys?
I can confirm this issue. From a quick check I don't think it's a DMS issue. In my test, the network is "banned" by fail2ban, however there seems no trace...
This [user-patches.sh](https://docker-mailserver.github.io/docker-mailserver/edge/faq/#how-to-adjust-settings-with-the-user-patchessh-script) patch works for me: ```bash echo "[CUSTOMIZE] fail2ban network ban fix" sed -i 's/^_nft_add_set = .+/_nft_add_set = add set \\{ type \\; flags interval\\;\\}/' /etc/fail2ban/action.d/nftables.conf ``` Can you...
> Now, I don't know whether we should open an issue upstream at [`fail2ban/fail2ban`](https://github.com/fail2ban/fail2ban) This is a known [issue](https://github.com/fail2ban/fail2ban/issues/3125).