bitte um Hilfe. Mein OTRS holt alle 2 Minuten über IMAP Emails von einem Exchangepostfach ab.
Das Problem ist, dass nachdem der Cron gelaufen ist, kriegt der User root jedesmal eine Mail. Dies möchte ich abschalten. Wie geht das?
Habe schon in der Crontab des OTRS-Users diese Einstellung abgeändert:
Code: Select all
xxxxx:/etc # crontab -l -u otrs
# DO NOT EDIT THIS FILE - edit the master and reinstall.
# (/tmp/crontab.XXXXNkpmq2 installed on Wed Mar 25 10:28:14 2009)
# (Cron version V5.0 -- $Id: crontab.c,v 1.12 2004/01/23 18:56:42 vixie Exp $)
# --
# cron/aaa_base - base crontab package
# Copyright (C) 2001-2008 xxx, http://otrs.org/
# --
# $Id: aaa_base.dist,v 1.5 2008/04/29 13:26:18 tr Exp $
# --
# This software comes with ABSOLUTELY NO WARRANTY. For details, see
# the enclosed file COPYING for license information (GPL). If you
# did not receive this file, see http://www.gnu.org/licenses/gpl-2.0.txt.
# --
# Who gets the cron emails?
MAILTO="/dev/null" [color=#FF0000]<<-------[/color]
Immer noch ohne Erfolg. Kann jemand helfen?