ogrethegreat wrote:If there is interest, I'll upload a corrected version of the php-dkim library and the phpmailer class.
Great! Please do. I'm sure there is interest.

ogrethegreat wrote:If there is interest, I'll upload a corrected version of the php-dkim library and the phpmailer class.
ogrethegreat wrote:Here you guys go. Hopefully this will save someone the frustration. I've uploaded the entire ./lists/admin/phpmailer directory to make things easy. It should work with any version of phplist that utilizes the phpmailer library since its an independent library that's been unchanged since 05. I installed php-dkim into the phpmailer dir. You'll need to change the php-dkim/dkim-cfg.php file by pasting in your public and private keys and entering you domain name. It should work with just that one simple configuration. I was working on a DomainKeys header as well but I had to put it down due to workload. I may come back to that in the not too distant future. Let me know if you have any issues and I'll try to help.
Oh and I briefly read about adding these mods to mantis but this is as good as I can do for a few days anyhow.
Enjoy!
DKIM not configured, please run:
openssl genrsa -out key.priv 384
openssl rsa -in key.priv -out key.pub -pubout -outform PEM
Then copy & paste the public and private keys into dkim-cfg.php
PHP Notice: Undefined variable: open_SSL_pub in /usr/local/www/ph
plist/public_html/lists/admin/phpmailer/php-dkim/dkim.php on line 26
PHP Deprecated: Function ereg() is deprecated in phplist/public_html/lists/admin/index.php on line 275&397, referer: http://ph1.tw-roc.org/edm/admin/?page=messages
require_once __DIR__ .'/dkim-cfg.php' ;
require_once 'dkim-cfg.php' ;
require_once(__DIR__."/php-dkim/dkim.php");
require_once("dkim.php");
Return to Advanced Answers, Howtos, Tips & Tricks
Users browsing this forum: No registered users and 2 guests