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

Webmail not accessible #657

Open
dreamspag opened this issue Mar 23, 2024 · 3 comments
Open

Webmail not accessible #657

dreamspag opened this issue Mar 23, 2024 · 3 comments

Comments

@dreamspag
Copy link

I followed the instructions and ran install.sh .
Also did dns setup

Still not able to access https://mail.domainname.com/

What is missing

@louis-lau
Copy link
Member

No idea, too little info or investigation on your part. Check logs, check ports, etc.

@dreamspag
Copy link
Author

dreamspag commented Mar 23, 2024

info Express WWW server listening on port 3000
info HTTP #33[0mGET / #33[32m200#033[0m 63.629 ms - 13948#033[0m

name="Wild Duck Mail"

title="wildduck-www"

[service]
# email domain for new users
domain="mail.***.com"
# default quotas for new users
quota=1024
recipients=2000
forwards=2000
identities=10
allowIdentityEdit=true
allowJoin=true
enableSpecial=false # if true the allow creating addresses with special usernames
# allowed domains for new addresses
domains=["p.com"]
# allow using addresses with other domains in the "From" field
allowSendFromOtherDomains=true

generalNotification="" # static notification to show on top of the page

[service.sso.http]
    enabled = false
    header = "X-UserName" # value from this header is treated as logged in username
    authRedirect = "http:/127.0.0.1:3000/login" # URL to redirect non-authenticated users
    logoutRedirect = "http:/127.0.0.1:3000/logout"  # URL to redirect when user clicks on "log out"

@louis-lau
Copy link
Member

louis-lau commented Mar 27, 2024

Sorry, can't conclude anything from that. Looks like a random infodump. I'd probably check if the port is actually open to the internet and if nginx is running correctly.

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

No branches or pull requests

2 participants