-
-
Notifications
You must be signed in to change notification settings - Fork 154
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CourtListener emailer not sending encrypted email. #438
Comments
I suspect @JoshData might have some ideas! He made Mail-in-a-Box. |
Good call. He's gone deeper into email than any mortal ever should. |
We have to go deeper! How does CL send its outbound mail? |
@JoshData: postfix? |
Ah, you run your own server. So, truly, the best way to fix this is to set up a Mail-in-a-Box. Playing with postfix configs is no fun. If you want to be hard core, you can copy the configs from Mail-in-a-Box and hope it helps: https://github.com/mail-in-a-box/mailinabox/blob/master/setup/mail-postfix.sh You shouldn't need a signed cert to make the lock go away - a self-signed one should do the trick. |
That's good news about self-signed being enough, and thanks for the settings reference. We've dabbled in self-hosting our mail, like MIB can do, but it's been an abject failure. Just one more thing that can fail in the infrastructure, I'm afraid. We'll see...perhaps I'll eat these words when I try to get the cert working.... |
Well, this was annoying, but I think it's all set. From what I gather, you need to configure encryption for I'm not going to document all the flags and settings I just tweaked, but they're all on the server. TestingI tested this using: https://www.checktls.com/perl/TestSender.pl And using gmail (which gives a little broken lock icon when things are no good). I haven't devised a test to ensure that unencrypted email still works. I assume it does -- I didn't monkey with it. |
I used this for the self-signed cert, btw: https://devcenter.heroku.com/articles/ssl-certificate-self |
I just re-did this today and used certbot to make it happen. Many notes over in #1574 . |
A good friend sent us this screenshot in response to today's newsletter:
He's right. It's shameful and I shall have to fix it. I don't know how at the moment, and I fear this will mean more HTTPS certificates to manage, but I'm not sure there's a way around that at the moment.
PS: Holy hi-dpi screenshot!
The text was updated successfully, but these errors were encountered: