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 ?
Fehlertickets nicht automatisch erstellen
-
- Znuny newbie
- Posts: 4
- Joined: 21 Sep 2009, 11:25
- Znuny Version: 2.4.3
Fehlertickets nicht automatisch erstellen
im Cronjob ein anderes MAILTO setzen....
(in der Datei: aaa_base)
(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
"Testing": ((OTRS Community Edition)) and git Master
Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
-
- Znuny newbie
- Posts: 4
- Joined: 21 Sep 2009, 11:25
- Znuny Version: 2.4.3
Fehlertickets nicht automatisch erstellen
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?
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?
Fehlertickets nicht automatisch erstellen
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
"Testing": ((OTRS Community Edition)) and git Master
Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com