rroemhild / docker-ejabberd

Dockerfile for Ejabberd server
MIT License
268 stars 160 forks source link

Fix open relay issue #194

Closed shred closed 5 years ago

shred commented 5 years ago

This pull request addresses issue #192. I explicitly do not claim that this PR fixes the open relay issue, or hardens the server against attacks. Please review this PR.

@rroemhild: I would prefer to set EJABBERD_REGISTER_ADMIN_ONLY to true by default, so the default configuration is most restrictive. However this would break downward compatibility. What do you think?

rroemhild commented 5 years ago

LGTM! Set EJABBERD_REGISTER_ADMIN_ONLY to true is fine for me and a good time to start with a changelog to communicate the breaking downward compatibility. Maybe in another PR?

shred commented 5 years ago

I will prepare another PR for EJABBERD_REGISTER_ADMIN_ONLY then.

This PR essentially only contains a bugfix. Can you merge it?

rroemhild commented 5 years ago

Thanks for your contribution!