Skip to main content
DKIM signing is optional for MailChannels to function on cPanel, but it adds an authentication layer that improves deliverability. MailChannels does not modify the parts of messages you sign with DKIM, so existing signatures remain valid. This guide assumes you have already completed the base cPanel/WHM setup.

Add DKIM to the Exim transport

In WHM, navigate to Service Configuration > Exim Configuration Manager > Advanced Editor and locate the mailchannels_smtp transport block in the TRANSPORTSTART section.

Exim 4.93 and earlier

Append the following lines to the end of the mailchannels_smtp transport block:
The completed transport block will look like this:
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

Apply the changes

After saving the Exim configuration, restart Exim to activate the new settings:
Send test messages to confirm that outbound mail is being signed and that signatures validate correctly at the receiving end.