• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

XOOPS, RSSC, Cron and Plesk

2

2danis2do

Guest
I have had set up Xoops with the RSSC module that also uses cron to update the feeds.

With the latest update from Plesk, I seem to be getting x3 spam emails that coincide with when the cron job(s) are run:


DomainKey-Status: bad format
X-Spam-Flag: YES
X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on www.mydomain.com
X-Spam-Level: ********
X-Spam-Status: Yes, score=8.9 required=7.0 tests=EMPTY_MESSAGE,MISSING_DATE,
MISSING_HB_SEP,MISSING_HEADERS,MISSING_MID,MISSING_SUBJECT,NO_RELAYS,
TVD_SPACE_RATIO autolearn=no version=3.2.5
X-Spam-Report:
* 0.0 MISSING_MID Missing Message-Id: header
* 0.0 MISSING_DATE Missing Date: header
* -0.0 NO_RELAYS Informational: message was not relayed via SMTP
* 2.5 MISSING_HB_SEP Missing blank line between message header and body
* 1.6 MISSING_HEADERS Missing To: header
* 2.9 TVD_SPACE_RATIO BODY: TVD_SPACE_RATIO
* 1.3 MISSING_SUBJECT Missing Subject: header
* 0.6 EMPTY_MESSAGE Message appears to have no textual parts and no
* Subject: text
Received: (qmail 1477 invoked by alias); 21 Dec 2009 04:08:21 +0000
Delivered-To: [email protected]
Subject: ****SPAM****
X-Spam-Prev-Subject: (nonexistent)§

These emails seem to coincide with the recent Plesk update (9.2.3). So does anyone know why I am getting these messages?

Funny thing is I also have cron set up for Drupal and there does not seem to be any error messages.

Regards,

Dan
 
cron - blank emails

I think this is two separate issues. It appears that the recent updates (9.2.3 and 9.3) may have changed the build of php. (Not sure but perhaps some one can confirm this).

Anyway, once I had sorted out the problem with the mail problem I got the following messages:
PHP Warning: PHP Startup: fileinfo: Unable to initialize module
Module compiled with module API=20050922, debug=0, thread-safety=0
PHP compiled with module API=20060613, debug=0, thread-safety=0
These options need to match
in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php/modules/ffmpeg.so' - /usr/lib/php/modules/ffmpeg.so: undefined symbol: php_gd_gdImageSetPixel in Unknown on line 0
PHP Warning: PHP Startup: memcache: Unable to initialize module
Module compiled with module API=20050922, debug=0, thread-safety=0
PHP compiled with module API=20060613, debug=0, thread-safety=0
These options need to match
in Unknown on line 0

It appears the there were problems with the following modules:

fileinfo
ffmpeg-php and
memcache

I have now removed these modules and no errors are generated when cron is run.
 
Back
Top