Cron Deamon Email Versannt ausstellen

^^kev####

Registered User
Guten Abend,

ich habe Debian 3.1 Sarge + Confixx 3 von S4Y.
Ich habe mal anstatt die Cronjobs in die crontab einzutragen,
sie in Confixx eingetragen. Jetzt mein Problem.
Es laufen ca 5 CronJobs jede Minute. Bei jeder ausführung wird mir eine Email gesendet.

Wie kann ich diesen scheiss Email Versannt ausstellen -.- ?
 
^^Da habe ich nix gefunden ôo
Wenn du was gefunden hast, wieso Postest du es denn nicht ??
Anstatt hier nur zu schreiben Google ist dein freund :rolleyes:
 
Ich frage mich was Confixx nutzt ôo
Weil in der CronTab datei steht nur das drinnen:

# /etc/crontab: system-wide crontab
# Unlike any other crontab you don't have to run the `crontab'
# command to install the new version when you edit this file.
# This file also has a username field, that none of the other crontabs do.

SHELL=/bin/sh
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin

# m h dom mon dow user command
17 * * * * root run-parts --report /etc/cron.hourly
25 6 * * * root test -x /usr/sbin/anacron || run-parts --report /etc/cron.daily
47 6 * * 7 root test -x /usr/sbin/anacron || run-parts --report /etc/cron.weekly
52 6 1 * * root test -x /usr/sbin/anacron || run-parts --report /etc/cron.monthly
#
25 12 * * * root /usr/sbin/ntpdate ntp2.intergenia.de >/dev/null 2>&1


PS: Danke ;) das mit dem >/dev/null 2>&1 hat geklappt :)
 
Last edited by a moderator:
Den Confixx Cron findest du unter /etc/cron.d/confixx.

Ich nehme mal an dein PHP Script erzeugt eine Aussgabe.
Die Ausgabe sendet dir der Cron Daemon einfach nur zu.
Wenn du jetzt also einfach dafür sorgst das dein Script keine Aussgabe erzeugt dann bekommst du auch keine Emails.
 
Back
Top