We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I would like to access my mail server's web interface under /admin and redirect both HTTP and HTTPS traffic from mail.domain.tld to domain.tld.
/admin
mail.domain.tld
domain.tld
The web interface should only be accessible via mail.domain.tld/admin, while all other URIs should be placed behind mail.domain.tld/admin/.
mail.domain.tld/admin
mail.domain.tld/admin/
Example: mail.domain.tld/debug → mail.domain.tld/admin/debug
mail.domain.tld/debug
mail.domain.tld/admin/debug
I would like this configuration with custom-domain="/admin" to be available in the mailcow.conf file.
custom-domain="/admin"
mailcow.conf
This feature would improve customization options for the mail server, making it more flexible and user-friendly for administrators.
No response
The text was updated successfully, but these errors were encountered:
Logins will be separated when the nightly branch becomes stable. https://mailcow.email/posts/2025/nightly-progress/#separate-logins
Nightly will not receive any breaking changes before release, so if you want you can try it out
Sorry, something went wrong.
Logins will be separated when the nightly branch becomes stable. https://mailcow.email/posts/2025/nightly-progress/#separate-logins Nightly will not receive any breaking changes before release, so if you want you can try it out
So I can install Nightly without any risk?
No branches or pull requests
Summary
I would like to access my mail server's web interface under
/admin
and redirect both HTTP and HTTPS traffic frommail.domain.tld
todomain.tld
.The web interface should only be accessible via
mail.domain.tld/admin
, while all other URIs should be placed behindmail.domain.tld/admin/
.Example:
mail.domain.tld/debug
→mail.domain.tld/admin/debug
I would like this configuration with
custom-domain="/admin"
to be available in themailcow.conf
file.Motivation
This feature would improve customization options for the mail server, making it more flexible and user-friendly for administrators.
Additional context
No response
The text was updated successfully, but these errors were encountered: