jeboehm / docker-mailserver

Docker Mailserver based on the famous ISPMail guide
MIT License
356 stars 93 forks source link

what is the default password for rspamd or how to define one? #105

Closed kklepper closed 3 years ago

kklepper commented 3 years ago

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Just stumbled at domain.tld:81/rspamd and need a password:

image

Describe the solution you'd like A clear and concise description of what you want to happen.

Googling and inspecting source code didn't give me a clue what to do here...

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.

Not really critical, just curious; is information about this omitted, and if so, why?

jeboehm commented 3 years ago

Hi @kklepper see https://github.com/jeboehm/docker-mailserver/wiki/Configuration-variables. It's the CONTROLLER_PASSWORD environment variable.

kklepper commented 3 years ago

Oh, I see, thank you.