Plesk Automation :: Prefix For MySQL / FTP And Email Accounts

Mar 14, 2014

I've configured PPA management, web server and a mysql database server. Now I want that if a customer add a mysql, ftp or mail account, that the names begins with a prefix that I've defined.

View 4 Replies


ADVERTISEMENT

Mysql, Email Accounts And Quota

Mar 16, 2007

if the number of Mysql databases or email accounts on one account has any issue on the quota (hard disk) that I offer to my customers. I'm suggesting More databases will take more space but I need clarification.

View 2 Replies View Related

Plesk Automation :: Create Email Alias In API?

Feb 7, 2014

how to create email alias in plesk api.?

View 3 Replies View Related

Plesk Automation :: Disable Email On Domain Entirely?

Jul 25, 2014

How do we disable email on the domain entirely? The client is hosting email externally - the offered spam filtering is wholely inadequate and we're seeing a few of these happening - to the point I'm considering offering externally hosted email plans anyway - but back to the problem - I need to delete the mailboxes and then disable mail - and then remove the DNS records for webmail etc - but can't seem to find how to turn off locally hosted email for a domain.

View 11 Replies View Related

Plesk Automation :: Set User And Privileges From Mysql

Jul 3, 2014

I'd want to create a user and set custom privileges using the standard mysql-client, ie. create user and grant privileges, but I know that sometimes Plesk overwrites my config files for other services.

View 2 Replies View Related

Plesk Automation :: Email Alias Name Is Not Changed On Update

Jul 2, 2014

We have noticed that if we have created example@domain.tld email account and we create new domain alias for example alias.tld. We have already created email accounts for example@domain.tld and example@alias.tld.

Now, if we change email account name for example example2@domain.tld only mailbox for example2@domain.tld is updated, example@alias.tl is unchanged.

In this case if someone send email to example2@alias.tld email will not be delivered because alias mail name was not updated. We have noticed this error in PPA 11.1 and PPA 11.5.

View 1 Replies View Related

Plesk Automation :: Move Single Domain Email To Another Node?

May 14, 2015

I have a full mail node and I have to move some domains on a different node without losing data . Is possible with PPA?

View 3 Replies View Related

Plesk Automation :: All MySQL Databases Exposed At Reseller Level

May 22, 2014

I have 2 Nodes. Both of them are configured like this:

Node1: Roles: MySQL, Apache,. Postfix; Attributes: Apache, Postfix, Webhost; restricted=>Reseller1
Node2: Roles: MySQL, Apache,. Postfix; Attributes: Apache, Postfix, Webhost; restricted=>Reseller2

I log in as Reseller1 (clean login; not by switching from PPA Admin to Reseller1), create a Webspace and a Database. At that point I am able to see and create Databases on every Node, even on Reseller1 (Node1), which is set to restricted. I guess this behaviour is not intended, isn't it?

View 2 Replies View Related

Plesk Automation :: Update MySQL Version Database Node

Jun 6, 2015

Is it possible to update the MySQL version on the db nodes from 5.1 to 5.5 or is it supported?

View 3 Replies View Related

Plesk Automation :: Local Server Visible When Adding New MySQL Database

Mar 27, 2014

Somehow when customers add a new MySQL database they can select a Local MySQL server. It turns out this is the MySQL instance running on the CP server, can I somehow hide this server from the list?

View 1 Replies View Related

Transferring Email Accounts From Plesk To CPanel

Apr 30, 2008

I have a client moving their email-only hosting account from Plesk 8 to cPanel 11.

Is there a function in Plesk control panel for backing up the email accounts and can I then import the backup into cPanel to make the process smooth? Or, can I do it only manually?

View 5 Replies View Related

Plesk Automation :: MySQL Server Not Starting Anymore - Failed To Restart Service

Jun 5, 2014

What could I fix by trying to start mysql server, recieve following errors:

plesk interface:

Code:
Failed to restart the "mysql" service.
Cannot start/stop/restart service: Rather than invoking init scripts through /etc/init.d, use the service(8)
utility, e.g. service mysql restart
Since the script you are attempting to invoke has been converted to an
Upstart job, you may also use the stop(8) and then start(8) utilities,
e.g. stop mysql ; start mysql. The restart(8) utility is also available.
start: Job failed to start

from the console:

Code:
sudo service mysql start
start: Job failed to start

Code:
mysql -uadmin -p`cat /etc/psa/.psa.shadow` psa
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)
output of plesk_11.5.30_reset_instance_data.log:

[Code] ...

View 4 Replies View Related

Plesk 12.x / Windows :: Export Email Accounts Into CSV File

Jun 28, 2015

I am using the Plesk 12 in windows server 2008.

I want to export the email accounts in Plesk into a CSV file.

View 1 Replies View Related

Plesk 12.x / Windows :: Resources Overuse And Email Accounts

Jun 10, 2015

I want to set plesk to allow the overuse for disk space and bandwidth for my customers, but not for e-mail accounts.

If I do not allow overuse, what exactly happens when a customer exceeds the use of resources? The plesk panel immediately stops all the customer's services? Or what?

Moreover: is there a diagnostic utility to understand if the plesk panel is working correctly and is correctly installed?

View 2 Replies View Related

Plesk 11.x / Linux :: Disabling Email Forwarding Configured In Accounts

Aug 23, 2014

Many of our clients create e-mail accounts that forward incoming e-mail to mailboxes hosted on other e-mail services. e.g., Gmail.

Lately, though, a handful of these accounts have been receiving a lot of spam (i.e., UCE) and that's been causing a lot of damage to our reputation with these other e-mail services because the message that's being forwarded appears to have originated from our servers.

Code:
<someuser@gmail.com>: host gmail-smtp-in.l.google.com[64.233.183.27]
said: 552-5.7.0 This message was blocked because its content presents a
potential 552-5.7.0 security issue. Please visit 552-5.7.0
http://support.google.com/mail/bin/answer.py?answer=6590 to review our 552
5.7.0 message content and attachment content guidelines.
g20si28780491ici.46 - gsmtp (in reply to end of DATA command)

Is there some way to...

Find accounts that are configured to forward to gmail?

Disable forwarding in accounts that are configured to forward to gmail? 

View 4 Replies View Related

Plesk 12.x / Linux :: Subdomains Redirect Www Prefix

Jul 15, 2015

We are starting to migrate our servers to Plesk and are building all necessary processes with the plesk xml api.

If I create a subdomain via api

Code:
<subdomain>
<add>
<parent>domain.com</parent>
<name>example</name>
<property>
<name>www_root</name>
<value>httpdocs/web/</value>
</property>
</add>
</subdomain>

The vhost configuration at apache gets this part

Code:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{HTTP_HOST} ^subdomain.domain.com$ [NC]
RewriteRule ^(.*)$ http://www.subdomain.domain.com$1 [L,R=301]
</IfModule>

So every subdomain is redirected to prefix www. But if I create the subdomain via plesk panel, the mod_rewrite isnt created, as i want. I also tried reconfigure-all, but this rewrite part is always active. I have no possibility in plesk 12.0.18 to set the setting for www prefix like at normal sites. So what can i do to prevent it and where can i change it afterwards?

View 1 Replies View Related

Nameservers :: NS1 Prefix? NS2 Prefix

May 16, 2008

when you signup for host they ask three questions:

Host name
NS1 prefix
NS2 prefix

If my registered domain name is xyz dot com, how I am going to answer these questions

View 6 Replies View Related

Plesk Automation :: Error While Installing Automation During (Getting SELinux) Step

Jul 5, 2013

I am trying to install Automation, and I keep getting an error after the "Getting SELinux" step, here is a log of the process so far:

Code:
[INFO]: Checking current user privileges...
[INFO]: Checking critical environment requirements...
[INFO]: Determining OS parameters...
[INFO]: Detected OS: CentOS-5-x86_64
[INFO]: Getting SELinux state...
[ERROR]: Unexpected error: ''

[Code] ....

I have tried running the installation on a different server and the same issue came up...

View 19 Replies View Related

Plesk Automation :: Failure To Install Automation On Centos 6.5

Apr 4, 2015

I am installing plesk automation on centos 6.5 using this command on a fresh system

./ppa_installer --password some_password --admin_email some_email

and get the following error.

[LOGTEE]: Error Downloading Packages:
[LOGTEE]:
[LOGTEE]: libuuid-2.17.2-12.18.el6.i686: failure: Packages/libuuid-2.17.2-12.18.el6.i686.rpm from base: [Errno 256] No more mirrors to try.

Looks like some lib is not found in the mirrors.

View 1 Replies View Related

Plesk Automation :: Automation Installer Breaks Yum In CentOS 6.6

Jan 29, 2015

On a clean install of CentOS 6.6 (Final) I did the following:

1. updated the /etc/hosts file to point my ip to the hostname

2. Open the ports in the iptables file.

3. ran the ppa_installer per the instructions on [URL] ....

The ppa_installer log says installed Successfully. However the following occurs:

1. Cannot browse to the url:8443, or any of the other variations (8080, 8880, https/http)

2. Yum installer is now broken (I replicated this twice). Yum will not run at all with the following error:

There was a problem importing one of the Python modules required to run yum. The error leading to this problem was: /usr/lib64/libcurl.so.4: file too short

Please install a package which provides this module, or verify that the module is installed correctly.It's possible that the above module doesn't match the

current version of Python, which is:
2.6.6 (r266:84292, Jan 22 2014, 09:42:36)
[GCC 4.4.7 20120313 (Red Hat 4.4.7-4)]

I am now going to try Cent OS 6.4.. will report back.

View 8 Replies View Related

Plesk 12.x / Linux :: Subscriptions Blocked On Change Domain Prefix

Jun 25, 2015

I have a Plesk 12.0.18 on Centos Server. All subscriptions works fine, but one subscription have a domain with this problem.

When i change the domain prefix to "www.mydomain.com" or to "mydomain.com", this still stuck to "Waiting...".

When this happens, the rest of the server still works fine, but will not let me make any changes to the rest of subscriptions.

I try to edit the apache vhosts, but this looks fine.

View 3 Replies View Related

Different MX For Different Email Accounts

May 29, 2009

Is it possible to use different MX records depending on the email address? Let's say for [url] I'd like to use Kayako support. Thus I'd need to pipe it with my own server.

View 2 Replies View Related

Fail: (regarding Email Accounts)

Apr 5, 2008

I know I have seen a command line you can use which will activate :fail: in all the accounts on the server simultaneously so that you don't have to do each account separately, but I can't find that command.

Does anyone here know what that command is? I'm assuming it would involve /etc/valiases/?

View 4 Replies View Related

Email All Accounts On A Server

Oct 13, 2008

Is there a way to email every account on my server at one time?

View 1 Replies View Related

Adding Email Accounts Via SSH

Nov 13, 2008

With GoDaddy VPS Hosting, how can I add email accounts via SSH? I thought it was simply creating new users, but that doesn't work.

Nov 13 10:47:04 ip-72-167-123-181 imap[32128]: badlogin: ip-72-167-123-181.ip.secureserver.net [127.0.0.1] plaintext mr SASL(-13): user not found: checkpass failed

View 5 Replies View Related

Cpanel/whm Email Accounts

May 16, 2007

On my cpanel server, the main account catch-all is full of crap emails. So many that when I try to log into it with horde/squirrel it just times out. How can I clear the mailbox out? I tried connecting too it from outlook express and it connects but doesnt download any of the emails. This is the main email account that cpanel automatically creates for the account.

View 6 Replies View Related

Add Email Accounts With Mx Entries

Mar 21, 2007

I just transfered an existing client of mine to one of my servers but he has MX entries.

I entered the MX settings in Cpanel for him but im wondering if I have to actually add all the mail accounts? Im assuming since he is using MX entries then he is using a seperate server to handle all the accounts. Am I right in my assumption? Do I have to add all his mail accounts into cpanel?

View 1 Replies View Related

Possible To Limit Email Accounts

Dec 26, 2007

I see so many hosts advertising packages where they limit the number of email accounts based on the package. Is this possible to do? Can anyone explain how to do this in cPanel, for example?

View 2 Replies View Related

Transferring Old Email Accounts To New Server

Oct 28, 2008

I transferred a bunch of data from our old server to a new server but some of the emails did not transfer, a few of our coworkers have some important folders as well as emails that they need transferred and their located on the old server. Where would I go to transfer these emails and the folders? Running Cpanel and Neomail.

View 2 Replies View Related

Managing A Client's 100 Email Accounts

Sep 26, 2007

If there's a moderator lurking that knows of a better spot for this inquiry, by all means point away.

We're an ad agency in the very vertical market of Recruitment Communications.

We've developed an employment site that we host on our Multi-site account.

They have today requested a quote on what it would take to create 100 email accounts for their various employees and administrators on this employment site.

I initially think we tell them in the proposal that having their employees utilize webmail for their accounts would be least problematic (read: least cost support) for them. It's still going to present a bit of manual labor on our part creating the names, but not too daunting.

The client has no experience on staff that would be able to undertake the task as outlined above, so naturally we're concerned that their needs are indeed met in the best possible way.

One of our company's goals for all of our clients is to, as much as is possible, Under-promise/Over-Deliver. But as we're not specifically a "provider" in the typical sense of what they're asking, I am also thinking that it might be better for both the client and ourselves to examine whether this is a feasible undertaking.

If we were to undertake this 'project', and this is something you've experienced or read about, might you care to offer guidance on what guidelines we should assert/set-up? Web-mail versus Pop? Pricing structure? Support fees? Etceteras, etceteras.

View 5 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved