Thanks @torbho, but that’s exactly what I’m trying to do here : access mailcow UI through mail.domain.com
and not through mail.domain.com
.
Yes, I used docker compose down && docker compose up -d
🙂 👍️
As described in the docs :
# Additional server names for mailcow UI
#
# Specify alternative addresses for the mailcow UI to respond to
# This is useful when you set mail.* as ADDITIONAL_SAN and want to make sure mail.maildomain.com will always point to the mailcow UI.
# If the server name does not match a known site, Nginx decides by best-guess and may redirect users to the wrong web root.
# You can understand this as server_name directive in Nginx.
# Comma separated list without spaces! Example: ADDITIONAL_SERVER_NAMES=a.b.c,d.e.f
I’m wondering if I have to declare “mailcow.*
” in the ADDITIONAL_SAN
section also to make it work… ?