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

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