-
Controller Versionv5.12.7 Describe Your Issue or QuestionI am unable to send email using v5.12 but had the same problem with v5.9. It used to work many version ago, just too busy to figure it out. Expected BehaviorBe able to send email Steps to Reproduce
How You're Launching the Container
Container Logs
MongoDB Logs
Additional ContextNo problems relaying from other apps. Can we disable the requirment for TLS/SSL? I would guess that would fix it. My guess is the controller wants signed and validated certificates and my little postfix relay is not providing those and I don't want to go to the trouble of creating them for this private and firewalled setup. Thanks in advance, |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 2 replies
-
This did not work for me: |
Beta Was this translation helpful? Give feedback.
-
I use a local postfix server to relay my mail as well. Here are my settings:
Here is most of my postfix config where I am relaying mail:
|
Beta Was this translation helpful? Give feedback.
-
Thanks, I'm guessing it is these in my setting. Where did you get your fullchain.cer and key.key? I'd very much prefer not to try to set up a let's encrypt solution. Are yours default or custom self signed? Mine are default. I've been running these postfix relays for over a decade and never had any app (and I self host many) have any issue, weird. Omada used to work. Can we disable to the attempt at SSL/TLS in some Omada setting? |
Beta Was this translation helpful? Give feedback.
-
You are so kind to create this docker container and provide support tirelessly, thank you. Commenting out the certs solved. Thanks again!! |
Beta Was this translation helpful? Give feedback.
I just tested and if I set
smtpd_use_tls = no
whilesmtpd_tls_cert_file
andsmtpd_tls_key_file
are commented out, I can send mail successfully using my Omada mail settings that I posted above.