9front - general discussion about 9front
 help / color / mirror / Atom feed
* [9front] "Insecure" icon in gmail
@ 2024-05-15 21:21 Dave MacFarlane
  2024-05-15 21:28 ` Stanley Lieber
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Dave MacFarlane @ 2024-05-15 21:21 UTC (permalink / raw)
  To: 9front

I just spent more time than I care to admit trying 
to get rid of the red "Insecure" icon on emails sent 
to gmail from my 9front box. 
 
In the end, the meat of my /mail/lib/remotemail ended up 
being 
	exec /bin/upas/dkim -s 20180128 -d driusan.net >[2]/sys/log/dkim| /bin/upas/smtp -s -h driusan.net .driusan.net $addr $sender $* 
 
But I had to modify upas/smtp to *not* validate the certificate 
for startls by commenting out the okCertificate line in  
/sys/src/cmd/upas/smtp/smtp.c 
 
This doesn't seem like a great idea, but without -s remotemail 
won't use startls, and with -s the list of thumbs needs to be 
maintained for every email server on the internet in order to 
send email as far as I can tell. 
 
So I have 3 questions: 
1. Am I missing something obvious? 
2. Is there a better way to do this? 
3. Would it make sense to add a flag to use startls but not validate certificates for upas/smtp? 
 
- Dave 

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2024-05-18 22:29 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-05-15 21:21 [9front] "Insecure" icon in gmail Dave MacFarlane
2024-05-15 21:28 ` Stanley Lieber
2024-05-16  1:23 ` [9front] " Anthony Martin
2024-05-16  1:39   ` Kurt H Maier
2024-05-16  2:06   ` Dave MacFarlane
2024-05-16  2:51     ` Anthony Martin
2024-05-16 10:27 ` [9front] " cinap_lenrek
2024-05-16 11:01   ` sirjofri
2024-05-18 18:45     ` ori
2024-05-18 20:12       ` hiro
2024-05-18 22:27         ` sirjofri

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).