From d447a308213f41eceacebe07203df0666f70f8c0 Mon Sep 17 00:00:00 2001 From: Sascha Scandella Date: Thu, 4 Jun 2020 23:49:10 +0200 Subject: [PATCH] Updated FAQ and Tips (markdown) --- FAQ-and-Tips.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ-and-Tips.md b/FAQ-and-Tips.md index c23b206..bf29a33 100644 --- a/FAQ-and-Tips.md +++ b/FAQ-and-Tips.md @@ -248,7 +248,7 @@ The only thing is that we provide a `self-signed` certificate tool and a `letsen ### I just moved from my old mail server but "it doesn't work". If this migration implies a DNS modification, be sure to wait for DNS propagation before opening an issue. Few examples of symptoms can be found [here](https://github.com/tomav/docker-mailserver/issues/95) or [here](https://github.com/tomav/docker-mailserver/issues/97). -This could be related to a modification of your `MX` record, or the IP mapped to `mail.my-domain.tld`. +This could be related to a modification of your `MX` record, or the IP mapped to `mail.my-domain.tld`. Additionally, [validate your DNS configuration](https://intodns.com/). If everything is OK regarding DNS, please provide [formatted logs](https://guides.github.com/features/mastering-markdown/) and config files. This will allow us to help you.