docker-postfix icon indicating copy to clipboard operation
docker-postfix copied to clipboard

Support Docker secrets for sensitive data, e.g. `RELAYHOST_PASSWORDMAP`

Open jnehlmeier opened this issue 3 years ago • 0 comments

Currently passwords are stored in env variable RELAYHOST_PASSWORDMAP.

So I think it would be nice if the container either asks for RELAYHOST_PASSWORDMAP or RELAYHOST_PASSWORDMAP_FILE. Then I could set RELAYHOST_PASSWORDMAP_FILE=/run/secrets/relay-password and the container could make sure that postmap is called on that file.

jnehlmeier avatar Oct 13 '22 15:10 jnehlmeier