Skip to content
New issue

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

Load /webmail by default #106

Closed
vassad opened this issue Sep 8, 2020 · 1 comment · Fixed by #107
Closed

Load /webmail by default #106

vassad opened this issue Sep 8, 2020 · 1 comment · Fixed by #107

Comments

@vassad
Copy link

vassad commented Sep 8, 2020

Is your feature request related to a problem? Please describe.
When loading the website, it turns to the login of the mail-admin (/manager location), but common users will need to additionally select the /webmail location instead. Commonly the client application is ran by default on every mail server i've ever seen.

Describe the solution you'd like
Edit the web/rootfs/etc/nginx/sites-enabled/10-docker.conf to use the /webmail as default location

Describe alternatives you've considered
Add a little snippet for customizing the web/rootfs/etc/nginx/sites-enabled/10-docker.conf and rebuilding the image, or modify the nginx-proxy somehow?

Additional context
Tried to do it myself - got able to redirect the default / location to /webmail, but then losing the /manager and unable to get it.
location / { return 301 /webmail; }

@jeboehm
Copy link
Owner

jeboehm commented Sep 11, 2020

Hi @vassad
I've added a link to the webmailer on the manager login page. In addition, users without admin permissions will now see a proper error message.
Hope this helps!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants