From ae23e8811e696c7c62ef119d108dda4addc83d97 Mon Sep 17 00:00:00 2001 From: Kevin Veen-Birkenbach Date: Thu, 7 Nov 2024 16:40:18 -0300 Subject: [PATCH] Updated mailu documentary for debugging --- roles/docker-mailu/README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/roles/docker-mailu/README.md b/roles/docker-mailu/README.md index 811d6204..aafb46c8 100644 --- a/roles/docker-mailu/README.md +++ b/roles/docker-mailu/README.md @@ -15,6 +15,7 @@ This guide provides instructions for setting up, operating, and maintaining the - [Testing](#testing) - [Updates](#updates) - [To-Do](#to-do) +- [Spam Issues][#spam-issues] - [References](#references) ## Setup @@ -122,6 +123,25 @@ Use the following tools for testing: For instructions on updating your Mailu setup, follow the official [Mailu maintenance guide](https://mailu.io/master/maintain.html). +## Spam Issues + +### Inspect + +To inspect use: +- [Google Postmaster](https://postmaster.google.com/) +- [Yahoo Postmaster](https://postmaster.yahooinc.com) + +### Blacklisted +It may be that your domain is blacklisted. In this case check out: + +- [Spamhaus](https://check.spamhaus.org/) +- [Barracuda](https://www.barracudacentral.org/lookups) + +### Reset +- [Cloudmark](https://csi.cloudmark.com/en/reset/) + + + ## To-Do - Implement two-factor authentication in Roundcube Webmail. More information can be found [here](https://blog.kuepper.nrw/2019/03/30/roundcube-webmail-mit-zwei-faktor-authentifizierung/).