SMTP on local hosted server #341
Unanswered
jarvismeierbrt6hc
asked this question in
Q&A
Replies: 1 comment 1 reply
-
For the first scenario, I think I'd have to add some configuration options. But I don't have a similar environment to test against, and my time's stretched a little thin currently. I've never added a self-signed cert to Ubuntu, and I'm not sure if ASP.NET Core will automatically trust it. But it's worth a shot. Here's what I found: https://askubuntu.com/questions/645818/how-to-install-certificates-for-command-line I'd also disable "Check for Certificate Revocation" in Remotely Server Config. Afterward, I'd restart the Remotely service, just to be sure: Let me know if that works. :) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a Barracuda Spam Firewall that is currently configured with no auth and no TLS for SMTP. Any way to get SMTP working with these requirements?
Alternately I have an exchange hybrid environment with a local mailbox it can use however the SMTP over TLS certificate is self signed and it's being rejected. How does one import the Root and Issuing CA's so they can be used by remotely?
This is running on an ubuntu 20.04 server.
Beta Was this translation helpful? Give feedback.
All reactions