Hello,
so here's a small modification to add DomainKeys (DKIM) support to i-MSCP.
Install the OpenDKIM package:
Add these lines to the /etc/opendkim.conf file:
Create the /etc/opendkim directory and create the basic files:
Open /etc/default/opendkim and uncomment the following line:
Now we need to modify the Postfix configuration, open /etc/postfix/main.cf and add these lines at the end of the file:
Restart Postfix and start OpenDKIM:
Now open your browser, and go to your phpMyAdmin installation, login and modify the max length of the domain_text field in domain_dns to 255.
Backup your /var/www/imscp/engine/PerlLib/Servers/mta/postfix.pm and replace with the one provided here.
For i-MSCP 1.1.0 Beta 1 only!
Important notes:
1. Use this modified postfix.pm at your own risk!
2. The client(s) should be allowed to use the built-in DNS manager otherwise the TXT record couldn't be generated!
I'm sorry if something is wrong, but I'm tired, sorry