• Please be aware: Kaspersky Anti-Virus has been deprecated
    With 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.

Resolved Domain Keys (DKIM), Subscriptions & Service Plans

Matt Seligman

New Pleskian
Hey Plesk Community,

I've run into something I'm not too certain about regarding Subscriptions, Service Plans and Domain Keys.

Currently I've setup my hosting for multiple customers which all have Subscriptions associated with a Service plan.

Since the one customers Subscription defines all the hosting usage, and limits I've allowed them to have multiple domains if they stay within their Service Plan.

When attempting to enable Domain Keys (DKIM) I was alerted that only the Primary Subscription domain can use the Domain Keys which means I would have to make Subscriptions for every domain they've made which would not work properly with the Service Plans already setup.

Question #1: Is there a way to setup Domain Keys for all the domains within one subscription?
If so how would I accomplish this?

Question #2: Is there a migration tool within Plesk to migrate data to a new subscription without downtime?
If so where would this be located?

I appreciate anyone's input and look forward to hearing ideas regarding to how I can hopefully setup the DKIM for the multiple domains within their single subscription.
 
Question #1: Is there a way to setup Domain Keys for all the domains within one subscription?
If so how would I accomplish this?
Try to use something like:

# for i in `mysql -uadmin -p\`cat /etc/psa/.psa.shadow\` psa -Ns -e "select name from domains"`; do /usr/local/psa/bin/subscription_settings -u $i -sign_outgoing_mail true; done
 
Back
Top