• 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.

Activate domain keys by Service Plans/Subscriptions model

Hiljo_Lodewijk

New Pleskian
Hello all,

Recently I've tested the usage of domain keys on my plesk 12 server. The feature works without problems. I'm wondering however if it's possible to activate the domain keys by a service plan or subscription model. If not, for all my domains (65) I've to activate them manually and for each domain iIll create in the future I have to activate it too.

Thanks for any ideas and help!
 
Hi Hiljo_Lodewijk,

you could as well use the command:

plesk bin subscription_settings -u example.com -sign_outgoing_mail true

For more informations regarding the "subscription_settings utility", please visit:


As far that I know, there is no general setting for "true" in the subscription plan settings, because the default setting is defined as "false", as you can read in the reference.
 
Thanks for your reply.

I understand the usage of the subscription utility. This would help for the current domains on my server, but for new ones i have to do this each time one is created. Therefore I was wondering it was possible to set this using the Service plans. All the mail settings are listed there, except for the domain keys option...
 
I was thinking: Would it be possible to create an eventhandler using the event manager, and running /usr/local/psa/bin/subscription_settings -u <NEW_DOMAIN_NAME> -sign_outgoing_mail true when a new domain is created?

When using the subscription utility, is the checkbox and plesk updated accordingly? Evenso for the DNS records?
 
Last edited:
Yes, i did today. I created an event handler:
Domain creation - Lowest (10) - root - /usr/local/psa/bin/subscription_settings -u <new_domain_name> -sign_outgoing_mail true

This works as expected! When creating a domain, the event is fired and the domain is signed :)

Thanks for the answer and help. This works, but is unfortunately a workaround for not having the option to activate it in a Service Plan.
 
Back
Top