Fehlertickets nicht automatisch erstellen

Hilfe zu Znuny Problemen aller Art
Locked
daywalker007
Znuny newbie
Posts: 4
Joined: 21 Sep 2009, 11:25
Znuny Version: 2.4.3

Fehlertickets nicht automatisch erstellen

Post by daywalker007 »

Hallo,

es kommt häufiger vor, dass der Mailserver nicht erreichbar ist. Dann wird jedesmal ein Fehlerticket erstellt.

Cron <otrs@srv1> $HOME/bin/PostMasterMailbox.pl >> /dev/null
...

weiss Jemand wie man verhindert kann, dass jedes mal ein Ticket erstellt wird ?
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Fehlertickets nicht automatisch erstellen

Post by jojo »

im Cronjob ein anderes MAILTO setzen....

(in der Datei: aaa_base)
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master

Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
daywalker007
Znuny newbie
Posts: 4
Joined: 21 Sep 2009, 11:25
Znuny Version: 2.4.3

Fehlertickets nicht automatisch erstellen

Post by daywalker007 »

ist es nicht so, dass dann gar keine email bzw Fehlertickets mehr erstellt werden im Fehlerfall?

Generell möchte ich diese schon bekommen. Nur beim Abholen der Mails nervt es. weil der email server eben manchmal nicht erreichbar ist.

Könnte ich nicht in dem cron job

den Befehl:

$HOME/bin/PostMasterMailbox.pl >> /dev/null

in

$HOME/bin/PostMasterMailbox.pl >> /dev/null 2>&1

ändern?
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Fehlertickets nicht automatisch erstellen

Post by jojo »

das wäre auch ne Möglichkeit
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master

Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
Locked