Plesk 12.x / Linux :: FTP Account - Username Template

Feb 7, 2015

I am now encountered the problem, in which a user wanted to create an FTP account that is already in use by another user.

Is there a kind of template / mask in which you can optionally specify the user name style.

If the user is set up, but it creates the system user name, you could not let this might Automatically set before that?

View 1 Replies


ADVERTISEMENT

Plesk 12.x / Linux :: Apply DNS Template Changes

Mar 11, 2015

I am currently in the process of migrating a few hundred domains from one server to another using Plesk's Migration & Transfer Manager. The servers have the following name servers allocated:

Server 1: ns9.example.com & ns2.example.com
Server 2: ns1.example.com & ns2.example.com

In the DNS Zone Template in Tools & Settings on Server 2, can I just click Apply DNS Template Changes and change all migrated domains NS records to ns1/ns2? Will this affect custom DNS entries as a lot of the domains have DNS changes that need to remain. I'm just hoping that this might be a quicker way than going into each domains DNS zone and manually changing ns9 to ns1.

I just really don't want all the domains DNS zones to reset to the standard template on Server 2 ...

View 7 Replies View Related

Plesk 12.x / Linux :: DNS Template For Domain

Jul 2, 2014

It seems to me that the panel is not DNS Template for any domain.

Plesk v. 12.0.18

View 1 Replies View Related

Plesk 12.x / Linux :: VPS Template - User Already Exists

Feb 10, 2015

I've been messing about a lot recently and I've had to rebuild my VPS template a lot in the past month. For some reason, Plesk is finding user data from a bunch of previous instances, so I've got to a point now where it's saying users exist when they can't be found in the panel interface.

I don't know how my VPS provider's infrastructure works but I'd presume that when I rebuild the server it's a total new instance and no data should carry over.

Is the the user data stored locally, and how would I go about clearing out the obsolete data?

View 1 Replies View Related

Plesk 12.x / Linux :: Inbound TLS Due To Standard DNS Template

Jul 17, 2014

With the standard-DNS-Layout every customer has an MX-entry like MX 10 mail.customerdomainexample.com

The problem is, that inbound mailservers get a TLS warning, because the mailhostname does not match mail.companydomainexample.com, which is the domain with a valid SSL-Certificate pointing to the same server.

Wouldn't it make sense to change the default template to mail.companydomainexample.com since it is the same machine anyway?

View 2 Replies View Related

Plesk 12.x / Linux :: Reseller Custom DNS Template

Apr 2, 2015

Is there a chance to change the default nameserver name for customers created by a reseller.

Example:
System wide default
ns.provider.de
ns2.prodiver.de
ns3.provider.de

Now the reseller wants:
ns.reseller.de
ns2.reseller.de
ns3.reseller.de

The NS-Entries of the reseller may be the same physical nameserver, but it should be anonymized. How can I achieve that?

View 1 Replies View Related

Plesk 12.x / Linux :: Error While Recreating Template

Sep 3, 2014

I disabled the reverse proxy and i got following error:

Code:
Fehler: Aufgrund von Fehlern in den Konfigurations-Templates konnten keine neuen Konfigurationsdateien für den Apache Webserver erstellt werden: Template processing failed: file = /opt/psa/admin/conf/templates/default/server.php, error = Template_Exception: syntax error, unexpected '=>' (T_DOUBLE_ARROW)
file: /opt/psa/admin/plib/Template/Processor.php

[Code] ....

Now I got the problem that i can't create the /etc/apache2/plesk.conf.d/server.conf

View 1 Replies View Related

Plesk 12.x / Linux :: Host Template Only For One Vhost

Aug 13, 2014

edited /usr/local/psa/admin/conf/templates/custom/domain/nginxDomainVirtualHost.php and add this include hhvm.conf; and work but it's possible to edit this setting only for one vhosts? I must enable only for one vhost because i have some php script not work with hhvm

View 3 Replies View Related

Plesk 11.x / Linux :: Template Processing Failed

Apr 23, 2015

We have a problem with our plesk servers. I executed "/usr/local/psa/admin/sbin/httpdmng --reconfigure-all" and now the plesk interface shows an error message:

Template processing failed: file = /opt/psa/admin/conf/templates/custom/server.php,
error = Template_Exception: Incomplete metainfo, domainId undefined.
file: /opt/psa/admin/plib/Template/Processor.php line: 27 code: 0

[Code] ......

I found out that all domain configs were generated correctly, but the psa database shows an error (select * from Configurations where status = 'error'; ) for file /etc/apache2/plesk.conf.d/server.conf.

View 7 Replies View Related

Plesk 12.x / Linux :: FTP Accounts Username Mask

Mar 19, 2015

I use 12.0.18 Debian 7.0 1200150126.15

Can I have possibility to define mask of allowed symbols in "New Additional FTP Account"? I'm migrating a few accounts that use username like this:

User1-domain.com..I don't see anything bad on that username. I tried to create usernames through web page and also through command:

Code:

# /opt/psa/bin/ftpsubaccount --create User1-domain.com -domain domain.com -passwd mypass.Unable to create FTP account: You specified incorrect username.

View 4 Replies View Related

Plesk 12.x / Linux :: Command Line CLI DNS Template Changes Warning

Jul 23, 2015

I'm using this script as a cron to generate DKIM keys for the domains I have. It's an easy script. And it does it's job just OK. I have the necessary software installed and configured.

The way it works is:

The script check if the domain in queue has a record for it. If it doesn't, OpenDKIM generates a one time DKIM record for mail._domainkey that I am entering to my dns records for all the domains I have.

After creating the DKIM record, it checks and deletes mail._domainkey records if there's any. Then adds the generated DKIM to plesk dns zones and disables/enables greylisting to create the appropriate dns entry.

If it does have a DKIM recors on the hdd already, then it removes

mail._domainkey​and
TXT o=-​entries.

After that it basically adds the already generated DKIM record and it disables/enables the greylisting for each domain in order to recreate "TXT o=-"

Up till here, it works fine. I can see these entries when I check the DNS Settings. They are there.

But whenever I run this script either via cron or manually, I get an error message on my panel: (You can check the screenshot as well)

Code:

Warning: The DNS zone was modified. If you would like to apply DNS template changes to this zone, either click the 'Apply DNS Template Changes' button on this page or choose the 'Apply the changes to all zones' option in Server Administration Panel > Tools & Settings > DNS Template Settings > Apply DNS Template Changes.

And unless I manually click "Apply DNS Template Changes" for EVERY SITE it doesn't go away.

So, I was wondering, is there a way to scriptize that command? Or how to prevent it?

This is the command I use to generate DKIM and add it to Plesk database, also if any such record exists, delete and re-write it:

Code:

#!/bin/sh
ADMIN_PASS=`cat /etc/psa/.psa.shadow`
MYSQL_BIN_D=`grep MYSQL_BIN_D /etc/psa/psa.conf | awk '{print $2}'`
mysql="${MYSQL_BIN_D}/mysql -N -uadmin -p${ADMIN_PASS} psa"

query="select name from domains;"
domains=`echo $query | $mysql `
for i in ${domains}; do
echo "Processing $i"

[Code] ....

View 4 Replies View Related

Plesk 12.x / Linux :: How To Create Custom Application Template

Jun 23, 2015

Plesk Applications Installer. I wish to create my own WordPress template (with preinstalled plugins/themes) for my customers.

Is there an easy way to do this (or anyway to do this)?

View 3 Replies View Related

Plesk 11.x / Linux :: How To Update DNS Template To Remove Domain

Aug 19, 2014

I want to use the Panel as a Master DNS Server.

1: Obtain two Nameservers. ns1.maindomain.com, ns2.maindomain.com. (Completed)
2: Glue the Nameservers to the server's IP addresses. 1.1.1.1 -> ns1.maindomain.com / 2.2.2.2 -> ns2.maindomain.com (Completed)
3: Successfully register domain and make sure it's pointing to the correct server. (Completed)
4: Register new domain (client.com) to server using ns1.maindomain.com & ns2.maindomain.com as it's nameservers. (Problem)

Reason: Can't edit the template correctly due to a suffix .<domain> that I cannot get rid of.

In order for me to use (ns1.maindomain.com) and (ns2.maindomain.com) as the namerservers for client.com, I'll need to be able to edit those fields entirely. I don't want Plesk to append the client's domain name to the NS record.

This may be a very simple thing to remove, but I give up.

View 3 Replies View Related

Plesk 12.x / Linux :: How Does One Turn Off Presence Builder For Client Template

Apr 30, 2015

I created a New Client Default Domain by copying plesk's original Default Domain.This template is for clients we move from older versions of plesk up to servers with plesk 12.x. Under resources for that "Service Plan Name"

I have Sites published with Presence Builder set to 0 and.Allow customer to create trial Presence Builder websites. Not checked.When I log in as the client I still see Presence Builder with edit Website.I also confirmed the correct plan was picked for that subscription by picking the new "New Client Default Domain" and under add-on plans I picked "remove"

But when I log in as the "client" to see what they would see I see Presence Builder and Edit Website available.How do I get rid of that selection?I can see a client clicking on it and basically over writing their current website.

View 1 Replies View Related

Plesk 11.x / Linux :: Change Password Forgotten Email Template

Sep 15, 2014

When you click on "Forgot your password?" in Plesk for Linux 11, you'll get an email like this: Dear <firstname>Your password could not be sent because it is stored in the encrypted form.To set up a new password, please follow the link: <link to reset password>

How can I change that? It's a bit sparse and it doesn't even include a email signature with the company name.

View 3 Replies View Related

Plesk 12.x / Linux :: SSH Access To Server With Hosting Username It Disconnects

May 18, 2015

When I try to SSH to server with hosting username it disconnects and says in secure.log:

May 18 14:33:40 mail sshd[22764]: error: ssh_selinux_setup_pty: security_compute_relabel: Invalid argument

I run Plesk 12, sepolicy is Permissive.

View 1 Replies View Related

Plesk 11.x / Linux :: Updating DNS Template - Changing SPF TXT Record To Reflect New IP Addresses

Jul 9, 2014

The IP addresses assigned to our servers have changed so it's time to update the default SPF information contained in the DNS records for ALL of the domains hosted on our servers:

OLD

Code:
v=spf1 +ip4:173.236.23.185 +ip4:173.236.23.188/30 +a +mx -all

NEW

Code:
v=spf1 +ip4:69.160.255.188/30 +ip4:69.160.255.192 +a +mx -all

However, when we update the resource record in the DNS template and then "Apply the changes to all zones...",

Panel will apply changes from the template to all DNS zones including the customized ones. Note that user-modified records always remain intact. For example, if the template contains a new record that was already added by a customer, Panel will keep the customer's record.Click to expand...

View 1 Replies View Related

WHM Account Setup Template

Oct 19, 2007

Im running Cpanel 11 Release (stage 2) and i was wondering if you can setup WHM so that when an account is created, it automatically has:

A default generic SPF record
suphp_ConfigPath set for custom php.ini (/home/username/php.ini)
Custom session.save_path for php (/home/username/tmp)
Create /home/username/tmp folder

I think thats about it for now. Any ideas? I know about zone templates, but they dont seem to fit this bill. They might work for the SPF records though.

View 7 Replies View Related

Plesk Automation :: Apply DNS Template

Feb 3, 2015

I try to apply my dns template to all dns but it can't work.

I try on the interface and on the command line.

/usr/local/psa/bin/dns --reset [domain_name] -ip [ip]

View 1 Replies View Related

Plesk 12.x / Windows :: Template Doesn't Work

Jul 15, 2015

I installed wordpress on a website space of my customer using the plesk install-wordpress function.

I bought a wordpress template to templatemonster.com .

I followed instructions to install it [URL] .....

After the cherryframework upload, when I click on "activate", the server returns a 500 error.

I contacted the templatemonster.com technical support, and they say that it is a plesk issue ( [URL]

View 5 Replies View Related

Plesk Automation :: Incorrect FTP Username Via API

Feb 12, 2014

I try to migrate FTP accounts from our old hosting panel to Plesk CP using plesk API, but I get following error message:

Code: You specified incorrect username.

The problem propably is, that the username (1234_ftpuserexample) stats with digits.

View 1 Replies View Related

Plesk Automation :: System Or Service Template Defaults For PHP

Apr 10, 2015

Is there a way to set default PHP settings so they apply by default to all websites' custom php.ini file, or even server-wide or system-wide? For example, the timezone? I am using custom builds of PHP 5.5 and 5.6, per the PPA docs, but I found that, contrary to some Plesk (not PPA) documentation, /etc/php.ini is not used. It looks like a set of PHP settings are generated into a php.ini for the vhost, and I can set "Additional Directives" for each website but would prefer to set a system default. For instance, on recent PHP versions not having a timezone set generates a warning in the logs on every PHP execution. I'd also like to enable opcache since we're using FastCGI. So from where does PHP generate the vhost's php.ini?

As an aside, adding an "Additional Directives" entry with this unquoted generated an error and no directives were saved:

date.timezone=America/Chicago
Instead, I had to quote it:
date.timezone="America/Chicago"

View 3 Replies View Related

Plesk 11.x / Linux :: Bashrc For Non-root Account?

Aug 30, 2014

I am trying to change color of directories. I can do that for root by editing .bashrc under /root. How can I do that for other users created under parallels? Their home directories are /var/www/vhosts/domain.com Using root account, I created .bashrc under those directory and chown to the user. But colors are not changing. I also adding the color in /etc/bashrc system wide file and it does not work either.

View 2 Replies View Related

Plesk 12.x / Windows :: Virtual Machine Template With Installed Panel

Mar 20, 2015

I would like to create VMM template with installed plesk panel 12.0.18

But after I executed sysprep plesk panel didn't work.

All services, application pool work, but when I try to connect https://localhost:8443 I get an error "The page can't be displayed"...

View 1 Replies View Related

Plesk Automation :: Node Selection Based On Service Template

Aug 11, 2014

We have a PPA environment with 7 service nodes (one management node, two web-, two database- and two e-mail servers). We also have 2 variants of hosting, a consumer and business variant.

We want separate the consumers from the business variants on the service nodes.

I want to use webserver1, databaseserver1 and emailserver1 for consumer hosting and webserver2, databaseserver2 and emailserver2 for business hosting

I want to make two service templates, one consumer and one business template.

Is it possible to configure ppa : When we subscript a consumer template, everything must provision only on the consumer service nodes automatically (web01, db01 and email01) and not on the business services nodes.

View 4 Replies View Related

How Can I Transfer A Windows Plesk Account To Linux Server

Jan 16, 2009

I want to transfer an account from a windows server to my linux server.
How can I do that?

View 6 Replies View Related

Plesk 12.x / Linux :: Set Up Email Account - Getting Error When Using SMTP

Jun 25, 2015

I am having trouble with setting up an email account to set up the email I go to Mail > Create Email Address > and enter email address (info@example.com) and check the "access to control panel" and create a password and also check "mailbox" .

But in the email client, when I go to use SMTP and I enter the following info:

- SMTP Server: example.com
- username: info@example.com
- password: password I created above
- port 25
- user TLS

I get this error: Your other email provider is responding too slowly. Please try again later, or contact the administrator of your other domain for further information.

View 7 Replies View Related

Plesk 12.x / Linux :: VPS Server - How To Install Email Account

Feb 23, 2015

I just got a vps server with plesk 12 on it. I've added domains and so far so good. But I can't figure out how to install the email accounts.

I've made de email accounts and when adding these accounts to my mail program I wanted to use mail.domain.com or imap.domain.com But it doesn't work? And I need to use the smtp host of the internetprovider?

How can I use imap.domain.com and smtp.domain.com to get and send my emails?

Also Is there any way how to check if my server is installed ok and there are no security issues? Because I'm a noob I don't know what the best settings are?

View 1 Replies View Related

Plesk 11.x / Linux :: Exporting Emails From Mail Account

May 29, 2014

One of my domains has been moved to another hosting company, and now I need to export all emails from the mail account in Plesk in order to import them to the new mail system. I figured the easiest way to IMPORT is to access the new mailbox via Outlook, and import as a .csv file. But I need exporting all the emails from the inbox and sent folder into a .csv file.

I've found the location of the mail box (var/qmail/mailnames/domain.com/user/maildir) but now I'm stuck and don't know how to proceed. Is there an easy way to export all emails?

I've tried through webmail (Roundcube) and there is a "download mail" feature that downloads the message in eml format, but that doesn't work on bulk, only for one mail at a time (and this isn't an option for me since we are talking +1000 emails). Also I'm a bit usure on how to import eml files to outlook (drag'n'drop doesn't work), so a csv option would be perfect.

View 5 Replies View Related

Plesk 12.x / Linux :: Cannot Sign In With Any FTP Account - Permission Denied

Feb 15, 2015

SOCentOS 6.6 (Final)
Plesk12.0.18 Actualización #35

I can not sign with any FTP account.

/var/log/messages:

FTP session opened.
unable to open TransferLog '/usr/local/psa/var/log/xferlog': Too many levels of symbolic links
chroot to '/var/www/vhosts/domain.com' failed for user 'user': Permission denied
error: unable to set DefaultRoot directory
FTP session closed.

View 5 Replies View Related







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