Re: DKIM fail if WHM adds Message-ID, should be Message-Id

2020-10-12 Thread Adi Pircalabu
On 12-10-2020 19:16, Robert Martin wrote: I created a client library to send emails for a webapp. After connecting to the SMTP server with credential setup in CPANEL, and then do NOT add Message-Id header, the DKIM signature 'h' record created by dovecot/WHM is wrong, and a Message-ID (with a ca

Re: DKIM fail if WHM adds Message-ID, should be Message-Id

2020-10-12 Thread @lbutlr
> On 12 Oct 2020, at 03:06, Tom Hendrikx wrote: > > On 12-10-2020 10:16, Robert Martin wrote: >> I created a client library to send emails for a webapp. >> >> >> After connecting to the SMTP server with credential setup in CPANEL, and >> then do NOT add Message-Id header, the DKIM signatur

Re: DKIM fail if WHM adds Message-ID, should be Message-Id

2020-10-12 Thread @lbutlr
On 12 Oct 2020, at 02:51, webad...@exalt.com.au wrote: > I created a client library to send emails for a webapp. > > When the client library makes a connection to the SMTP server, and then do > NOT add Message-Id header, Message-ID (with a capital D) header is added, > and the SMTP server adds

Re: DKIM fail if WHM adds Message-ID, should be Message-Id

2020-10-12 Thread Tom Hendrikx
On 12-10-2020 10:16, Robert Martin wrote: I created a client library to send emails for a webapp. After connecting to the SMTP server with credential setup in CPANEL, and then do NOT add Message-Id header, the DKIM signature 'h' record created by dovecot/WHM is wrong, and a Message-ID (with a

DKIM fail if WHM adds Message-ID, should be Message-Id

2020-10-12 Thread webadmin
I created a client library to send emails for a webapp. When the client library makes a connection to the SMTP server, and then do NOT add Message-Id header, Message-ID (with a capital D) header is added, and the SMTP server adds a incorrect DKIM-Signature record 'h' part, invalidating t

DKIM fail if WHM adds Message-ID, should be Message-Id

2020-10-12 Thread Robert Martin
I created a client library to send emails for a webapp. After connecting to the SMTP server with credential setup in CPANEL, and then do NOT add Message-Id header, the DKIM signature 'h' record created by dovecot/WHM is wrong, and a Message-ID (with a capital D) header is added, invalidating th