• 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!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • 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.

Issue Overuse notification sent to administrator when notifications are disabled

Rene van Lieshout

Basic Pleskian
Hi,

Does anybody else experience this issue: We get daily mails about overuse to our admin mail address, even though we have disabled all overuse mails for administrator?
 

Attachments

  • Schermafbeelding 2020-07-07 om 08.10.06.png
    Schermafbeelding 2020-07-07 om 08.10.06.png
    144.2 KB · Views: 10
Could you provide this informations:

1. Email Title (without your domain info if any)
2. From: Email Address (First Part)
 
We have this problem on some yet-to-be-upgraded-to-obsidian and obsidian-servers

Latest version:

Subject: <...> Notification: Resource usage by subscription has exceeded the allotments
From: =?UTF-8?Q?domain=20-=20LICO=20Innovations?= <[email protected]>
Reply-To: =?UTF-8?Q?domain=20-=20LICO=20Innovations?= <[email protected]>
X-Mailer: =?UTF-8?Q?PHP/7.3.17?=
 
Sorry, Your response is not clear but:

Make sure you've no customer email accounts matches the admin account (Maybe you added a test customer), or your admin email is not added as an alternative address for another account or customer.

Run this command to make sure there is no false positive on that option.:

Bash:
plesk bin notification --update -code domain_limits_exceed -send2admin false
 
Make sure you've no customer email accounts matches the admin account (Maybe you added a test customer), or your admin email is not added as an alternative address for another account or customer.

Confirmed that that mail address is not used somewhere else

Bash:
plesk bin notification --update -code domain_limits_exceed -send2admin false

Executed. Let's see what this does (tomorrow)
 
Didn't help

Also executed

<code>
for id in 3 16 22 26; do plesk bin notification --update -id $id -send2admin false ; plesk bin notification --update -id $id -send2reseller false ; done
</code>

But it just keeps sending those mails
 
Back
Top