• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • 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.

Search results

  1. K

    Question Question: allow_sendmail subscription status cli

    Went for another solution. I generally want to avoid software but I've installed 'jq' on our servers. plesk sbin mailmng-outgoing --fetch-statistics --with-limits --with-zero-counters | jq -c '.[] | .[] | select(.domains[].name=="domainname.tld")' This shows everything I need for the relevant...
  2. K

    Question Question: allow_sendmail subscription status cli

    Hmm, there is an issue still. I'm working in multiple environments and I want a universal solution to this... Yay legacy. A JSON parser is not an option within my environments and due to the differences grabbing it from 'plesk sbin mailmng-outgoing'. My options right now are 1) Get the...
  3. K

    Question Question: allow_sendmail subscription status cli

    Hi Kasper, Thanks for the reply! For clarity's sake I'll post the results from both plesk sbin mailmng-outgoing --fetch-statistics --with-limits as well as the JSON format you've used which I believe is retrieved through: plesk sbin mailmng-outgoing --pretty-print --fetch-statistics...
  4. K

    Question Question: allow_sendmail subscription status cli

    In certain situations we disable the option to allow websites to send e-mails, by disallowing use of sendmail. We use a script to automate this. The primary command of the script is: /usr/sbin/plesk bin subscription_settings -u domain.tld -outgoing_messages_enable_sendmail false This disables...
Back
Top