On 2016-10-07, Joost Pieterse <[email protected]> wrote: > Hi everyone, > > > I have setup and validated a DNS record for dkim, and now I am trying to sign > emails. > > I am using Swiftmail in php to send mails, this normally works fine. > > However when I sign the mail header the mail is not sent and I find this in > exim's main log: > > > SMTP connection from localhost (lltb.puck-it-dev.nl) [::1] lost while reading > message data (header) >
Exim does not do DKIM signing until transport (outbound delivery) time, so this setting change is unlikely to be related to your problem, which appears to be hapening during inbound SMTP. Perhaps revert your changes until it starts working. or inspect the smtp traffic using wireshark/tcpdump -- This email has not been checked by half-arsed antivirus software -- ## List details at https://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
