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

Add exim4 support #3

Open
2 tasks done
b3yond opened this issue Oct 6, 2018 · 2 comments
Open
2 tasks done

Add exim4 support #3

b3yond opened this issue Oct 6, 2018 · 2 comments
Labels
enhancement New feature or request

Comments

@b3yond
Copy link
Member

b3yond commented Oct 6, 2018

exim4 is necessary to use the ticketfrei mailbot.

Unfortunately configuring it is non-trivial. How can we best configure it so users can just use some environment variables?

We should use more environment variables anyway... instead of letting users meddle with config files which are copied into the container at build time, we could use env vars for those values:

  • domain (config.toml, traefik.toml)
  • contact (config.toml, traefik.toml)

All the other config values should use the default option anyway when you use this docker-compose file.

@b3yond b3yond added the enhancement New feature or request label Oct 6, 2018
@b3yond
Copy link
Member Author

b3yond commented Nov 6, 2018

related: ticketfrei/ticketfrei#64

@b3yond
Copy link
Member Author

b3yond commented Nov 6, 2018

Apparently you can't set these values through env variables in Traefik. So we can't eliminate the traefik.toml.

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

No branches or pull requests

1 participant