I want to change the hostname, but the change doesn’t get applied.
Steps I followed:
docker-compose down
nano mailcow.conf
- Changed the MAILCOW_HOSTNAME variable in
mailcow.conf
the from mail.xxx.xx
to mail.yyy.xx
- Saved the change
docker-compose up -d
When I do nslookup from another computer I still get mail.xxx.xx
as hostname.
If I check mailcow.conf
the hostname is actually set to mail.yyy.xx
What am I doing wrong here?
Thanks