I was on 11.36 and and after this update I setup exim.conf with the proper changes for dkim with my outgoing mail but now when I put those changes in, The mail stops sending and exim freaks out and will not restart. I used a copy that I had made of the working exim.conf so I would not have to mess with this stuff again.
Also had to make some changes since I was using the pipe method to resolve sending issues.
remote_smtp:
driver = smtp
dkim_selector = default
dkim_canon = relaxed
dkim_private_key = /usr/local/cpanel/etc/exim/dkim.key
dkim_domain = mydomain.com
interface = ${if exists {/etc/mailips}{${lookup{$sender_address_domain}lsearch*{/etc/mailips}{$value}{}}}{}}
helo_data = ${if exists {/etc/mailhelo}{${lookup{$sender_address_domain}lsearch*{/etc/mailhelo}{$value}{$primary_hostname}}}{$primary_hostname}
Also had to make some changes since I was using the pipe method to resolve sending issues.
remote_smtp:
driver = smtp
dkim_selector = default
dkim_canon = relaxed
dkim_private_key = /usr/local/cpanel/etc/exim/dkim.key
dkim_domain = mydomain.com
interface = ${if exists {/etc/mailips}{${lookup{$sender_address_domain}lsearch*{/etc/mailips}{$value}{}}}{}}
helo_data = ${if exists {/etc/mailhelo}{${lookup{$sender_address_domain}lsearch*{/etc/mailhelo}{$value}{$primary_hostname}}}{$primary_hostname}
Last edited: