Add DKIM to the Exim transport
In WHM, navigate to Service Configuration > Exim Configuration Manager > Advanced Editor and locate themailchannels_smtp transport block in the TRANSPORTSTART section.
Exim 4.93 and earlier
Append the following lines to the end of themailchannels_smtp transport block:
Section: TRANSPORTSTART
Exim 4.94 and later
Exim 4.94 introduced tainted filename restrictions that affect how${dkim_domain} is expanded. Use the get_dkim_domain Perl function instead:
Section: TRANSPORTSTART

