• We value your experience with Plesk during 2024
    Plesk strives to perform even better in 2025. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2024.
    Please take this short survey:

    https://pt-research.typeform.com/to/AmZvSXkx
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

I receive an email about plesk was autoupdated every day (11.5)

jterry

Basic Pleskian
Hello

Since several weeks i'm receiving an email every day telling me that Plesk was updated successfully (ok, in spanish as my installation is).

This is CentOS release 6.4 (Final) x86_64

I have:

cat .autoinstaller/microupdates.xml
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<patches>
<product id="plesk" version="11.5.30" installed-at="20130804T165540">
<patch version="14" timestamp="" installed-at="20130915T103015" />
</product>
</patches>

And ran days ago both

/usr/local/psa/bootstrapper/pp11.5.30-bootstrapper/bootstrapper.sh repair

and

/usr/local/psa/admin/bin/autoinstaller

To check if something was fixed but it continues the same.

Do you know how can i fix this?

Perhaps related since this began i have another daily email with this (from anacron):

/etc/cron.daily/0logwatch:

Can't exec "sendmail": Permission denied at /usr/sbin/logwatch line 1040, <TESTFILE> line 2.
Can't execute sendmail -t: Permission denied

Best
 
Can't exec "sendmail": Permission denied at /usr/sbin/logwatch line 1040, <TESTFILE> line 2. Can't execute sendmail -t: Permission denied
Best

What is your output

Code:
ls -l /usr/sbin/sendmail

Also check if selinux is enabled on your system:
Code:
getenforce

If it's enabled, Try to temporarily disable it with the "setenforce 0" command and running the logwatch cron to see if your email gets processed!
 
Hello, thanks by your reply

What is your output

Code:
ls -l /usr/sbin/sendmail

Also check if selinux is enabled on your system:
Code:
getenforce


If it's enabled, Try to temporarily disable it with the "setenforce 0" command and running the logwatch cron to see if your email gets processed!

ls -l /usr/sbin/sendmail
lrwxrwxrwx. 1 root root 21 sep 12 19:06 /usr/sbin/sendmail -> /etc/alternatives/mta

getenforce
Enforcing

After disabling selinux and reboot, executing logwatch sent the email.

Whats the problem? Must i leave disabled?

Best,
 
It continues the same, i got another plesk autoupdated email this morning.

Update: Well, really today i got an update (patch version 15), so i'll check tomorrow again.
 
Last edited:
Perhaps it's really updating :) To rule out that fact, disable Plesk AUTO Updates and see if the emails persist ..
 
It continues the same, i got another plesk autoupdated email this morning.

Update: Well, really today i got an update (patch version 15), so i'll check tomorrow again.

Nope, today i got another autoupdater email, and it continues patch version="15". Going to repair again (from patch version 15) and check what happens.
 
I have this problem too. It started with update #14 and I am now on #15 - which is not listed in the release notes!

The only official acknowledgement I have seen for this problem is here: http://forum.parallels.com/showthre...ith-11-5-30-13&p=699630&viewfull=1#post699630 This post mentions a bug reference (PPP-3887) but I cannot find a bug tracker or mention of this reference anywhere?

I have to say, I am disappointed by the lack of official support on this forum.
 
Back
Top