You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue :
The signature timestamp from the DKIM-Signature header , generated after Sign-ing a MimeMessage with a DkimSigner is computed based on local machine time (DateTime.Now), and not on UTC time zone, as specified in RFC6376.
I encountered this problem while testing my DKIM signed emails, sent to a Postfix mail server installed on a Fedora virtual machine, with opendkim mail filter, and got an error from opendkim : "signature timestamp in the future".
The problem is in MimeMessage.cs , line 1432.
Could the problem be fixed?
The text was updated successfully, but these errors were encountered:
Issue :
The signature timestamp from the DKIM-Signature header , generated after Sign-ing a MimeMessage with a DkimSigner is computed based on local machine time (DateTime.Now), and not on UTC time zone, as specified in RFC6376.
I encountered this problem while testing my DKIM signed emails, sent to a Postfix mail server installed on a Fedora virtual machine, with opendkim mail filter, and got an error from opendkim : "signature timestamp in the future".
The problem is in MimeMessage.cs , line 1432.
Could the problem be fixed?
The text was updated successfully, but these errors were encountered: