PostMaster Filter
PostMaster Filter
Hallo zusammen!
Ich bin ein Neuling in Sachen otrs.
Meine Frage:
Wie und wo setze ich Filterregeln für Queue?
Danke.
Ich bin ein Neuling in Sachen otrs.
Meine Frage:
Wie und wo setze ich Filterregeln für Queue?
Danke.
Re: PostMaster Filter
Bitte lies die Admin Doku, nutz die Forensuche und füll Deine Signatur
Es wäre auch prima wenn Du Deine Frage näher spezifizierst
Es wäre auch prima wenn Du Deine Frage näher spezifizierst
"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
Re: PostMaster Filter
Queues sind eingerichtet gemäss Kapitel 5.13 und Funktionieren Mails können gelesen werden.
Filter sind gemäss Kapitel 5.14 eingerichtet und funktionieren nicht.
Beispiel aus Kapitel 7.2.4 Komplexe Verteilungsszenarien im config.pm eingefügt und funktioniert nicht?
Kannst du mir da weiterhelfen?
Filter sind gemäss Kapitel 5.14 eingerichtet und funktionieren nicht.
Beispiel aus Kapitel 7.2.4 Komplexe Verteilungsszenarien im config.pm eingefügt und funktioniert nicht?
Kannst du mir da weiterhelfen?
Last edited by mgean on 07 Sep 2010, 11:50, edited 1 time in total.
Re: PostMaster Filter
Sorry 7.2.4 Komplexe Verteilungsszenarien
Re: PostMaster Filter
Dann zeig doch mal den nicht funktionierenden Filter und die dazu gehörige Queuestruktur
"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
Re: PostMaster Filter
# Job Name: 2-Match
# (sort emails with From: sales@example.com and Subject: **ORDER**
# into queue ’Order’)
$Self->{’PostMaster::PreFilterModule’}->{’2-Match’} = {
Module => ’Kernel::System::PostMaster::Filter::Match’,
Match => {
To => ’sales@example.com’,
Subject => ’**ORDER**’,
},
102
Kapitel 7. E-Mails versenden/empfangen
Set => {
’X-OTRS-Queue’ => ’Order’,
},
};
Queue Struktur
Typ: POP3
Benutzername@domain.ch
Password: *****
Host: domain.ch
Vertraut:Ja
Verteilung:Nach ausgewählter Queue
Queue: Postmaster
Gültig: Gültig
Kommentar: blabla
Danke für die Unterstützung
# (sort emails with From: sales@example.com and Subject: **ORDER**
# into queue ’Order’)
$Self->{’PostMaster::PreFilterModule’}->{’2-Match’} = {
Module => ’Kernel::System::PostMaster::Filter::Match’,
Match => {
To => ’sales@example.com’,
Subject => ’**ORDER**’,
},
102
Kapitel 7. E-Mails versenden/empfangen
Set => {
’X-OTRS-Queue’ => ’Order’,
},
};
Queue Struktur
Typ: POP3
Benutzername@domain.ch
Password: *****
Host: domain.ch
Vertraut:Ja
Verteilung:Nach ausgewählter Queue
Queue: Postmaster
Gültig: Gültig
Kommentar: blabla
Danke für die Unterstützung
Re: PostMaster Filter
Das wird sicherlich schon mal nicht funktionieren!
mgean wrote:# Job Name: 2-Match
# (sort emails with From: sales@example.com and Subject: **ORDER**
# into queue ’Order’)
$Self->{’PostMaster::PreFilterModule’}->{’2-Match’} = {
Module => ’Kernel::System::PostMaster::Filter::Match’,
Match => {
To => ’sales@example.com’,
Subject => ’**ORDER**’,
},
102
Kapitel 7. E-Mails versenden/empfangen
Set => {
’X-OTRS-Queue’ => ’Order’,
},
};
Das ist keine Queuestruktur...mgean wrote: Queue Struktur
Typ: POP3
"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
Re: PostMaster Filter
Kannst du mir weiterhelfen ich bin am Anschlag? oder hast du eine Lösung?
Re: PostMaster Filter
Ohne vernünftige Informationen kann auch niemand einen Fehler finden....
"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
Re: PostMaster Filter
was brauchst du genau für infos und wo holle ich die her?