I have Linux and Windows server with Plesk 8.6 as the control panel and now the issue is that there is no option to auto suspend the accounts which are using over the quota(Diskspace or Traffic). All I have to manually check the accounts and to suspend, which I think not good. Is there any option to get the accounts auto suspended once they reached the limits. In the Notifications area, sending mails to clients regarding the quota, but no option to suspend the accounts.
Under a Reseller's resources there are 3 options for Overuse:
1) Overuse is not allowed
2) Overuse of disk space and traffic is allowed
3) Overuse is allowed (not recommended)
All 3 apply to a Reseller's subscription.
Firstly, why should we care on the policy the reseller adopts for its subscriptions? It's nothing to do with us. The Overuse option for Resellers should aply to the Reseller account. But it doesn't. We have overusing resellers that are not getting suspended when the stats run like on Plesk 9.
i see alot hosting have a good trick which is auto suspend site over the normal load of 5% .... so what is this script that suspend site for period time and unsuspend it automaticly
I am an administrator of ialumno.com a spanish NGO to promote the use of Tablet PCs in education.
Yesterday I received an email from one of the guys in Vistapages telling me that they are going to suspend my account because my Joomla software is too heavy to be hosted. And say that I must upgrade to an 49 dollar account, way out of our little budget.
I am not happy of that. I have no intention to drag down other users websites. I do not know what legal options do I have. Because they canŽt just suspend you on no basis and on no aid from their admins. please tell me what I have to do. I just need some aid or IŽll think this as a way to force us pay more money.
We're managing a CMS script which we offer as a hosted solution / leased script. This means we have several accounts on our server, one pr. client/script user. They all run the same script software and occasionally we have to upgrade the script on these sites. Until now this is being done manually.
Connect with FTP -> upload new files -> Done.
This is very easy work but takes annoyingly much time due to FTP needing to set up connections, switching accounts, etc.. and if you have 100s or 1000s of accounts this becomes...yes...you know..
The question is now, how can this be done easier? I was hoping that it would be possible to do this automated somehow (we have root access to our server).
I need to get a list of suspend domains from mysql. The domains are suspend because they exceeded quota.So far I have done this query:
#############
select domains.id, domains.name as domena, Round(((sum(domains.real_size))/1048576),2) realMB,
(select Round((limits.value/1048576),2) from limits left join (domains, subscriptions, subscriptionproperties) on (domains.id=subscriptions.object_id and subscriptions.id=subscriptionproperties.subscription_id and subscriptionproperties.value=limits.id) where subscriptionproperties.name='limitsId' and limits.limit_name='disk_space' and domains.name=domena) quotaMB from domains where domains.status='2' and (select (sum(domains.real_size)))>0 group by domains.cl_id;
but I didnt managed to get only those that exceed the quota.
How can I configure "Backup manager" to clear checkbox "During the backup process, website visitors will be redirected to the custom error document page with the search engine friendly 503 HTTP code" for default (for subscribers, customers, etc.)
Details: ERROR: error during prepare patch panel-12.0.18~patch51...Failed to download the package URL.... The requested URL returned error: 500 Internal Server ErrorNot all packages were installed.Please try installing packages again later. I did verify with a web browser that I can access and download the WMIMSDNSProvider.dll file specified in the update. Is this just due to a timeout and the system retries the update? If so, how can I confirm that patch 51 got applied at some point.
I had been wondering why I wasn't getting MU#42 of Plesk 12.0.18 on Ubuntu 14.04.2 LTS (and 12), and I noticed this when running apt-get update (just after running autoinstaller from UI)...
Reading package lists... Done
W: GPG error: http://autoinstall.plesk.com trusty InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 22738D6AF741DEBClick to expand...
couldn't find any installation guide by Paralles how to install Plesk12 step by step. Found some on the internet, got the webinstaller started, but it says I should visit "192.168.0.100:8447" in my browser, which is just the internal IP of the server. Now I don't know what to do now, it's a fresh installed CentOS 6.5
my plesk control panel 11.5.30 has problems running the auto update of the panel. During the upgrade, the server reboots even after an error message appears that shows the following message: Can't parse /root/parallels/products.inf3: Error reading end tag.
when somebody send email to hisname@hisdomain.com I'm getting that email in my mailbox (administrator email in Plesk settings).There is no CC or BCC in email recipient.I've tried to turn off the auto-reply and I'm not getting any emails.
OS : centos 6.5 2.6.32-431.23.3.el6.x86_64 actual plesk version 12.0.18 after auto-update google authentication and 3other extensions were enabled and now google authentication isn't in the list of installed extensions and not functioning i was able to login as before without google authentication but when I wanted to reinstall the extension catalog shows a empty screen I have ran /usr/local/psa/admin/sbin/autoinstaller --select-release-current --upgrade-installed-components & /usr/local/psa/bootstrapper/pp12.0.18-bootstrapper/bootstrapper.sh repair no luck where to look or to reinstall the extention catalog ?
Last night the plesk auto updater ran an update. And i was wondering if others have had the same issue?
CentOS6, RHEL5 x64 Plesk 12 Unlimited
Detecting installed product components. Gathering information about installed license key... Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile
[Code] .....
ERROR: The Yum utility failed to install the required packages. Attention! Your software might be inoperable. Please, contact product technical support.Click to expand...
I'm trying to find Courier IMAP config: /etc/courier/imapd
Because i would like to edit the parameters for the trash folder (see qoute and link below)
The file on my server is not there. I did some grep and locate commands and was unable to find it.
##NAME: IMAP_EMPTYTRASH:0 # # The following setting is optional, and causes messages from the given # folder to be automatically deleted after the given number of days. # IMAP_EMPTYTRASH is a comma-separated list of folder:days. The default # setting, below, purges 7 day old messages from the Trash folder. # Another useful setting would be: # # IMAP_EMPTYTRASH=Trash:7,Sent:30
I use for my client the webmail Roundcube.. How to I set for Auto Deleting The Mails From Trash Folder and Junk with mail server Dovecot after 30 days?