Add a reminder for SNAT_TO_SOURCE variable after migration

I have moved our mailcow server from one server to another by following this tutorial, but [mailcow/mailcow-dockerized#4627](https://github.com/mailcow/mailcow-dockerized/issues/4627) has occured, and the problem was the misconfiguration for this variable, I've spent around half an hour on investigation. A reminder has added for this situation in order to prevent some tears :)
Dieser Commit ist enthalten in:
Ă–zcan OÄźuz 2022-12-31 06:35:23 +03:00 committet von GitHub
Ursprung 0ac711e833
Commit e70dafd785
Es konnte kein GPG-SchlĂĽssel zu dieser Signatur gefunden werden
GPG-SchlĂĽssel-ID: 4AEE18F83AFDEB23

Datei anzeigen

@ -44,4 +44,4 @@ docker compose pull
docker compose up -d
```
**9\.** Finally, change your DNS settings to point to the target server.
**9\.** Finally, change your DNS settings to point to the target server. Also check the `SNAT_TO_SOURCE` variable in your `mailcow.conf` file if you have changed your public IP address, otherwise SOGo may not work.