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