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.
Please be aware: Kaspersky Anti-Virus has been deprecatedWith the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.
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")"