Issue Description
Webinterface not available, I get a Bad Gateway error message when I try to view https://mail.kuhnwebservices.de
Expected Behavior
A login page should appear
Actual Behavior
Bad Gateway
Reproduction Steps
not available
Relevant Log Output
nothing logged
Stalwart Version
v0.15.x
Installation Method
Docker
Database Backend
RocksDB
Blob Storage
RocksDB
Search Engine
Internal
Directory Backend
Internal
Additional Context
The mailserver is running as usual. Only the webinterface is not available. It is running through traefik. Interesting is, that nothing has changed, except a server reboot. I do not know since whe this error persists, I do not enter the WebUI often. As I am pretty new I am not sure what information could be neccessary.
My traefik configuration:
labels:
- "traefik.enable=true"
# Web UI (HTTPS) for mail.kuhnwebservices.de
- "traefik.http.routers.stalwart-mail.rule=Host(`mail.kuhnwebservices.de`)"
- "traefik.http.routers.stalwart-mail.entrypoints=websecure"
- "traefik.http.routers.stalwart-mail.tls.certresolver=le"
- "traefik.http.routers.stalwart-mail.service=stalwart-mail"
- "traefik.http.services.stalwart-mail.loadbalancer.server.port=8080"
# Autodiscover
- "traefik.http.routers.stalwart-autodiscover.rule=Host(`autodiscover.kuhnwebservices.de`)"
- "traefik.http.routers.stalwart-autodiscover.entrypoints=websecure"
- "traefik.http.routers.stalwart-autodiscover.tls.certresolver=le"
- "traefik.http.routers.stalwart-autodiscover.service=stalwart-autodiscover"
- "traefik.http.services.stalwart-autodiscover.loadbalancer.server.port=8080"
# Autoconfig
- "traefik.http.routers.stalwart-autoconfig.rule=Host(`autoconfig.kuhnwebservices.de`)"
- "traefik.http.routers.stalwart-autoconfig.entrypoints=websecure"
- "traefik.http.routers.stalwart-autoconfig.tls.certresolver=le"
- "traefik.http.routers.stalwart-autoconfig.service=stalwart-autoconfig"
- "traefik.http.services.stalwart-autoconfig.loadbalancer.server.port=8080"
# MTA-STS
- "traefik.http.routers.stalwart-mtasts.rule=Host(`mta-sts.kuhnwebservices.de`)"
- "traefik.http.routers.stalwart-mtasts.entrypoints=websecure"
- "traefik.http.routers.stalwart-mtasts.tls.certresolver=le"
- "traefik.http.routers.stalwart-mtasts.service=stalwart-mtasts"
- "traefik.http.services.stalwart-mtasts.loadbalancer.server.port=8080"
Thank you for your help.
I have reviewed the documentation and FAQ and confirm that my issue is NOT addressed there.
on
I have searched this support forum (open and closed topics) and confirm this is not a duplicate.
on
I understand that topics in this category are triaged by a bot first but a human reply will follow up. If I’d prefer a human-only reply, I’ll add the no-ai tag to my topic.
on