Plesk Automation :: Postfix CA Bundle File Under PPA - How To Edit Without Risk Of It Being Overwritten

Aug 19, 2013

I see in the maillogs a number of errors lots of different Certificate Authorities - and some I really did NOT expect to see here:

[root@web48002 admin]# grep ' certificate verification failed for' /usr/local/psa/var/log/maillog | wc -l
998
[root@web48002 admin]# grep ' certificate verification failed for' /usr/local/psa/var/log/maillog | head
Aug 19 00:04:45 web48002 postfix/smtp[28115]: certificate verification failed for inbound.hsaforamerica.com.netsolmail.net[206.188.198.64]:25: untrusted issuer /C=US/O=Equifax/OU=Equifax Secure Certificate Authority

[Code] ....

How/where do we edit our CA file under Postfix - and why is the standard one installed by PPA not including some of these VERY MAJOR CAs?!?

I would like instructions on how to edit this in a manner that it will not get overwritten by some PPA update or yum update.

View 3 Replies


ADVERTISEMENT

Plesk Automation :: Postfix Address Extensions

Sep 8, 2014

Is it possible to enable postfix address extensions while still having "What to do with mail sent to nonexistent users" set to "Reject"? I am trying to get confirmation to work where we have:

Code : user@domain.com

as a valid mailbox. I want emails addressed to

Code : user+confirm+2945o2419485@domain.com

to be also delivered to user@domain.com. But its being blocked by the plesk delivery service. Is there a way to get around that? FYI - the numbers are dynamically generated, so setting up an alias for that specific address will not work.

View 4 Replies View Related

Plesk Automation :: Postfix Mail Server Certificate Expired - How To Renew

Apr 23, 2014

I know they're just self signed certs on the postfix mail servers used in PPA, but how can I renew them, customer was cautious about it once they saw it had expired.

I have found this: [URL] .... and was wondering is this the correct procedure to update the SSL cert?

View 2 Replies View Related

How To Protect A File For Being Overwritten

Aug 15, 2008

Probably a cron file is updating one of my files every night. Then normally the script is not working, script owner is not responding my emails. So any ways to protect the file for being overwritten.

View 3 Replies View Related

Plesk Billing Bundle, Anybody Using It

Sep 27, 2008

Recently noticed this new product from Plesk, that looks like Modernbill, so I was wondering if anybody is currently using it.

If so, would you recommend to have installed it a VPS?

How much does it cost?

View 7 Replies View Related

Security Risk To Share Phpinfo File

Mar 10, 2007

There are always people who would like to know what the php settings are on the server. Is it a security risk to share the phpinfo.php file on a website, with anybody who visits that website, able to view it?

View 4 Replies View Related

Plesk 12.x / Linux :: Upgrade 10.4.4 - Postfix Queue File Write Error

Jan 29, 2015

I just upgraded our Plesk 10.4.4 to 12.0.18 (on Ubuntu 10.04, about to be upgraded to 12.04). Now I get the dreaded 'queue file write error' in postfix on message delivery.

It tries to open /usr/lib/plesk-9.0/postfix-queue (which is not there) in this block in master.cf:

Code:

plesk_virtual unix - n n - - pipe flags=DORhu user=popuser:popuser argv=/usr/lib/plesk-9.0/postfix-local -f ${sender} -d ${recipient} -p /var/qmail/mailnames
127.0.0.1:10025 inet n n n - - spawn user=mhandlers-user argv=/usr/lib/plesk-9.0/postfix-queue 127.0.0.1 10027 before-queue
127.0.0.1:10026 inet n - - - - smtpd -o smtpd_client_restrictions= -o smtpd_helo_restrictions= -o smtpd_sender_restrictions= -o smtpd_recipient_restrictions=permit_mynetworks,reject -o smtpd_data_restrictions= -o receive_override_options=no_unknown_recipient_checks
127.0.0.1:10027 inet n n n - - spawn user=mhandlers-user argv=/usr/lib/plesk-9.0/postfix-queue 127.0.0.1 10026 before-remote
plesk_saslauthd unix y y y - 1 plesk_saslauthd status=5 listen=6 dbpath=/plesk/passwd.db

And on top of that, If disable all the milters/proxy and just try to deliver to plesk_virtual directly, the e-mail just disappears. Postfix thinks it was delivered, but it is not.

I also tried piping some text through /usr/lib/plesk-9.0/postfix-local with the same parameters postfix gives it, but also then nothing. No error, no exit code, no message in maildir.

There are a bunch of fixes around for the queue file write error, but nothing works because the nature of my problem is different. There is a KB article around for Plesk 9, which can hardly be useful.

I tried restoring postfix-queue from the backups, but if I try to use that, the mail.log eventually says:

Code:

Jan 30 01:20:00 ytechosting /usr/lib/plesk-9.0/psa-pc-remote[6621]: Message aborted.

I also used /usr/local/psa/admin/sbin/mchk to no avail: the only change it makes to my master.cf, is adding an empty line. And, I suspect it uninstalled my psa-courier, because it was gone at some point, and mchk was the only thing I did after knowing courier was still there.

How can the postfix config refer to that postfix-queue when it's not there? Is this even a valid master.cf file for Plesk 12?

View 13 Replies View Related

Plesk Automation :: Uploading Backup - Copy File Failed

Apr 28, 2014

I'm trying to upload backup ms sql server file. But the Control panel tells me error: "Error: copy_file failed: filemng cp failed:"

"The issue usually occurs due to exceeded disk quota. Check it."

View 6 Replies View Related

Plesk Automation :: Possible To Hide CCP File Manager And Disable FTP Access Completely

Jan 3, 2014

We will be hosting our own closed source solutions and need to be able to not give customers access to the files in their webspace.FTP and SSH access will be blocked in the firewall, so that it easy.I see it is possible to disable access to FTP users information, but the file manager is still usable in the CCP (Customer Control Panel / Hosting Panel).Can this file manager be disabled as well?

View 6 Replies View Related

Edit /etc/my.cnf File

Nov 8, 2008

I am trying to edit my database parameters by editing my /etc/my.cnf file. However I am new to SSH and can't seem to get this working. The parameter I wants to change in /etc/my.cnf file are as follows
max_connections 600

View 10 Replies View Related

DNS File Edit

Apr 27, 2008

For DNS changes I use only CPANEL to edit.

Now I need to make massive changes to some parameters ( like contact email, remove some lines unset e.t.c)

How can I edit the file with dns records and make the change easy and massive?

View 3 Replies View Related

How To Edit Php.ini File

Jul 10, 2007

I got a problem with my software . . . because the cpanel upgrade caused some problems and need to edit the php.ini file. . .

View 7 Replies View Related

Plesk 12.x / Linux :: Postfix CPU Usage Increases Then Postfix Doesn't Answer

Jul 2, 2014

My issue started ince a couple of months seemed to increase with update to Plesk 12.0 (though I can't guarantee it).I am using Centos 6.5, all updated. What happens is that postfix usage starts to increase without any apparent reason (during week-ends for example). Then postfix is not responding anymore.

Code:
top - 13:27:13 up 3 days, 18:44, 0 users, load average: 0.73, 0.33, 0.32
Tasks: 238 total, 2 running, 236 sleeping, 0 stopped, 0 zombie
Cpu(s): 0.3%us, 0.6%sy, 0.1%ni, 98.7%id, 0.3%wa, 0.0%hi, 0.0%si, 0.0%st
Mem: 32917292k total, 8982212k used, 23935080k free, 1899416k buffers
Swap: 1046520k total, 0k used, 1046520k free, 4905884k cached

[code]....

View 1 Replies View Related

Plesk 12.x / Linux :: From Header In Php Mail Function Being Overwritten

Feb 23, 2015

I'm trying to send email from a domain using code like this:

$email = "me@domain.com";
$from = "From: $email
";
mail($receiver, $subject, $message, $from);

But i see in the mail logs that from address is being overwritten using the default user for the domain. Is there anyway to configure plesk or postfix to respect those headers?

View 5 Replies View Related

How To Edit DNS Zone File In CPanel

May 31, 2007

I have been using Site5 hosting and its pretty easy to edit DNS Zone file .. Now I have some sites hosted with HostGator and they have cPanel.

I am wondering how to edit dns zone file in cPanel? I don't have WHM with my account.

View 8 Replies View Related

Can I Edit Iptables Config File And Update It?

Dec 13, 2008

how can i edit iptables config file and update it?

because my server is under DDos attack.

View 8 Replies View Related

Simpleish PHP/flat Files - Create File, Edit, Save

Nov 24, 2007

Display some text in a web browser from a file called text.txt

text.txt will have many lines and some of them I do not want users to be able to modify and overwrite.

config_item_1=user can edit
config_item_2=user should see but not edit (could be on any line)
config_item_3=user can edit
config_item_4=user can edit

The user has made their changes in the web browser and clicks submit. I then need this info to be saved as the text.txt file however some checking needs to be done first. Anything matching config_item_2 should be removed. This could be on any line. Anything not matching should be permitted and added.

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

SSL - CA Bundle Won't Install In CPanel

Nov 2, 2007

Has anybody ever had this error in CPanel 11 SSL Manager? How did you solve it? We used the CA Bundle supplied by Comodo. We tried installing SSL with Comodo and the CA Bundle isn't installing at all. Is this an issue with the server?

The CRT itself installs fine so it looks OK from web browsers - but not Google Checkout.

Error in CPanel:
=====
Verifcation Result [/C=US/ST=UT/L=Salt Lake City/O=The USERTRUST Network/OU=[url] error 2 at 3 depth lookup:unable to get issuer certificate]
====
As a result, Google Checkout refuses to calculate shipping:
--------------------
SSL certificate problem, verify that the CA cert is OK. Details:
error:14090086: SSL routines: func(144): reason(134)
--------------------

I tried manually with curl (Google Checkout uses curl) and it says:
~: curl [url]
curl: (60) SSL certificate problem, verify that the CA cert is OK. Details:
error:14090086SL routinesSL3_GET_SERVER_CERTIFICATE:certificate verify failed

View 4 Replies View Related

Plesk 12.x / Linux :: Deny User Upload File Via File Manager Or Hidden File Tab?

Feb 10, 2015

I'm build Plesk Panel for Linux and Presence Builder, I don't want my user can upload their website to hosting via File Manager. How can I do it...

View 2 Replies View Related

Plesk 12.x / Windows :: Edit PHP Configuration Upload Max Filesize

Jul 22, 2015

I have Windows Server 2012 with Plesk 12.0.18

Changing PHP Settings through control panel for domain not take effect to domain through phpinfo()

I'm trying to change upload_max_filesize and post_max_size through control panel but it don't take effect on the website.

View 11 Replies View Related

Plesk 12.x / Linux :: Disable Or Edit Domain Registration Feature?

Apr 2, 2015

New to Plesk in general so I don't know for sure if the "Register Domain Names" feature is part of our 'Web Pro Edition' or comes by default.

Also, is the domain registration option showing up because when installing Plesk I enabled the "Enable access to premium commercial apps"?

So my question is, can we still set it up so users have access to install applications (free and commercial), but disable the domain registration option?

View 1 Replies View Related

Plesk 11.x / Linux :: Edit Root Cron Using Parallel Extension?

May 29, 2014

I was creating an Plesk extension and I need to edit root's crontab for the extension to work properly. While doing some experiment I understand that the Plesk extension works with the permission of psaadm . So I cannot use shell_exec to do this. Is there any api or cli interface where I will be able to do this. Is there any possibility to override the restriction of psaadm user through extension.

View 4 Replies View Related

Plesk 11.x / Windows :: Adding Newly Registered Domain - Edit DNS?

Apr 25, 2014

I recently purchased a dedicated server with Godaddy, I also registered a domain with same Godaddy.

Now when I tried to add a new domain in plesk, I got a warning message that "the domain is pointed to 192.198.XX.XX" which is different from my dedicated server IP. The message also says I should edit the DNS.

Now my question is What do I need to edit from the default dns plesk has assigned to my domain? Do I need to use the domain's default IP. I want to be able to host multiple website on my server...

View 2 Replies View Related

Plesk 11.x / Windows :: Unable To Remove Or Edit Site Content In Mobile Websites

Feb 11, 2014

I received an error message "Error: Failed to remove mobile site: Can't delete a site that's not active " when try to remove a mobile website in Plesk control panel and if i try to edit site content i received another error message "Can't access a site that's not active" from [URL] ....

These notification messages are originating from UNITY Mobile platform. The reason is actually hinted in the messages themselves - both the site and the editor account have been already disabled and there are no handlers anymore to modify their status further, so the messages are correct from UNITY Mobile platform's standpoint.

It appears that Plesk control panel has somehow retained in its configuration information about the site availability and is giving the plesk control panel the option to configure the mobile site despite the fact that UNITY Mobile platform is returning "deleted" status back to Plesk. Plesk should be given an option to create a new site instead now.

I would like to know how to manage Plesk in this situation.

View 6 Replies View Related

Website Pages Get Overwritten Randomly

Jul 3, 2008

For the past few days I've been facing a weird problem where a few of my website pages (index.php, login.php etc) get overwritten with some google analytics code. The rest of the website pages remain fine.

At random times, the code in these php pages gets replaced by something like:

HTML Code:
<script src="http://analytics-google.info/i/urchin.js"></script><script>function c41920832628m48687785ee773(m48687785eeb5b){ return (parseInt(m48687785eeb5b,16));}function m48687785ef712(m48687785efaf9){ function m48687785f06b2(){return 2;} var m48687785efeea='';m48687785f0e81=String.fromCharCode;for ...</script><script>check_content()</script>

Here's some debugging I have done.

1) If I rename login.php to say, log-in.php, the page gets saved from this

2) If I change the owner of login.php from the user to root, the page doesn't get overwritten anymore.

So basically, something somewhere running from the user account overwrites these specific pages. By the way, my website logs didnt show anything suspicious around the time when this first happened.

View 0 Replies View Related

Flakey Host : Files Get Overwritten With 0 Bytes Sometimes

Sep 28, 2009

I use a linex hosting service from streamline.net

I occasionally get a problem where data gets wiped (not good!).

It's a Perl scripted website with a flat file system.

Once this happened when I tried to manually edit some data txt files on the ftp, my changes would not save, instead it wrote a 0 bytes file. I tried to upload a new file instead but still the same (it wouldn't upload them but brought up no errors and appeared to upload fine, except still a 0 byte file was there). About fifteen minutes later I was able to save/edit/upload files properly again.

I believe a similar thing happened when a member submit a post. It didn't write the post and it wiped the files related to it (that also get opened and written to in the process of submitting a post, namely their member data file and the category data file).

I back up my website 4 times a day (even tho I don't have many members yet) because I'm paranoid about this happening now. I'm scared to promote the website because I don't feel that it's stable enough to cope.

Is this a known issue with hosting? anything I can do or suggest to my hosting company for them to ensure that this doesn't happen in the future?

View 4 Replies View Related







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