Impossible to find a way to show, by default, all domains and websites...
When I log on the Plesk Admin, I come first on a list of websites and domains, but they are not «all» listed. I have to go to the full bottom of the page to click on «Show all».
I didn't find a preference or anything else to change that, and I don't understand why all domains are not listed.
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.
After a migration I did this weekend I mis a couple of the migrated domains in the subscription list. The domains are working great, but I cannot find them in Plesk.
I got this errors in the migration manager:
Info: The password was generated for user 'Domain Administrator (domain.com)'. New password is 'GA66QgQ'
Warning: Execution of /opt/psa/admin/plib/api-cli/user.php --create domain.com -owner admin -guid cfa43606-e8b0-444c-a005-660984840498 -cname Domain Administrator (domain.com) -passwd '' -status disabled -domain-admin true -email '' -external-email true -role Domain Administrator (domain.com) -country NL -legacy-user false -subscription-name domain.com -ignore-nonexistent-options failed with return code 1. Stderr is Error during user creation: Owner with id 1 has not subscription with id 69
Warning: domain "domain.com" Execution of /opt/psa/admin/bin/backup_restore_helper --restore-legacy-dlu domain.com -dlu-info /opt/psa/PMM/tmp/deployer_legacy_dluIrjcWa -ignore-nonexistent-options failed with return code 1. Stderr is Unable to create Account object: Account: unable to select: no such row in the tableClick to expand...
I'm looking for a way to get a report of the top domains that are continuously greylisted so I can determine which ones need to be put on the "domains- whitelist" because they use different IPs when resending, causing very long delays (hours/days/never) for each message sent.We're using Plesk11 on CentOS 6.4 with Postfix and the Plesk built-in Greylisting option enabled.
I'm in a unique position (friend of a business owner) to provide a hosting company between 50 to 1000 new clients who need a domain name, yearly hosting and a 1 or 2 page website that clients can edit and customize to a limited amount (color, main body text and headers and some graphics within body). A basic template with graphics and text would be provided, just need the backend for the clients to customize certain things.
I'm new to the hosting scene, so I'm not sure of any exsisting hosts that offer this.
I'm sure some of the big hosting companies offer something similar like godaddy.
However we are looking for a hosting company that we can recieve residual referral monies from these clients we sign up. I guese if someone offers a reseller account with all these features, then we charge our clients whatever we want. I am just looking at options right now to research and provide suggestions to my partner.
Is it possible to get a list of domains that are using a specific pair of nameservers?
We've purchased several hosting companies over the years, and would like to consolidate the nameservers we are using and need to manage.
Thus.. we need to figure out which customers are using which nameservers.
So getting a list of which domains are using the nameservers we don't want to use any more would be a nice easy way. Then we can contact those specific customers only.
Does anyone know why you have to specify the Disk Space in both the Cleint area and also the Domain area within Plesk? Also for one client I have specified 250MB, but in the email user it says 'unlimited' any ideas?
My problem is, when I attempt to access a seperate webspace's control panel login through webspace2.com:8443 it automatically redirects me to https://hostname.com:8443.
If however I go to https://webspace2.com:8443 this redirect does not happen and I can log straight in through this domain.
Ideally I need to keep these domains separate and need to remove this non-https redirect that is currently happening.
I am trying to set up a client template using Plesk, the Maximum I want to give the user is 250MB space and 2000MB bandwidth... I was wondering if anyone else who know Plesk could give some helpful ideas on what other options would be useful for the customer?
Is it possible to get Plesk working with different bounce message templates? I'd like to make messages in my Polish language to make people know what the bounce problem is. How can I make plesk not to overwrite the main.cf and bounce directive ?
I tried to add ac new subscription and this failed.No I have an inconsistent subscription and get the following error: New configuration files for the Apache web server were not created due to the errors in configuration templates:
Template processing failed: file = /opt/psa/admin/ conf/ templates/ default/domainVhost.php, error = Template_Exception: No data. file: /opt/psa/admin/plib/Template/Processor.php line: 28 code: 0 Previous error: Template_Variable_Exception: No data. file: /opt/psa/admin/plib/Template/Variable/AbstractCachedData.php line: 67 code: 0. Detailed error descriptions were sent to you by email.click here to generate broken configuration files once again or here to generate all configuration files.
Out of the blue today every email sent through our domain is bouncing with the following message:
Remote SMTP Server Returned: 553 Sorry, that domain isn't in my list of allowed rcpthosts.
The server has been fine for over a month and email has been working properly. The only one with access to the server is me and I haven't done anything. We are receiving email just not able to send.
This server is running Windows 2008, IIS7, and the control panel is Plesk 8.6. It is running Mailenable as the email server.
Has anyone experienced this with a similar setup and can you help me fix it?
I have exhausted all recommendations from google searches. All my DNS and MX records are setup properly as well as my relay settings on the server.