Plesk 12.x / Linux :: Can't Change SSL Certs For IP Addresses

Jun 12, 2015

I have installed a new SSL cert and tried to assign it to an IP address.

Plesk says "Information: The properties of the IP address .... were changed."

But it seems the SSL cert was not changed.

Running in mysql the following query

select d.name from domains d inner join hosting h on h.dom_id = d.id where h.certificate_id = <id of new cert>;
gives:

Empty set (0.00 sec)

I changed the cert for the IP where all my domains are so it should show the domains using that IP/cert. Running the query using the ID of the old cert lists all the domains on that IP/cert.

View 1 Replies


ADVERTISEMENT

Plesk 12.x / Linux :: Change Plan Via WHMCS Causes Dedicated IP To Change To Shared

Feb 21, 2015

I have a client on a dedicated IP, today we needed to downgrade the web hosting plan. As the web hosting plan puts users on a default shared IP, this plan change also changed the dedicated IP to the shared one causing some propagation issues for a small period of time.

I have contacted WHMCS about this asking if they had a way of changing the clients plan but keeping the IP address intact as this could lead to some very undesirable outcomes. They explained that it is not their fault and to contact Parallels.

I know I can change the plan directly in Plesk however by initiating the plan change via WHMCS, everything is automated.

View 1 Replies View Related

Plesk 12.x / Linux :: Vhosts On One Of Two IP Addresses

Dec 1, 2014

I have a Problem with my VHosts on one of two IP addresses. One IP is dedicated and works well

The other IP is shared. Since two days every call to one of the websites of this share ip goes to the Plesk Default Website. I tried to reconfigure single sites and all sites (/usr/local/psa/admin/bin/httpdmng --reconfigure-all), nothing works and restarting apache shows some warnings.

apache2ctl -S shows the following lines:

Code:

[Mon Dec 01 19:56:08 2014] [warn] VirtualHost 85.214.41.141:7080 overlaps with VirtualHost 85.214.41.141:7080, the first has precedence, perhaps you need a NameVirtualHost directive
[Mon Dec 01 19:56:08 2014] [warn] VirtualHost 85.214.41.141:7081 overlaps with VirtualHost 85.214.41.141:7081, the first has precedence, perhaps you need a NameVirtualHost directive

[Code] ....

In an other thread I found a possible solution for the overlapping vhosts. The problem there seems to be a missing ssl-certificate and that matches with the situation on my server. After copying any other certificate-file as the one with the missing filename the apache starts without any warnings, but after that all websites (the sites from the dedicated ip too) only shows the apache default site ("it works"). I Tried to reconfigure single sites and all sites (/usr/local/psa/admin/bin/httpdmng --reconfigure-all), nothing works.

The server is hosted by STRATO, so there are daily backups. I turned back one week (the problem exists since two days). Then for some hours all works fine but suddenly all the sites on the ip 85.214.41.141 get broken again and shows only plesks default page.

View 1 Replies View Related

Plesk 12.x / Linux :: Listening On Two IP Addresses

Dec 3, 2014

I need to listen to two IP addresses supporting many domains.

It the pass we achieve this on the Data Centre firewall. This option is no longer available.

Traffic is been presented to Plesk 12.0.18 on

Eth0 – 192.168.0.2
Eth1 – 192.168.0.12

I set up 192.168.0.2 – all is working well

I installed NGINX – all is well and the websites are running faster.

Normally I would try to listen on two IP address in Apache. This option I could not get working as Plesk creates the Apache configuration files from the information entered through the panels. This in turn over rights any manual changes to the Apache configuration files.

I understand that I could use NGINX to achieve this. Is this correct how is it achieved?

View 1 Replies View Related

Plesk 11.x / Linux :: How To Add IP Addresses To The Whitelist

Aug 18, 2014

We want to send a newsletter email for all the company employees, we are using doppler because of a location and language thing (based in Argentina where an important part of the company operation is located), so when we are ready to send the newsletter it says that all recipients are bouncing, asked to droppler support and they say the problem comes from plesk, because it needs to have their ip addresses into the whitelist.

So, went to plesk, selected the domain where the bounced email addresses are (dlbgroup.com) but from there I don't know where to go, I don't want to do something wrong or delete something accidentally, so where to upload this CSV file to the right whitelist place.

View 6 Replies View Related

Plesk 12.x / Linux :: Migration No Free IP Addresses Of This Type Available

Jun 17, 2015

get this problem on a completely new installed machine Ubuntu 14.04. I want to migrate and i come only to that point after Checks -

Home>Tools & Settings>Migration & Transfer Manager>
Define IP Addresses Mapping:

Next button is unavailable and i get the message "No free IP addresses of this type available".I tried to upload a new txt file with old and new IP address, but i doesn't get a feedback. So what I can do now?

View 2 Replies View Related

Plesk 12.x / Linux :: Send From Domain IP Addresses - Not Working

Jul 24, 2014

If i select this option in Server-Wide Mail Settings, server still sends email trough main IP address.

View 2 Replies View Related

Plesk 11.x / Linux :: Multiple IP Addresses And Mail Configuration

Jun 16, 2014

I am running a VPS through 123-REG, Plesk version 11.0.9 with CentOS 6.4

I host 3 websites of my own (with 14 mail accounts)
4 websites for clients (with 10 mail accounts)
7 websites for clients (with 0 mail accounts)

The problem I have had in the last 2 weeks is that the server has been compromised once again by spammers.

2 weeks ago we had another instance and the support was even worse than before, I decided that the best way forward after irradicating the problem and correcting the source, and in the interest of each of my clients I decided to asign each client with their own IP address in the vain hope that if one client account is compromised the others will not be affected, 123-REG agreed that this is a solid solution so I purchased 5 additional IP addresses for the clients I host mail accounts for, (all of the said addresses were blacklisted when I was given them!!!) the reverse DNS was not set up correctly, and couldn't be through their control panel and some didn't match the SMTP banners, then I found out through them that the mail was still sent out through the Primary IP address anyway so if one client gets blacklisted they all still do.

Now they tell me that I can in fact configure Plesk to use each IP address for each client exclusively and they sent me a link to a support article that doesn't actually tell me how to do it.

I can do the following so far:

Log into puTTY and use the command: nano /etc/postfix/master.cf

Find the "smtp" record referenced in the article [URL]
1.1.1.1- unix - n n - - smtp -o smtp_bind_address=1.1.1.1 -o smtp_bind_address6= -o smtp_address_preference=ipv4
2.2.2.2- unix - n n - - smtp -o smtp_bind_address=2.2.2.2 -o smtp_bind_address6= -o smtp_address_preference=ipv4

although mine looks like the one below:
1.1.1.1- unix - n n - - smtp -o smtp_bind_address=1.1.1.1 -o smtp_b$

Is there something missing from the entry I have?

Assuming that 1.1.1.1 = the relevant IP Address for the client do I need to create an entry for each of my IP addresses?

Do I need to do anything with SMTP banners? If so how do I do it, and what do I need to do?

The article also mentions the default settings being restored each time you reconfigure mail settings and to consider a scheduled task, does that mean each time I set up a new mail account or a new client as I assume that I will need to repeat these steps in that case anyway, mainly because they will have a unique IP address that needs to be set up.

View 1 Replies View Related

Plesk 12.x / Linux :: Send From Domain IP Addresses Settings Not Viewable?

Jan 14, 2015

I am using latest version of PP12 and do not have the "Send from domain IP addresses." seeing showing in the Mail Settings page.

There is nothing shown between "Enable message submission" and the "Relay Options".

Yes, I am using Postfix.

What am I missing?

View 7 Replies View Related

Plesk 12.x / Linux :: Postfix - Outgoing Mail From Exclusive IP Addresses

Sep 3, 2014

I m trying to get the feature "Outgoing Mail from Exclusive IP Addresses" working, as with an updated Postfix configuration the menu entry for this functions does not appear anymore.

Maybe i am missing something in my configuration that tells Plesk to not show it anymore.

Plesk 12 - fresh installation on Debian Wheezy.

We only changed main.cfnd here is the configuration file (please note that the formatting was a bit corrupted by the plesk panel ):

Code:
alias_database= hash:/etc/aliases
alias_maps= hash:/etc/aliases, hash:/var/spool/postfix/plesk/aliases
append_dot_mydomain= no
biff= no
disable_vrfy_command = yes
header_checks= regexp:/etc/postfix/header_checks
mailbox_size_limit= 0

[Code] ....

View 4 Replies View Related

Plesk 12.x / Linux :: SMTP Traffic - Forwarding Email Addresses

Nov 11, 2014

I have two sites that register a high amount to SMTP traffic. Both sited have only forwarding email addresses.

Do forwarding addresses accumulate SMTP traffic on the log?

Also, if a forwarding email is created without a mailbox is it necessary to add a password so that "others" cannot use the blank SMTP server to send email out?

View 2 Replies View Related

Plesk 11.x / Linux :: Adding Extra IP Addresses To Panel - FTP Query

Jun 2, 2014

I have just added some extra IP addresses to my plesk panel from 1&1

CentOS 5.6 (Final)
Panel version11.5.30 Update #45

I have changed a couple of domains to have their own IP address - one marked as shared, the other as dedicated.

I can not log in to either via FTP since changing to a new IP address, the DNS has been changed to reflect this change over and resolves correctly.

I have used the domain name, original IP address and new IP address as the host address with filezilla on windows and mac, and smart ftp on windows.

All accept the username and password, but then all of them timeout with ETIMEOUT error.

Existing domains on the original IP address log in fine via FTP.

View 2 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

Plesk 12.x / Linux :: Mail Server Not Sending Emails To Gmail Addresses

Jul 11, 2014

Upon checking the mail logs, I find this

Code:
Jul 12 07:39:35 ns2 postfix/smtp[31739]: certificate verification failed for gmail-smtp-in.l.google.com[173.194.68.26]:25: untrusted issuer /C=US/O=Equifax/OU=Equifax Secure Certificate Authority

Jul 12 07:39:36 ns2 postfix/smtp[31739]: 2AC1222A0003: to=<aarontd207@gmail.com>, relay=gmail-smtp-in.l.google.com[173.194.68.26]:25, delay=2, delays=0.1/0/1.3/0.64, dsn=2.0.0, status=sent (250 2.0.0 OK 1405143576 q6si6606624qan.104 - gsmtp)

View 1 Replies View Related

Plesk 12.x / Linux :: 12 - Uncaught Exception When Adding / Changing Mail Addresses

Sep 19, 2014

Seems everythings is working normal when ignoring following error message, but everytime I add or change mail settings for a domain, I am getting this error:

Internal error.

ERROR:
Uncaught exception 'Zend_Log_Exception' with message '"/var/log/plesk/panel.log"
cannot be opened with mode "a"' in /usr/local/psa/admin/externals/Zend/Log/Writer/Stream.php:81
Stack trace: #0 /usr/local/psa/admin/plib/Plesk/Log.php(69): Zend_Log_Writer_Stream->__construct

[Code] .....

View 6 Replies View Related

Does Switching IP Addresses Change DNS?

May 12, 2005

Recently my "crappy" hosting company decided it would upgrade the servers so I can't send them requests, use the control panel (as its being upgraded) and I really, really want to transfer my account from them to my new host.

Even though I pressed the button to transfer my account, it still hasn't happened - I've written letters, sent emails, done everything I can think of.

My last resort is through Nominet, and changing the IPS tag of my domain name (which runs out pretty soon) to 123-REG (or another IPS tag renewer).

My question is -- if I use Nominet to change my IPS tag on my behalf - would my hosting company still have the DNS settings? Can I still change them - or would it remain in their hands? - (I'm aware that I'd still be liable for outstanding fees, bills, etc).

View 3 Replies View Related

Change Outgoing IP Addresses

May 14, 2009

I;m running a cPanel server on CentOS5 and I have multiple IP's

I want to change the IP address that outgoing traffic will use by default and make that change permanent.

View 12 Replies View Related

Change Server IP Addresses

Apr 5, 2008

I want to change whole server IPs. I use cPanel.

I have main IP used for first nameserver and client sites, and second IP used for second name server.

What steps I have to make if I would recive 2 new IPs from my Data Center?

I have DDoS and my DC said that they can only change my IPs to new.

View 7 Replies View Related

Change IP Addresses Assigned To NameServers

Feb 10, 2008

I need to change the IPs that are assigned to my name servers. In WHM they are set fine, ns1.xxx.com and ns2.xxx.com both have their own ip's.

However the nameservers were first setup with 123-reg as they hold the domain im using.

when i ping each nameserver they both endup pointing to 1 ip address (the ip of ns2.xxx.com) so i need to change this.

how i would go about getting this changed?

View 3 Replies View Related

Plesk 12.x / Linux :: PHPMyAdmin Permissions Change

Jan 28, 2015

CentOS 6.6
Plesk 12.0.18
64-bit

At some point, not sure when, PHPMyAdmin's (as accessed through the admin panel by clicking on a customer, manage hosting, databases, etc) permissions have changed such that I cannot view, edit or add MySQL routines/procedures. This appears to have occurred system-wide, though I have not checked every database on the server.

Is there a fix to get the permissions set so that I can make these changes again?

View 3 Replies View Related

Plesk 12.x / Linux :: Change Root Password

Feb 9, 2015

Are that possible to change root password on plesk?

I have a man so work for me on my server and install double php version on my server and maybe it`s best and change password to root!

So no one have access to my root more.

View 5 Replies View Related

Plesk 12.x / Linux :: How To Change Ports Of Nginx

Jul 9, 2014

how to change ports of Nginx from 80 to 8080 I would like install Varnish

View 2 Replies View Related

Plesk 12.x / Linux :: Change WordPress URL In Parallels

Nov 8, 2014

I recently changed the main domain url from website.com to www.website.com, this resulted in 404-errors when i navigated to wordpress...

I found a solution on the internet and updated the records with phpmyadmin [URL] ....

When I click on Login at the the WordPress Installations I'm still being navigated to the old website url. It supprices me that there is no option to change it on Plesk level after wordpress is deployed.

How can i change or update the wordpress path once it is installed in Plesk?

I'm using CentOS 6.2, maybe there is a config file or an database for Plesk?

View 2 Replies View Related

Plesk 12.x / Linux :: Change Quotas On Web App Edition?

Jun 21, 2014

I dont find where or how can I change default mailbox size, traffic and disk space for each domain in Plesk 12 Web App Edition, I only have unlimited by default.

View 15 Replies View Related

Plesk 11.x / Linux :: Unable To Change Timezone (AWS)

Nov 9, 2014

We have installed our plesk servers using parallels plesk mage from AWS market place. We are unable to change the system time from default NOVT.

$ date
Mon Nov 10 13:28:25 NOVT 2014

When we tried changing time to EST from plesk tools / by linking /etc/localtime to /usr/share/zoneinfo/EST

We can see the logs are updated with the EST timings but 'date" command still shows the NOVT.

Due to this installed fail2ban is not working properly due the difference in the system time with logs time.

View 1 Replies View Related

Plesk 12.x / Linux :: Unable To Change Subscriber

May 5, 2015

I am trying to move a particular domain to a different subscriber but am getting an error. I haven't had any problems with this function before.

Code:

Warning: Some problems were encountered when attempting to assign some of the subscriptions to a new owner.Unable to continue subscription transfer: this subscription requires more resources than can be provided by the new owner's provider.

Warning: Unable to continue subscription transfer: this subscription requires more resources than can be provided by the new owner's provider.

All of the resources it shows before and after the transfer are the same. What it is referring to?

View 3 Replies View Related

Plesk 12.x / Linux :: Email Address Uses - How To Change

May 29, 2015

I've looked a good amount of time trying to change/find where its stored. I've looked in var/qmail and there is no alias folder..We're running postfix/dovecot ....

View 4 Replies View Related

Plesk 12.x / Linux :: Change Backup Folder?

Jul 22, 2015

I'm trying to copy a backup from the FTP server to the production server but I don't have enough space in the tmp folder.

There is a way to change where the backups are temporary until the hole backup is on the server? In case the only thing to do is to change where the tmp folder is mounted. This is a production server, I won't like to do it without knowing all the steps.

View 2 Replies View Related

Plesk 11.x / Linux :: Settings To Change DNS Records?

Sep 26, 2014

where do I find the setting to change dns records in plesk 11.5 ver ? I do not see it, it is missing in settings of domain under tab: "Websites and Domain"

View 1 Replies View Related

Plesk 11.x / Linux :: Change Primary Domain

Jun 6, 2014

My customer has two domains, one of it is a alias-domain.

He wants to set this alias to his primary domain, so how can i change it?

I tried it with deleting the alias, but i can't find the "button" for changing the primary domain?

Have I to delete the complete abonnement and reinstall all files and databases?

I know, that I have to change some paths in files, but it would be easier, than to dump everything and upload again...

View 4 Replies View Related







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