- Edited
heavygale Any ideas where that hostname variable is being read from? Could I set it somewhere in the config, and then create a script that would update the quarantine.tpl after every update?
heavygale Any ideas where that hostname variable is being read from? Could I set it somewhere in the config, and then create a script that would update the quarantine.tpl after every update?
I’ll just do this after every update: sed -i "s|https://{{ hostname }}|https://mailcow.dmz.arpa|" data/assets/templates/quarantine.tpl
I suppose all I need to do then is recreate the dovecot, php-fpm and nginx containers.