Issues getting non-encrypted smtp relay to work with plausible #5894
Replies: 1 comment
-
|
Finally found the root cause, so if anyone will encounter the same issue with postfix in docker, it is by default set to use TLS, so if you do not specify it in your docker compose file, it will be on. If you are using postfix within docker network a you want to use NO encryption at all, you need to add these lines in postfix docker compose file: POSTFIX_smtpd_tls_security_level: "none" |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I have been searching some help but could not find any working solution yet here. I have docker stack with 19 other containers one of them is postfix as smtp-relay host for all containers on port 25. It is simple, it listens within docker network called caddynet and it accepts request without SSL/TLS or STARTTLS. It is working with matomo, nextcloud, grafana and wordpress. But cannot get plausible to work. Any idea, what might help? Seems like plausible is always forcing some sort of encryption even when I disabled it in compose.override.yml. Plausible is running in its own stack.
Here is my compose.override.yml:
Here is plausible container error log:
Here is postfix container log:
I also tried to remove following lines from compose.override.yml but did not help
Beta Was this translation helpful? Give feedback.
All reactions