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
Settings postfix using postconf variables from environment...
Settings postfix...
The file at RELAY_TLS_CA must exists and be a valid file
run-parts: /docker-entrypoint.d/21postfix: exit status 1
for me that worked because it seems it always requires some Certifiacte file and the mentioned default location is empty in the container. and RELAY_USE_TLS is by default set to "yes".
Not sure if it then falls back to an unsecure connection though.
When I try start the container I get a
docker-compose
smtp-relay: image: turgon37/smtp-relay:latest environment: - [email protected] - RELAY_MYHOSTNAME=smtp.xx.xx - RELAY_MYDOMAIN=ilab.cl - RELAY_MYNETWORKS=127.0.0.0/8 172.22.1.0/24 - RELAY_HOST=in-v3.mailjet.com - RELAY_LOGIN=xx - RELAY_PASSWORD=xx ports: - 25:25
The text was updated successfully, but these errors were encountered: