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:
Ursprung
0ac711e833
Commit
e70dafd785
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
|
@ -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.
|
||||
|
|
Laden …
In neuem Issue referenzieren