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
I am able to enter the variables as RELAY_MYNETWORKS="127.0.0.0/8 172.29.0.0/24", however that doesn't reflect in the postfix configuration correctly., you end up with mynetworks = "127.0.0.0/8 172.29.0.0/24"
I can work around this by adding the following to the start.sh script (near the top)
# Set configuration according to ENV
RELAY_MYNETWORKS=`echo "$RELAY_MYNETWORKS" | tr -d '"'`
Any chance of getting "logic" this added to the image ?
Thanks
The text was updated successfully, but these errors were encountered:
Hi
Firstly thanks for the project, it is appreciated.
I am having an issue when sourcing the environment variables from the system. IE
source .env
, does not work with spaceseg
RELAY_MYNETWORKS=127.0.0.0/8 172.29.0.0/24
is not valid.my docker-compose file looks like - not complete file
I am able to enter the variables as
RELAY_MYNETWORKS="127.0.0.0/8 172.29.0.0/24"
, however that doesn't reflect in the postfix configuration correctly., you end up withmynetworks = "127.0.0.0/8 172.29.0.0/24"
I can work around this by adding the following to the start.sh script (near the top)
Any chance of getting "logic" this added to the image ?
Thanks
The text was updated successfully, but these errors were encountered: