Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
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.
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 ?
you are able to find the ( domain ) specific key at the ( domain ) specific DNS - settings. Without the Plesk DNS server usage, no key will be created.
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.
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;
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;
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")"