Search found 1028 matches

by Wolfgangf
17 Jan 2013, 20:12
Forum: Hilfe
Topic: [gelöst]Fehler bei erstellen eines E-Mailtickets
Replies: 16
Views: 5713

Re: Fehler bei erstellen eines E-Mailtickets

Um das SMTP zu testen muss du natürlich auch "SMTP sprechen" - den user befehl kennt das SMTP Protkoll nicht

also

Code: Select all

telnet mailserver 25
helo ...
mail from: otrs@....
rcpt to: <eine mailadresse>
data
<die nachricht>
.
siehe hier z.B: http://de.wikipedia.org/wiki/SMTP
by Wolfgangf
17 Jan 2013, 15:22
Forum: Hilfe
Topic: [gelöst]Fehler bei erstellen eines E-Mailtickets
Replies: 16
Views: 5713

Re: Fehler bei erstellen eines E-Mailtickets

Das ging ja auch alles zuvor =(
Was ich ja nicht wissen kann ;)
Ich würde als erstes testen ob es überhaupt geht, und dann weiter zu OTRS ...
by Wolfgangf
17 Jan 2013, 13:12
Forum: Hilfe
Topic: [gelöst]Fehler bei erstellen eines E-Mailtickets
Replies: 16
Views: 5713

Re: Fehler bei erstellen eines E-Mailtickets

Thomas,
hast Du versucht ein Mail (nicht aus OTRS) vom Host auf dem OTRS läuft zu versenden (mit einem beliebigen Mailclient oder telnet , ...)
LG
by Wolfgangf
17 Jan 2013, 12:32
Forum: Allgemeines
Topic: Cron Problem mit Benutzer otrs
Replies: 4
Views: 1701

Re: Cron Problem mit Benutzer otrs

... und die Rechte in
/opt/otrs/var/
/opt/otrs/var/tmp
?
by Wolfgangf
17 Jan 2013, 12:29
Forum: Hilfe
Topic: [gelöst]Fehler bei erstellen eines E-Mailtickets
Replies: 16
Views: 5713

Re: Fehler bei erstellen eines E-Mailtickets

- wie ist Dein E-Mail setup im OTRS
- wie ist Dein E-Mail setup auf der OTRS BOX
- kannst Du vom OTRS Host aus Mail versenden?
- Firewall zwischen OTRS und Exchange
- darf der OTRS host am Exchange relayen?
- ...
by Wolfgangf
17 Jan 2013, 12:23
Forum: Help
Topic: two projects on the same otrs instance
Replies: 1
Views: 929

Re: two projects on the same otrs instance

What do you mean by "two project", how should the interfaces differ?
by Wolfgangf
14 Jan 2013, 12:38
Forum: Help
Topic: [HELP] Scheduler Not Running
Replies: 2
Views: 1197

Re: [HELP] Scheduler Not Running

how about checking the logs?
by Wolfgangf
08 Jan 2013, 15:15
Forum: Hilfe
Topic: [solved] Felder nicht mehr sichtbar seit Upgrade
Replies: 1
Views: 925

Re: [solved] Felder nicht mehr sichtbar seit Upgrade

Gelöst - die Definition der dynamischen Felder war falsch falsch (invalid, type Text statt Dropdown, ...)
Anyhow: jetzt geht es wieder
by Wolfgangf
08 Jan 2013, 11:57
Forum: Hilfe
Topic: [solved] Felder nicht mehr sichtbar seit Upgrade
Replies: 1
Views: 925

[solved] Felder nicht mehr sichtbar seit Upgrade

Hallo Kollegen, seit dem Upgrade auf 3.1.12 werden die Datumfelder in der Maske AgentTicketAddtlITSMField nicht mehr angezeigt?! AddITSMFields-no.png Im Testsystem funktioniert es tadellos AddITSMFields.png Die Sysconfig für Frontend::Agent::Ticket::ViewAddtlITSMField habe ich vergleichen und finde ...
by Wolfgangf
02 Jan 2013, 15:57
Forum: Hilfe
Topic: CSV Import für CMDB in OTRS::ITSM [gelöst]
Replies: 5
Views: 2030

Re: CSV Import für CMDB in OTRS::ITSM

und in welche CI Klasse werden die CSV-Daten importiert?
bzw. was passiert wenn du eines des importierten CIs öffnest?
LG
by Wolfgangf
28 Dec 2012, 15:07
Forum: Hilfe
Topic: CSV Import für CMDB in OTRS::ITSM [gelöst]
Replies: 5
Views: 2030

Re: CSV Import für CMDB in OTRS::ITSM

Die Fehlermeldung sagt es schon "Deploymentstate ..."
check mal Deine Importbechreibung
Deploymentstate muss AFAIK im Importfile vorhanden sein
by Wolfgangf
18 Dec 2012, 12:28
Forum: Hilfe
Topic: Table 'otrs.virtual_fs' doesn't exist
Replies: 0
Views: 646

Table 'otrs.virtual_fs' doesn't exist

Hallo Kollegen, nach dem Update auf 3.1.12 und ITSM 3.1.7 bekomme ich wiederholt folgende Fehlermeldung Dec 18 06:49:53 otrs OTRS-CGI-10[31664]: [Error][Kernel::System::VirtualFS::Find][Line:435]: Table 'otrs.virtual_fs' doesn't exist, SQL: 'SELECT vfs.filename, vfsp.preferences_key, vfsp.preference...
by Wolfgangf
17 Dec 2012, 20:32
Forum: Hilfe
Topic: DB Migration von Windows auf Linux
Replies: 1
Views: 1406

Re: DB Migration von Windows auf Linux

Hm - in welchem charset ist denn die mysql Datenbank auf Windows?
bzw. hast Du schon versucht die daten "interaktiv" zwischen den beiden Daten zu verschieben

Code: Select all

insert into <tabelle auf db auf linux> select * from <tabelle von db auf Windows>
by Wolfgangf
06 Dec 2012, 15:39
Forum: Hilfe
Topic: Postmaster Filter
Replies: 6
Views: 2113

Re: Postmaster Filter

hm . ich würde meinen, dass sollte genau so funktionieren
- die Queue in die Du verschieben möchtest ist richtig geschrieben?
- Cron Job gestartet?
by Wolfgangf
05 Dec 2012, 12:02
Forum: Help
Topic: OTRS | Permission
Replies: 1
Views: 998

Re: OTRS | Permission

did you already try running otrs.SetPermissions? ./otrs.SetPermissions.pl bin/otrs.SetPermissions.pl <1.4> - set OTRS file permissions Copyright (C) 2001-2010 xxx, http://otrs.org/ Usage: otrs.SetPermissions.pl [--otrs-user=<OTRS_USER>] [--web-user=<WEBSERVER_USER>] [--otrs-group=<OTRS_GROUP>] [--we...
by Wolfgangf
27 Nov 2012, 18:23
Forum: Help
Topic: Fetchmail : command not found
Replies: 3
Views: 1397

Re: Fetchmail : command not found

... and of course fetchmail is installed ;)
by Wolfgangf
23 Nov 2012, 08:14
Forum: Help
Topic: [SOLVED] OTRS against mail repeated
Replies: 25
Views: 9009

Re: OTRS against mail repeated

you'll want to "Merge to oldest ..." these tickets on the GUI with Bulk action in Queue view
by Wolfgangf
23 Nov 2012, 08:12
Forum: General
Topic: Facing some Problem....Please help me out
Replies: 18
Views: 7117

Re: Facing some Problem....Please help me out

I am using OTRS 3.1 & facing some problem, I have successfully installed it & tested it on one system assigned for this software. It was working well but I was not able to make the responses autonomous. This sounds like a problem in E-Mail setup - did you read the admin handbook how to conf...
by Wolfgangf
16 Nov 2012, 20:18
Forum: Hilfe
Topic: LDAP Sync an Windows 2008 schlägt fehl
Replies: 2
Views: 1156

Re: LDAP Sync an Windows 2008 schlägt fehl

nimm den Port 3268
by Wolfgangf
16 Nov 2012, 07:08
Forum: Help
Topic: OTRS occasionally freezing
Replies: 1
Views: 618

Re: OTRS occasionally freezing

did you check any logs?
- otrs
- webserver
- syslog
by Wolfgangf
06 Nov 2012, 20:24
Forum: Hilfe
Topic: [gelöst] Update 2.4.11 auf 3.0.17 - ERROR
Replies: 2
Views: 2357

Re: Update 2.4.11 auf 3.0.17 - ERROR

ich hatte das auch mit ziemlicher Wahrscheinlichkeit ist in Deiner mysql kein default-storage engine festgelegt und Innodb nicht disabled dann würde MySQL den contraint mit der "falschen" storage anlegen wollen (innodb statt ISAM) Langer Rede kurzer Sinn: default-storage-engine=MYISAM in d...
by Wolfgangf
04 Nov 2012, 18:35
Forum: Help
Topic: Change HTTP => HTTPS
Replies: 6
Views: 4017

Re: Change HTTP => HTTPS

as jojo said: it's not an OTRS issue, it's webserver config issue
if you share your setup with us, some could probably help
For example in my case: I'm running OTRS on openSuSE and theres is a lot of howtos
by Wolfgangf
20 Oct 2012, 12:49
Forum: Allgemeines
Topic: tidbit – das Community Template Modul
Replies: 6
Views: 6250

Re: tidbit – das Community Template Modul

Wolfgangf wrote:Ist das Projekt lebendig?
OK - scheint nicht so zu ein
by Wolfgangf
12 Oct 2012, 18:32
Forum: Help
Topic: Postmaster filter - Stop After Match
Replies: 1
Views: 1552

Re: Postmaster filter - Stop After Match

obviously yes: as the name says: STOP after first match ( ... with processing other filters)
by Wolfgangf
12 Oct 2012, 18:30
Forum: Hilfe
Topic: Ausgehende Emails Kundenportal - ich dreh durch
Replies: 1
Views: 1069

Re: Ausgehende Emails Kundenportal - ich dreh durch

na ich würde da mal anfangen
Enable Net::SMTP debug for more info!
by Wolfgangf
09 Oct 2012, 19:06
Forum: Allgemeines
Topic: Lieferanten in die CMDB?
Replies: 1
Views: 1430

Re: Lieferanten in die CMDB?

Aktuell sehe ich hier nur die Möglichkeit, eine neue Klasse im General Catalog zu erstellen. Allerdings sind hier auf Grund des OTRS-Designs wieder Verwendungs-/Vorfallsstatus im CI hinterlegt, was bei Lieferanten absolut unsinnig wäre. Versteh ich nicht ganz: - neue Klasse Lieferanten - Verlinken ...
by Wolfgangf
08 Oct 2012, 10:59
Forum: Hilfe
Topic: Postmaster-Filter falsche zuordnung
Replies: 2
Views: 985

Re: Postmaster-Filter falsche zuordnung

Frage: es ist dir bewusst, dass die Suchbegriffe Regular Expressions und nicht "normale" Wilcards sind?
Die Postmaster Filter werden nacheinnander abgearbeitet (bzw. beendet wenn das "Stoppen nach Treffer" auf Ja ist)
Hoffe das hilft
by Wolfgangf
05 Oct 2012, 15:50
Forum: Hilfe
Topic: AgentTicketPriority - Standard Priorität stimmt nicht
Replies: 7
Views: 1678

Re: AgentTicketPriority - Standard Priorität stimmt nicht

hat jemand das gleiche Problem?
"Impact" wird nicht mehr angezeigt auf der Weboberfläche ?!
by Wolfgangf
05 Oct 2012, 15:42
Forum: Help
Topic: Import/Export large amount of data
Replies: 16
Views: 7916

Re: Import/Export large amount of data

Hip-Hip horray! I was looking for a long time to solve this error
Has somebody opened a bug for this at bugs.otrs.org?
by Wolfgangf
05 Oct 2012, 15:35
Forum: Allgemeines
Topic: tidbit – das Community Template Modul
Replies: 6
Views: 6250

Re: tidbit – das Community Template Modul

Ist das Projekt lebendig?
by Wolfgangf
02 Oct 2012, 08:38
Forum: Hilfe
Topic: AgentTicketPriority - Standard Priorität stimmt nicht
Replies: 7
Views: 1678

Re: AgentTicketPriority - Standard Priorität stimmt nicht

jojo wrote:altes Template (aus der 3.0) oder kein ITSM Template. Gibt es ein eigenes Theme? Sind die ITSM Pakete für die 3.1 installiert?
kein eigenes Theme
ITSM Pakte aus 3.1 sind installiert
2012-10-02_083812.png
by Wolfgangf
01 Oct 2012, 13:48
Forum: Hilfe
Topic: AgentTicketPriority - Standard Priorität stimmt nicht
Replies: 7
Views: 1678

Re: AgentTicketPriority - Standard Priorität stimmt nicht

Allerdings sollte die Impact angezeigt werden, wenn nicht ist es wahrscheinlich das falsche Template
Impact: stimmt, falsches Template heisst was?
Ich habe beim Upgrade eine quasi-Neuinstallation gemacht, d.h. es sollten keine Artefakte aus alten Version mehr vorhanden sein
by Wolfgangf
01 Oct 2012, 12:30
Forum: Help
Topic: Delete CIs
Replies: 1
Views: 1398

Re: Delete CIs

<OTRS_HOME>/bin/otrs.ITSMDeleteConfigitem.pl
by Wolfgangf
01 Oct 2012, 09:15
Forum: Help
Topic: block user at too many wrong logins
Replies: 8
Views: 3445

Re: block user at too many wrong logins

here's the link http://www.fail2ban.org/wiki/index.php/Main_Page

Idea is pretty simple: check logfiles for pattern and if a configured number of this pattern occor in the logfile: block the user

BR
by Wolfgangf
01 Oct 2012, 09:10
Forum: Help
Topic: block user at too many wrong logins
Replies: 8
Views: 3445

Re: block user at too many wrong logins

you'd want to implement fail2ban probably ...
That's at least how I do it
BR
by Wolfgangf
01 Oct 2012, 08:40
Forum: Hilfe
Topic: AgentTicketPriority - Standard Priorität stimmt nicht
Replies: 7
Views: 1678

Re: AgentTicketPriority - Standard Priorität stimmt nicht

Ja, ITSM, nachdem ich die Services richtiggestellt habe, funktioniert das.
Aber das "Criticaly" Feld wird auch nicht mehr angezeigt in der Maske ?!
by Wolfgangf
01 Oct 2012, 08:10
Forum: Hilfe
Topic: AgentTicketPriority - ändern der Priorität ändert den Owner
Replies: 2
Views: 1060

AgentTicketPriority - ändern der Priorität ändert den Owner

Hallo,

seit dem Upgrade auf 3.1.10 wird beim Ändern der Priorität der Owner ebenfalls verändert, und zwar auf den ersten in der Liste
Bug oder Feature?

Danke im Voraus
by Wolfgangf
01 Oct 2012, 08:09
Forum: Hilfe
Topic: AgentTicketPriority - Standard Priorität stimmt nicht
Replies: 7
Views: 1678

AgentTicketPriority - Standard Priorität stimmt nicht

Guten Morgen,

ich habe als Standardpriorität '3 normal' eingestellt, seit dem Upgrade auf 3.1.10 wird im Formular "AgentTicketPriority" immer '2 low' angezeigt?
Was übersehe ich da?

Danke im Voraus
by Wolfgangf
17 Sep 2012, 14:52
Forum: Hilfe
Topic: Eskalationszeiten - Hilfe
Replies: 3
Views: 986

Re: Eskalationszeiten - Hilfe

wir verwenden dafür "Email-Ticket", da ist die erste Reaktion gleich "befriedigt"
by Wolfgangf
14 Sep 2012, 18:21
Forum: General
Topic: slow mysql queries after upgrade 2.2.7 -> 3.1.10
Replies: 3
Views: 1092

Re: slow mysql queries after upgrade 2.2.7 -> 3.1.10

ah! that's the reason i forgot ...
I had it once myself ...
Anyway, the support module also give a lot of hints about performance
by Wolfgangf
14 Sep 2012, 12:05
Forum: General
Topic: slow mysql queries after upgrade 2.2.7 -> 3.1.10
Replies: 3
Views: 1092

Re: slow mysql queries after upgrade 2.2.7 -> 3.1.10

did you read the chapter about performance in OTRS admin docu already?
did you install and run the Support module already?
by Wolfgangf
14 Sep 2012, 12:03
Forum: Hilfe
Topic: POP3: Fetches 20 email(s) at max. - increasing possible?
Replies: 5
Views: 3006

Re: POP3: Fetches 20 email(s) at max. - increasing possible?

nehme meine Aussage zurück: nach dem Upgrade auf 3.1.10 hatte ich das selbe Verhalten
Sysconf -> Core -> Ticket::Postmaster -> PostMasterReconnectMessage ist standardmäßig auf 20 - Wert hochgesetzt und jetzt funktioniert es
LG
by Wolfgangf
10 Sep 2012, 07:38
Forum: Hilfe
Topic: Postmaster-Filter definieren
Replies: 5
Views: 4196

Re: Postmaster-Filter definieren

OTRS arbeitet hier mit regular expressions
ich würde empfehlen die Ausdrücke mit einem regexp-tester wie z.B: http://regexpal.com/ zu testen
by Wolfgangf
08 Sep 2012, 08:47
Forum: General
Topic: slowwness in Application
Replies: 16
Views: 5240

Re: slowwness in Application

Wolfgangf wrote:don't know to be honest (still running 2.x)
but start reading here: http://doc.otrs.org/3.0/en/html/perform ... erver.html
In beetween I upgraded my system to 3.1.10 and yes: the module is available and will definitelly tell you some hints :)
by Wolfgangf
24 Aug 2012, 11:14
Forum: General
Topic: Custustomer Frontend multiple AuthModules
Replies: 8
Views: 2841

Re: Custustomer Frontend multiple AuthModules

Hi, to my mind the prefix "Customer::" is wrong; see a working config below $Self->{'AuthModule1'} = 'Kernel::System::Auth::DB'; my $adfilter = '(&(objectCategory=person)(objectclass=user)(mail=*)(!(userAccountControl:1.2.840.113556.1.4.803:=2)))'; $Self->{'AuthModule'} = 'Kernel::Syst...
by Wolfgangf
24 Aug 2012, 11:10
Forum: General
Topic: Agent to import configitem periodically [SOLVED]
Replies: 6
Views: 2786

Re: Agent to import configitem periodically

why don't you use the "Import/Export" modules for that?
by Wolfgangf
23 Aug 2012, 12:19
Forum: Help
Topic: filter all email from domain.com to queue
Replies: 6
Views: 3430

Re: filter all email from domain.com to queue

take a look at a regexp docu / regexp tester and you'll see the differenc
by Wolfgangf
23 Aug 2012, 07:38
Forum: Help
Topic: filter all email from domain.com to queue
Replies: 6
Views: 3430

Re: filter all email from domain.com to queue

it should work with a postmaster filter, but don't forget, OTRS is treating the search pattern as a regular expression
and *@domain.com is differnet to .*@domain.com