Search found 5018 matches

by reneeb
21 Jan 2021, 14:23
Forum: Allgemeines
Topic: OTRS Konfiguration- EMails empfangen und senden
Replies: 51
Views: 24251

Re: OTRS Konfiguration- EMails empfangen und senden

Vorher noch

Code: Select all

cd /opt/otrs
by reneeb
21 Jan 2021, 13:03
Forum: Allgemeines
Topic: OTRS Konfiguration- EMails empfangen und senden
Replies: 51
Views: 24251

Re: OTRS Konfiguration- EMails empfangen und senden

Kennst Du Dich mit der Konsole und Datenbanken aus? Wenn nicht, könntest Du https://opar.perl-services.de/dist/ConsoleTools installieren. Dort gibt es seit eben das Kommando Admin::Database::RemovePID . Dann könntest Du auf der Kommandozeile als otrs-User einfach perl bin/otrs.Console.pl Admin::Data...
by reneeb
21 Jan 2021, 12:13
Forum: Allgemeines
Topic: OTRS Konfiguration- EMails empfangen und senden
Replies: 51
Views: 24251

Re: OTRS Konfiguration- EMails empfangen und senden

Schau mal, ob Du was im Systemlog oder so findet warum die Prozess-ID nicht rausgelöscht wurde. Muss heute nach gewesen sein:

Code: Select all

> perl -E 'say scalar localtime 1611183785'
Thu Jan 21 00:03:05 2021
Dann kannst Du die Prozess-ID da rauslöschen.
by reneeb
21 Jan 2021, 10:38
Forum: Allgemeines
Topic: OTRS Konfiguration- EMails empfangen und senden
Replies: 51
Views: 24251

Re: OTRS Konfiguration- EMails empfangen und senden

Dann ist wohl noch eine Prozess-ID für das Mailversenden eingetragen. Mach in der SQL-Box im Adminbereich mal:

Code: Select all

SELECT * FROM process_id
Evtl. musst Du die Prozess-ID dann mal aus der Tabelle löschen.
by reneeb
21 Jan 2021, 10:35
Forum: Help
Topic: Exporting Tickets from OTRS 6
Replies: 9
Views: 4088

Re: Exporting Tickets from OTRS 6

So you should think about the requirements first and get used to the terms used in OTRS. You'd like to get all the *ticket*s from your OTRS. A ticket is just a "container" for the communication about one topic. Think about it like this thread. You started the thread "Exporting Tickets...
by reneeb
20 Jan 2021, 13:57
Forum: Allgemeines
Topic: ACL der zwischen Mail und Call Ticket unterscheiden soll
Replies: 1
Views: 1442

Re: ACL der zwischen Mail und Call Ticket unterscheiden soll

Wenn es darum geht, den Status **nur** bei der Erstellung von Telefontickets anzuzeigen, dann sieht die ACL so aus:
Auswahl_341.png
Auswirkung:

AgentTicketEmail (Neues E-Mail Ticket):
Auswahl_342.png
AgentTicketPhone (Neues Telefonticket):
Auswahl_344.png
by reneeb
20 Jan 2021, 13:37
Forum: Allgemeines
Topic: OTRS Konfiguration- EMails empfangen und senden
Replies: 51
Views: 24251

Re: OTRS Konfiguration- EMails empfangen und senden

jetzt würde nur noch fehlen, dass der bearbeitungsstatus der tickets auch erfolgreich per email verschickt wird. kannst du mir dabei auch noch helfen? Was verwunderlich ist, dass das Sendmail-Modul genutzt wird, obwohl in der Systemkonfiguration was anderes eingestellt ist. Kannst Du auf der Komman...
by reneeb
20 Jan 2021, 13:35
Forum: Allgemeines
Topic: OTRS Konfiguration- EMails empfangen und senden
Replies: 51
Views: 24251

Re: OTRS Konfiguration- EMails empfangen und senden

Hallo, ich habe dort INBOX drin stehen gelassen. Ist das falsch? Da stand ja, dass man das nur ändern soll wenn explizit ein anderer Ordner genutzt werden soll vg Ulf Das sollte schon passen (geht ja anscheinend mittlerweile). Hatte mich nur gewundert, weil in der Fehlermeldung kein Ordnername drin...
by reneeb
20 Jan 2021, 13:33
Forum: Help
Topic: Dropdown fields/options stay Loading... on Firefox
Replies: 2
Views: 760

Re: Dropdown fields/options stay Loading... on Firefox

Did you check the system log in the admin area? Can you open the browser's developer tools (F12) and check if there are any errors in the JavaScript console?
by reneeb
20 Jan 2021, 11:14
Forum: Hilfe
Topic: Customer Location TimeZone
Replies: 6
Views: 2135

Re: Customer Location TimeZone

Habt ihr vielleicht irgendwelche Anpassungen an der Kernel/Language/hu.pm oder eine eigene Kernel/Language/hu_xxxxxx.pm?
by reneeb
20 Jan 2021, 11:09
Forum: Allgemeines
Topic: OTRS Konfiguration- EMails empfangen und senden
Replies: 51
Views: 24251

Re: OTRS Konfiguration- EMails empfangen und senden

Metalhead88 wrote: 19 Jan 2021, 20:26 [...]
Message: Error while retrieving the messages 'IMAPTLS': Could not select:
[...]
Was hast Du bei dem E-Mail Konto als IMAP-Ordner angegeben?
by reneeb
13 Jan 2021, 14:16
Forum: Allgemeines
Topic: OTRS Prio Farben
Replies: 4
Views: 1955

Re: OTRS Prio Farben

Mach mal

Code: Select all

perl bin/otrs.Console.pl Maint::Loader::CacheCleanup
und dann

Code: Select all

perl bin/otrs.Console.pl Maint::Loader::CacheGenerate
by reneeb
11 Jan 2021, 17:03
Forum: Developers
Topic: PLace dubug messages in code
Replies: 4
Views: 4665

Re: PLace dubug messages in code

If you want the debug output in the same log as other OTRS logs, you should use $Kernel::OM->Get('Kernel::System::Log')->Log( Priority => error => Message => $Kernel::OM->Get('Kernel::System::Main')->Dump( [1,2,3] ) ); And when you want to use the other proposed code snippets, I would recommend to u...
by reneeb
10 Jan 2021, 15:24
Forum: Hilfe
Topic: pdf print in Ticket create Event
Replies: 13
Views: 4449

Re: pdf print in Ticket create Event

also QR-Code auf dem Ticket-PDF kannst Du auf jeden Fall mit https://opar.perl-services.de/dist/TicketBarcode-6.0.1 bekommen. Ein "schöneres" PDF kannst Du mit LaTeX-Templates und/oder HTML mit wkhtmltopdf hinbekommen.
by reneeb
08 Jan 2021, 15:57
Forum: Hilfe
Topic: pdf print in Ticket create Event
Replies: 13
Views: 4449

Re: pdf print in Ticket create Event

@wurzel: Was verstehst Du unter "schön"?
by reneeb
08 Jan 2021, 13:49
Forum: Hilfe
Topic: pdf print in Ticket create Event
Replies: 13
Views: 4449

Re: pdf print in Ticket create Event

Stimmt, habe ich nicht dran gedacht.
by reneeb
07 Jan 2021, 18:41
Forum: Hilfe
Topic: Anzeigefehler? Betreff sei leer, obwohl dieser mehr als nur die Ticket Hook enthält
Replies: 2
Views: 1829

Re: Anzeigefehler? Betreff sei leer, obwohl dieser mehr als nur die Ticket Hook enthält

Das ist so gewollt: https://bugs.otrs.org/show_bug.cgi?id=14659

Ich finde es unglücklich, diese Meldung anzuzeigen wenn der Betreff mehr als nur den Ticket-Hook enthält. Aber das geht nur mit einer Erweiterung.
by reneeb
07 Jan 2021, 17:56
Forum: Hilfe
Topic: Signatur mehrsprachig
Replies: 3
Views: 1310

Re: Signatur mehrsprachig

Du könntest es am Kundenbenutzer speichern (entweder "direkt" oder über ein Dynamisches Feld) und dann darauf zugreifen. Mit dem dynamischen Feld kannst Du so vorgehen: Das hier im Feldmapping (Kernel/Config.pm) hinzufügen: ['DynamicField_Greetings', undef, 'Greetings', 0, 0, 'dynamic_fiel...
by reneeb
07 Jan 2021, 17:44
Forum: Hilfe
Topic: pdf print in Ticket create Event
Replies: 13
Views: 4449

Re: pdf print in Ticket create Event

Es gibt leider kein "Das Ticket ist komplett"-Event. Da nach dem TicketCreate-Event noch die Artikel erstellt werden und die Dynamischen Felder gesetzt werden. Es wäre also deutlich einfacher, wenn Du einen Button im Ticket hättest, der die Aufgabe übernimmt das PDF zu erstellen und wegzus...
by reneeb
07 Jan 2021, 17:38
Forum: Hilfe
Topic: Postmaster Filter String1 AND String2
Replies: 1
Views: 1259

Re: Postmaster Filter String1 AND String2

Probier mal

Code: Select all

^(?s:(?=.*String1)(?=.*String2).*)$
by reneeb
07 Jan 2021, 17:21
Forum: General
Topic: Adding fonts to "Font" dropdown in editor
Replies: 7
Views: 2759

Re: Adding fonts to "Font" dropdown in editor

in der Datei Core.UI.RichTextEditor.js, einfach unter die Zeile mit "fontSize_sizes" diese Zeile kopieren: font_names: "Arial/Arial, Helvetica, sans-serif;Arial Narrow/Arial Narrow, Helvetica, sans-serif; Comic Sans MS/Comic Sans MS, cursive;Courier New/Courier New, Courier, monospace...
by reneeb
07 Jan 2021, 14:54
Forum: General
Topic: OTRS community edition is dead?
Replies: 3
Views: 3008

Re: OTRS community edition is dead?

In my opinion it would be great if not every consultant runs it own fork but to support one of the existing ones (e.g. Znuny or OTOBO).
by reneeb
30 Apr 2020, 11:55
Forum: Developers
Topic: Multiple clickable links DynamicField on TicketZoom.
Replies: 2
Views: 3132

Re: Multiple clickable links DynamicField on TicketZoom.

Develop your own DynamicField driver. That could use the TextArea driver module to inherit from. In the sub DisplayValueRender (https://github.com/OTRS/otrs/blob/df3f843c166416b92245f2f433669a9aaef1ade5/Kernel/System/DynamicField/Driver/TextArea.pm#L285) you could split the value by newline and rend...
by reneeb
06 May 2019, 06:58
Forum: Help
Topic: ImportExportDynamicFields Erasing all data from dynamicField
Replies: 2
Views: 1308

Re: ImportExportDynamicFields Erasing all data from dynamicField

You need a json file with the field configuration as input. You can export your existing ones to see what is needed...
by reneeb
15 Apr 2019, 07:54
Forum: General
Topic: Email sending issue
Replies: 7
Views: 2301

Re: Email sending issue

by reneeb
15 Apr 2019, 07:52
Forum: General
Topic: OTRS Random ticket generation
Replies: 3
Views: 1540

Re: OTRS Random ticket generation

There are too few details...

Are these tickets created by mail? Then check the mail where those mails come from. Is it always the same sender? The same subject?
Check the ticket history. Is it created by any other mechanism (REST API? Process management?, ...)
by reneeb
30 Mar 2019, 18:50
Forum: Help
Topic: Login Failure with active directory
Replies: 8
Views: 16960

Re: Login Failure with active directory

You need to sync the user to the OTRS DB. https://doc.otrs.com/doc/manual/admin/6 ... h-backends
by reneeb
30 Mar 2019, 08:48
Forum: Help
Topic: Import DynamicFields
Replies: 10
Views: 3129

Re: Import DynamicFields

Did you say on import that existing fields should be overridden?
by reneeb
20 Mar 2019, 13:01
Forum: Hilfe
Topic: Sendmail Problem AUTH 500
Replies: 3
Views: 3451

Re: Sendmail Problem AUTH 500

Mal die Perl-Module Net::STMP und IO::Socket::SSL aktualisieren. Das ist als Workaround in einer Bugmeldung genannt: https://bugs.otrs.org/show_bug.cgi?id=14357
by reneeb
14 Mar 2019, 10:45
Forum: Help
Topic: Only open new agent ticket phone if customer exist
Replies: 4
Views: 2066

Re: Only open new agent ticket phone if customer exist

That's not possible in stock OTRS. You would need to add some Perl code in Kernel/Modules/AgentTicketPhone.pm. It should be somewhere around this line: https://github.com/OTRS/otrs/blob/aaad4 ... ne.pm#L952
by reneeb
14 Mar 2019, 10:39
Forum: Help
Topic: OTRS errors
Replies: 3
Views: 2291

Re: OTRS errors

Check the AdminEmail address in the system configuration. And you can change the MAILTO setting in the var/cron/aaa_base cronjob
by reneeb
08 Mar 2019, 11:34
Forum: General
Topic: Postmaster filter
Replies: 7
Views: 3134

Re: Postmaster filter

Are there any other postmaster filters or generic agents that interferes with the shown filter?
by reneeb
08 Mar 2019, 11:33
Forum: Developers
Topic: Multiline sercive catalog comment
Replies: 2
Views: 3415

Re: Multiline sercive catalog comment

Please show some code...
by reneeb
02 Mar 2019, 11:33
Forum: Help
Topic: New email ticket being picked up as follow up on current ticket
Replies: 3
Views: 2006

Re: New email ticket being picked up as follow up on current ticket

You can change the queue settings. There you can decide if a followup on a closed ticket should open the old ticket or create a new one.
by reneeb
28 Feb 2019, 11:13
Forum: General
Topic: Insert board in mail body or signature
Replies: 2
Views: 1557

Re: Insert board in mail body or signature

Try to activate the Systemconfiguration setting Frontend::RichText::EnhancedMode
by reneeb
27 Feb 2019, 10:00
Forum: General
Topic: Move 'Priority' Position on Phone and Email Tickets
Replies: 11
Views: 3780

Re: Move 'Priority' Position on Phone and Email Tickets

Kernel/Output/HTML/Templates/Standard/AgentTicketEmail.tt
Kernel/Output/HTML/Templates/Standard/AgentTicketPhone.tt
by reneeb
22 Feb 2019, 10:16
Forum: Allgemeines
Topic: Mailversand nur bei gültiger eMail-Adresse?
Replies: 5
Views: 2877

Re: Mailversand nur bei gültiger eMail-Adresse?

Was heißt "ungültige E-Mail-Adresse"? Syntaktisch falsch, eine Adresse bei der kein MX-Record existiert?
by reneeb
19 Feb 2019, 15:55
Forum: Hilfe
Topic: OTRS 6 und Office 365 SMTP
Replies: 8
Views: 5385

Re: OTRS 6 und Office 365 SMTP

Eigentlich sendet das Perl-Modul das erneute EHLO: https://github.com/steve-m-hay/perl-libnet/blob/ee9142670b970c5967f8cb9b7d6ccbf7883e53fa/lib/Net/SMTP.pm#L276 Da müsste man wahrscheinlich noch tiefer in der Debugging einsteigen, an welcher Stelle ggf. der Rückgabewert des Mailservers falsch ausgew...
by reneeb
14 Feb 2019, 12:37
Forum: Hilfe
Topic: Custom Ordner wird nicht verarbeiten - Gelöst
Replies: 3
Views: 1439

Re: Custom Ordner wird nicht verarbeiten

Den Apachen neu starten?!
by reneeb
14 Feb 2019, 11:03
Forum: Allgemeines
Topic: Priorität bei ausgehenden E-Mail Tickets anzeigen
Replies: 2
Views: 1906

Re: Priorität bei ausgehenden E-Mail Tickets anzeigen

Nein, da muss am Code angefasst werden. Ein Schnipsel JavaScript in die AgentTicketEmail.tt sollte langen... $('#submitRichText').on('click', function() { var Subject = $('#Subject').val(); var Priority = $('#PriorityID option:selected').text(); $('#Subject').val( '[' + Priority + '] ' + Subject ); ...
by reneeb
13 Feb 2019, 11:37
Forum: Developers
Topic: [SOLVED]Is that possible to shown child ticketin Report function ?
Replies: 9
Views: 5015

Re: Is that possible to shown child ticketin Report function ?

Code: Select all

    while ($DBObject->FetchrowArray()) {
    push @Data, $Row[0];
}
should be

Code: Select all

    while (my @Row = $DBObject->FetchrowArray()) {
        push @Data, [$Row[0]];
    }
by reneeb
12 Feb 2019, 17:01
Forum: Developers
Topic: [SOLVED]Is that possible to shown child ticketin Report function ?
Replies: 9
Views: 5015

Re: Is that possible to shown child ticketin Report function ?

Object handling has changed in OTRS4 sub new { my ( $Type, %Param ) = @_; # allocate new hash for object my $Self = {%Param}; bless( $Self, $Type ); return $Self; } sub Run { my ($Self, %Param) = @_; my $DBObject = $Kernel::OM->Get('Kernel::System::DB'); ... }
by reneeb
12 Feb 2019, 16:51
Forum: Hilfe
Topic: Pakete installieren unter OTRS6
Replies: 1
Views: 1162

Re: Pakete installieren unter OTRS6

Welche OTRS-Version? Gibt es Meldungen im Apache error log?
by reneeb
11 Feb 2019, 11:16
Forum: Help
Topic: Error after installed Multi Dashboard
Replies: 4
Views: 2064

Re: Error after installed Multi Dashboard

Which Addon is it (Name, version, ...)? Did you check the Apache error log?
by reneeb
08 Feb 2019, 16:24
Forum: Hilfe
Topic: OTRS:ITSM 6 - Acknowledge im Icinga (SystemMonitoring)
Replies: 11
Views: 3302

Re: OTRS:ITSM 6 - Acknowledge im Icinga (SystemMonitoring)

Code: Select all

Host:\s+([A-Za-z0-9-]*)
Service:\s+([A-Za-z0-9_]*)