Hello,
Outbound mail is not accepted by our mail server. It is qmail with DKIM patches. All hosts in our network and all software installed does send successfully email. Only EspoCRM (using Zend mail) does not work.
Actual error is: 451 qmail-dkim: DKIMContext structure invalid for this operation (#4.3.0).
I did a bit of research and found out that this error is returned only when email body does not contain “from” and “date” headers. Performed some debug on EspoCRM and confirmed that both headers are generated in message. So I am stuck now.
Please help
Outbound mail is not accepted by our mail server. It is qmail with DKIM patches. All hosts in our network and all software installed does send successfully email. Only EspoCRM (using Zend mail) does not work.
Actual error is: 451 qmail-dkim: DKIMContext structure invalid for this operation (#4.3.0).
I did a bit of research and found out that this error is returned only when email body does not contain “from” and “date” headers. Performed some debug on EspoCRM and confirmed that both headers are generated in message. So I am stuck now.
Please help
Comment