Re: Mutt cannot sent mail in OpenBsd

2022-07-09 Thread Wim Stockman
Hi, Thanks Stuart, I figured it out. So silly my SMTP server was indeerd serving a different cert than my imap server (DOVECOT). I used the mail.thinkerwim.org.crt instead of mail.thinkerwim.org.fullchain.pem Thank bsd team for helping me :-). See you around Bye Wim Stockman On Sat, Jul 09, 2

Re: Mutt cannot sent mail in OpenBsd

2022-07-09 Thread Stuart Henderson
On 2022-07-08, Stuart Henderson wrote: > You are missing the intermediate certificate on the server. visually: imap - presents an intermediate cert, providing a path to the trusted root cert --- Certificate chain 0 s:/CN=mail.thinkerwim.org i:/C=US/O=Let's Encrypt/CN=R3 1 s:/C=US/O=Let's E

Re: Mutt cannot sent mail in OpenBsd

2022-07-08 Thread wim
Indeed , OpenBSD uses LibreSSL 3.5.2 and my Artix Linux runs Openssl The LibreSSL says : Verify return code: 20 (unable to get local issuer certificate) And the OpenSSL says : Verify return code: 21 (unable to verify the first certificate) Here is the diff from both. 4,5c4,5 <  0 s:CN = mail

Re: Mutt cannot sent mail in OpenBsd

2022-07-08 Thread Zé Loff
On Fri, Jul 08, 2022 at 07:22:51PM +0200, Wim wrote: > The strange thing is that the client machine and server are the same... The client's not necessarily the same. Linux might be using OpenSSL, OpenBSD is almost certainly using LibreSSL, there might be differences on the root certificates accep

Re: Mutt cannot sent mail in OpenBsd

2022-07-08 Thread Stuart Henderson
You are missing the intermediate certificate on the server. On 2022-07-08, wim wrote: > Hi everybody, > > I have this weird issue. > I can read the mails with mutt on openbsd but when I want to sent I get > this message from the mutt log: > [2022-07-08 14:33:16] mutt_send_message() Sending mess

Re: Mutt cannot sent mail in OpenBsd

2022-07-08 Thread Wim
The strange thing is that the client machine and server are the same... Maybe Mut looks into the wrong place. I installed mutt from the openbsd package and using openbsd 7.1 Thanks for the help. Kind regards Wim Philipp Buehler schreef op 8 juli 2022 16:31:31 CEST: >Am 08.07.2022 15:49 schrieb

Re: Mutt cannot sent mail in OpenBsd

2022-07-08 Thread Philipp Buehler
Am 08.07.2022 15:49 schrieb Dave Voutila: $ openssl s_client -showcerts -servername mail.thinkerwim.org -connect mail.thinkerwim.org:587 `-starttls smtp` helps a lot. The cert is there (also on :25 ftm) and signed by LE. The rub is that the mutt client machine does not know that issuer, See

Re: Mutt cannot sent mail in OpenBsd

2022-07-08 Thread Dave Voutila
wim writes: > Hi everybody, > > I have this weird issue. > I can read the mails with mutt on openbsd but when I want to sent I > get this message from the mutt log: > [2022-07-08 14:33:16] mutt_send_message() Sending message... > [2022-07-08 14:33:16] raw_socket_open() Looking up mail.thinkerwi

Mutt cannot sent mail in OpenBsd

2022-07-08 Thread wim
Hi everybody, I have this weird issue. I can read the mails with mutt on openbsd but when I want to sent I get this message from the mutt log: [2022-07-08 14:33:16] mutt_send_message() Sending message... [2022-07-08 14:33:16] raw_socket_open() Looking up mail.thinkerwim.org... [2022-07-08 14:33