You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Currently passwords are stored in env variable
RELAYHOST_PASSWORDMAP
.So I think it would be nice if the container either asks for
RELAYHOST_PASSWORDMAP
orRELAYHOST_PASSWORDMAP_FILE
. Then I could setRELAYHOST_PASSWORDMAP_FILE=/run/secrets/relay-password
and the container could make sure thatpostmap
is called on that file.The text was updated successfully, but these errors were encountered: