Recent content by Heuveltje

  1. Heuveltje

    ImageMagick for php7

    Hi, A while ago i managed to install imagemagick for php5. I am running php5 & php7 thanx to custombuild. Now i want to phase out php5 and also move the installed imagemagick to php7 as it is only running on php5 right now. I get a warning for php7 PHP Warning: PHP Startup: imagick: Unable...
  2. Heuveltje

    File upload fails in Roundcube

    Hi, i don't know if this is the correct place for this thread, but.... Yesterday i've finally upgraded my PHP to 5.3 (upgrade to 5.4 scheduled within some months) with CustomBuild 1.2 All is working well except Roundcube. Whenever trying to add a attachment this fails. Does anyone recognise...
  3. Heuveltje

    How to delete 0byte files?

    Hi all, i have a webcam set up, it tranfers a picture every minute to a ftp server. The connection is made via UMTS, sometimes file transport is corrupt and creates a jpg as 0byte file in the directory. In the night, when transfers are stopped the server generates .flv files of all the .jpg s...
  4. Heuveltje

    Strange appearings in log

    Hi, since some time this appeared in my log httpd/error_log Does this mean someone has unauth. access to the server (since no domainname shows?) Or is it a report of a job well done since no files could be found/accessed? [Fri Sep 14 13:05:36 2007] [error] [client 212.210.187.130] File does...
  5. Heuveltje

    Cron does not run the script

    Hi all, i created a script to generate a little movie from jpg's to mpg, once a day at 01:00 am. When run in ssh as root there are no problems at all. If cron executes this script nothing happens, it shows up in the cron log, however no file is created. When i do user > cron and enter info...
  6. Heuveltje

    Hotmail denied

    Hi all, Jeff, Since yesterday email sent from some_address @ hotmail. com are denied by the server. Senders get the following notification: "Forged hotmail mail, not sent from your account." Has this got anything to do with the transformation of hotmail to live.com? i tried editting the...
  7. Heuveltje

    Creating a mpg from jpg's

    Hi, i have set up a webcam that saves picts to a dir. I want to make a "timelapse" movie from the images saved here. I searched the net for a nice how to, but the only thing i can find is using the convert command from ImageMagick. This works rather good in shell, however using php's exec()...
  8. Heuveltje

    Trying to build php 4.4.7

    When i do a # ./build update and then a # ./build php -n i get this message: configure: error: utf8_mime2text() has new signature, but U8T_CANONICAL is missing. This should not happen. Check config.log for additional information. This is what config.log says configure:44337: checking for...
  9. Heuveltje

    Looking at the log file

    Hello, i was browsing/cleaning some logfiles and encountered this: 2007:01:16-20:59:13: User javelin entered an invalid path (/.spamassassin/3D"cid:92dHDXzL4kr7TsXXZ51S") in the file manager 2007:01:16-20:59:13: User javelin entered an invalid path (/.spamassassin/3D"cid:6oGQ536LpaElO85BZTLh")...
  10. Heuveltje

    Updating ClamAV

    Hi, I already posted this in the All-in-1 update script topic but it has been probably overlooked? I tried updating ClamAV 0.88 to 0.90 (by use of ./update.script CLAMAV) but something went wrong i guess, in the end i get these results: Bareword found where operator expected at -e line 1...
  11. Heuveltje

    User_in_whitelist

    Hello, i am receiving image spam. As i look in het headers i see a thing that frustrates me. X-Spam-Checker-Version: SpamAssassin 3.1.7 (2006-10-05) on my-domain.tld X-Spam-Level: X-Spam-Status: No, score=-92.6 required=4.0 tests=EXTRA_MPART_TYPE...
  12. Heuveltje

    SA Learning

    Hello to all, 1: I want SA to start learning what is SPAM and what is HAM. I read about i have to use "SA learn" command and point to the SPAM and HAM files or directories. It seems to be nessesary (excuse my english) to AND point to a spamfile or folder AND a hamfile or folder. I understand...
Back
Top