Updated mailu documentary for debugging

This commit is contained in:
Kevin Veen-Birkenbach 2024-11-07 16:40:18 -03:00
parent 2bab04d6fe
commit ae23e8811e

View File

@ -15,6 +15,7 @@ This guide provides instructions for setting up, operating, and maintaining the
- [Testing](#testing) - [Testing](#testing)
- [Updates](#updates) - [Updates](#updates)
- [To-Do](#to-do) - [To-Do](#to-do)
- [Spam Issues][#spam-issues]
- [References](#references) - [References](#references)
## Setup ## 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). 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 ## 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/). - 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/).