• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Question PHPMAILER option DKIM location private key

peterbinsje

New Pleskian
PHPMAILERS has options to add DKIM header so you can send email with dkim signature without to use the smtp method. Dkim is install in plesk 17.5.3 but where can i find the private key ?
 
thanks, i understand its not working like opendkim plesk has it own system. PHPMAILER needs a private key.
Does not work, or is there a other solutions for ?
 
Go to the domain you want to use and Copy your DKIM key from the DNS settings from Plesk into the DKIM PhpMailer setup file and you're done.

If you don't see your DKIM listed under DNS settings, you need to turn it ON. Go to your domain mail settings and check the DKIM box which will activate DKIM in Plesk and repeat step one.

Now each time PhpMailer sends an email it will use your DKIM key. Don't forget to copy your Plesk DKIM key to your outside DNS server if you're not using Plesk for DNS.

If you still can't find your DKIM settings in Plesk, use this site http://dkimcore.org/tools/keycheck.html to get your DKIM record from your site.
 
Which "DKIM PhpMailer setup file" please ?
Where to paste the DKIM key from the DNS settings ?

In PHPMailer 5.5, I only found this :
$mail->DKIM_domain = 'example.com';
$mail->DKIM_private = '/var/dkim/dkim.private';
$mail->DKIM_selector = 'mail';
$mail->DKIM_passphrase = '';
$mail->DKIM_identity = $mail_from;
 
Not resolved.
Which "DKIM PhpMailer setup file" please ?
Where to paste the DKIM key from the DNS settings ?
 
Which "DKIM PhpMailer setup file" please ?
The actual file name in that post is class.phpmailer.php You have already posted the sections that are required ... ;)
Where to paste the DKIM key from the DNS settings ?
If you read all the posts in the thread via that posted link, you'll see an extract from a Plesk Support Doc:
"Private keys are located in the corresponding domain directory in /etc/domainkeys/ For example, /etc/domainkeys/example.com/default (for selector "default")"
 
Back
Top