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


ADVERTISEMENT

Plesk 12.x / Linux :: Whitelist IP With DNSBL?

Jan 23, 2015

How can we whitelist IP with DNSBL?

We use "xbl.spamhaus.org;sbl.spamhaus.org" DNSBL but a partner server is blacklisted with spamhaus. The problem must be resolved but can we whitelist IP in the DNSBL field?

View 4 Replies View Related

Plesk 12.x / Linux :: Add List Of IP In Fail2ban Whitelist?

Feb 4, 2015

I would find an easy way to add a list of IP in Fail2ban whitelist in linux console.What is the file to modify ? Is there a command line or a process ?

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

Htaccess And UA Whitelist

May 30, 2009

What are the most common UAs? What I want to do is whitelist all the legit UAs and block the rest.

View 0 Replies View Related

Make Spamassassin To Whitelist All Sent Email

Jun 29, 2009

It seems that SA is not so good at learning because I have seen email from people to whom I have emailed tens of times considered as SPAM by SA.

Is it possible to make SA to whitelist every email address I send an email to?

View 5 Replies View Related

Whitelist Domain Which Fails Rdns Check

Oct 11, 2007

i have a cpanel dedicated server.

I have a problem with a client whose mails are getting rejected because it fails rdns check, can any one tell me how to add this domain in Exim's whitelist so that the mail is sent/recieved even if rdns or any other checks fail.

View 12 Replies View Related

Routing Two IP Addresses To One Linux Server

Jun 3, 2008

how to configure linux so that it allows for two ip addresses on one machine?

I know this is possible because my server administrator setup one of my servers to have two different ip addresses so that I could have a static and dynamic http daemon (two different daemons but listening on different ips).

What do you need to configure?

View 1 Replies View Related

Plesk 12.x / Windows :: After Upgrade Unable To Dump IP Addresses For Mail Service

Jul 23, 2014

After upgrading from 11.5.30 to 12.0.18, when make backup see next message:

<?xml version="1.0" encoding="utf-8"?>
<execution-result status="error">
<object name="example.com" type="domain">
<message severity="error" id="167b9714-3e33-4863-861d-69c4f559afe6" code="InformationalException">
<description>Unable to dump IP addresses for mail service</description>

[Code] ....

View 6 Replies View Related

Plesk 12.x / Linux :: Installing Mcrypt On Linux Centos 5.5 PHP 5.3.3

Jun 20, 2014

I am trying to install Magento on my apache server. I am running into the dreaded mcrypt issue as Magento needs it to run. I have now been googling for the past few hours and have gotten nowhere.

Here are my details:

Linux
Centos 5.5
PHP 5.3.3
x86_64
Plesk 12

I have tried installing all sorts of different repos and it just isn't working.

When I try to install using # yum install php-mcrypt I get the following:

Loaded plugins: fastestmirror
Package php-mysql is obsoleted by php-mysqlnd, trying to install php-mysqlnd-5.5.13-3.el5.remi.x86_64 instead
--> Processing Dependency: php53-gd for package: psa-php53-configurator
--> Processing Dependency: php53-imap for package: psa-php53-configurator

[Code].....

View 6 Replies View Related

Plesk 12.x / Linux :: Does Parallels Support It Being Installed On Linux VM

Feb 25, 2015

Does Parallels support Plesk 12 being installed on a Linux VM that is provisioned on Microsoft Windows Server 2012 R2 Hyper-V?Is it fully supported?

View 2 Replies View Related

Best Platform For IMAP Mail (Cpanel, Plesk Linux Or Plesk Windows)

Nov 17, 2008

Best platform for IMAP mail (Cpanel, Plesk Linux or Plesk Windows)

I need to setup 5 email accounts on my domain, each will use IMAP and store messages on server, so total space taken by each account will be 2-5 GB.

I have decided to go with eurovps.com as I'm close to them and ping is fast.

What is the best solution for IMAP and large email accounts: Linux Cpanel, Linux Plesk or Windows Plesk?

Each account will be accessed by 2 people differently by Thunderbird and occasionally by webmail, so nice webmail is a plus.

View 7 Replies View Related

To Transfer From Linux Plesk To Windows Plesk

Nov 3, 2008

I have a server running Linux and PLESK, and am interested in switching to Windows and PLESK. Will the backups made under Linux restore under Windows?

View 1 Replies View Related

Buy IP Addresses?

Jan 25, 2008

Basically, considering my host is in Europe/Malaysia, it uses APNIC for their RR, and for more IPs its $5.00 per ip/month. Which is a bit expensive for me, so I was wondering if there are people on here that sell IPs for cheap? It doesn't matter what country it comes up in with a whois lookup, or what RIR it uses, I just need more IPs for my dedicated server.

So does anyone sell? Or know where I can buy?

View 6 Replies View Related

Can You Buy IP Addresses

May 2, 2008

Our business has grown and we would like to know if it is possible to buy IPs (/18 or /19)

Anyone have any experience with this?

View 14 Replies View Related







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