Search found 217 matches

by EXG133
06 Apr 2016, 22:41
Forum: General
Topic: Notifications Spamming users
Replies: 2
Views: 1206

Re: Notifications Spamming users

Might be related to this: http://bugs.otrs.org/show_bug.cgi?id=11827

Try upgrading to 5.0.9
by EXG133
05 Apr 2016, 09:18
Forum: General
Topic: External Ticket Recognition and Postmaster Filter
Replies: 8
Views: 3687

Re: External Ticket Recognition and Postmaster Filter

It's looking for: if ( $String =~ /\Q$TicketHook$TicketHookDivider\E($SystemID\d{$MinSize,$MaxSize})/i ) If you're using autoreplies or are simply replying in the ticket it should set Ticket::Hook , Ticket::HookDivider and the ticketnumber automatically... Do you have an example perhaps? Don't forge...
by EXG133
04 Apr 2016, 09:12
Forum: General
Topic: External Ticket Recognition and Postmaster Filter
Replies: 8
Views: 3687

Re: External Ticket Recognition and Postmaster Filter

Try this, sounds right for your scenario:

PostMaster::PreFilterModule###3-NewTicketReject

Blocks all the incoming emails that do not have a valid ticket number in subject with From: @example.com address.
by EXG133
31 Mar 2016, 13:15
Forum: Help
Topic: Agent "UserFirstName UserLastName" Showing on outgoing emails
Replies: 1
Views: 838

Re: Agent "UserFirstName UserLastName" Showing on outgoing emails

I guess your DefineEmailFrom setting is set to 'Agent Name'? Change it to 'System Address Display Name'
by EXG133
17 Mar 2016, 17:55
Forum: General
Topic: Full text search via SOAP and GenericTicketConnector
Replies: 13
Views: 5009

Re: Full text search via SOAP and GenericTicketConnector

What do you see in the webservice debugger? You could also create a REST webservice, perhaps that's easier to work with.
by EXG133
07 Mar 2016, 17:17
Forum: General
Topic: Need to add follow up article for existence OTRS ticket Number
Replies: 4
Views: 1931

Re: Need to add follow up article for existence OTRS ticket Number

If I understand correctly you want to look for TicketNumbers in the body of incoming email?

In that case, enable this option in the SysConfig:

PostmasterFollowUpSearchInBody -> Yes
by EXG133
26 Feb 2016, 13:19
Forum: General
Topic: Stop email without from address
Replies: 2
Views: 1219

Re: Stop email without from address

Those really should have been blocked by your mail or spam server..

If you can't change your mail/spam server this regex should (haven't tested) match an empty string:

^$


So you filter From & Subject with that regex and then set X-OTRS-Ignore to 'True'
by EXG133
24 Feb 2016, 10:55
Forum: General
Topic: OTRS for Field Technicians
Replies: 2
Views: 1242

Re: OTRS for Field Technicians

If you have an email to SMS gateway you can enter the 'customer email' in the format that the gateway requires. As an example, our gateway uses the "0123456789@sms.domain.com" format to send a text message to the 0123456789 phone number. Be very careful with your notifications and mails if...
by EXG133
19 Feb 2016, 11:38
Forum: Help
Topic: Find out why tickets are merged
Replies: 4
Views: 1799

Re: Find out why tickets are merged

Do you mean the ExternalTicketRecognition? Can you show us your settings?
by EXG133
18 Feb 2016, 18:59
Forum: Help
Topic: OTRS 5 LDAP Agent Auth Problem
Replies: 14
Views: 5571

Re: OTRS 5 LDAP Agent Auth Problem

I'm not sure it's required but try adding this line:

$Self->{'AuthModule::UseSyncBackend'} = 'AuthSyncBackend';
by EXG133
18 Feb 2016, 15:58
Forum: Help
Topic: (SOLVED) Default time lapse for pending date
Replies: 2
Views: 1091

Re: Default time lapse for pending date

Search for PendingDiffTime in Sysconfig
by EXG133
18 Feb 2016, 14:11
Forum: Help
Topic: OTRS5/RHEL-7 perl(Template), perl(XML::LibXSLT) error
Replies: 9
Views: 7137

Re: OTRS5/RHEL-7 perl(Template), perl(XML::LibXSLT) error

You cannot add the official repos without a valid subscription. And if you can't use the official RedHat repo's ... might as well use CentOS.
by EXG133
17 Feb 2016, 12:44
Forum: Help
Topic: (sorry for cross-post) New Agent Note no longer appearing in notification emails...
Replies: 2
Views: 807

Re: (sorry for cross-post) New Agent Note no longer appearing in notification emails...

Hi <OTRS_UserFirstname>, <OTRS_CURRENT_UserFirstname> <OTRS_CURRENT_UserLastname> added a new note to ticket [<OTRS_TICKET_TicketNumber>]. Note: <OTRS_CUSTOMER_BODY> <OTRS_CONFIG_HttpType>://<OTRS_CONFIG_FQDN>/<OTRS_CONFIG_ScriptAlias>index.pl?Action=AgentTicketZoom;TicketID=<OTRS_TICKET_TicketID> ...
by EXG133
11 Feb 2016, 18:35
Forum: Help
Topic: Active Directory contacts in To field
Replies: 5
Views: 3361

Re: Active Directory contacts in To field

Contacts do not use the same fields as regular users. 'mail' and 'cn' might not be filled or may not contain what you'd expect. The email address is probably in msExchUMDtmfMap, but that's a multi value string so I'm not sure if OTRS will like it.
by EXG133
11 Feb 2016, 11:10
Forum: Help
Topic: [Solved] email always creates a new ticket with custom ticketgenerator
Replies: 6
Views: 3440

Re: email always creates a new ticket with custom ticketgenerator

What are you TicketHook settings in Core::Ticket?
by EXG133
10 Feb 2016, 15:36
Forum: General
Topic: LDAP customer attributes issue
Replies: 7
Views: 2346

Re: LDAP customer attributes issue

Well the problem is that the /opt/otrs/Kernel/System/Auth/Sync/LDAP.pm trusts the LDAP source and fetches the exact content of the field, nothing more. I'm sure any OTRS developer could catch that value and look up the name of the dn, but I'm not familiar enough with Net::LDAP. If you've got a suppo...
by EXG133
10 Feb 2016, 11:20
Forum: General
Topic: LDAP customer attributes issue
Replies: 7
Views: 2346

Re: LDAP customer attributes issue

'Manager' in AD is always the distinguished name of another user.
You could create a new custom field in AD and populate this with the names of the manager based on the Manager attribute. That sounds a lot more simple than trying to get the name in OTRS code.
by EXG133
28 Jan 2016, 17:32
Forum: Help
Topic: [SOLVED] New Phone Ticket - Slow adding CustomerUser from AD (CustomerID)
Replies: 17
Views: 7655

Re: New Phone Ticket - Slow adding CustomerUser from AD (CustomerID)

Well you quoted the CacheTTL variable yourself. modify it to whatever you prefer. It's in seconds, the "60*60*24" is to visualise a whole day worth of seconds, 86400 seconds would work the same but is less recognisable. Set it to this for a week of cache: CacheTTL => 60 * 60 * 24 * 7, or i...
by EXG133
28 Jan 2016, 17:21
Forum: Help
Topic: OTRS5 adding note, subject autofilled ?
Replies: 16
Views: 9989

Re: OTRS5 adding note, subject autofilled ?

Just add <OTRS_TICKET_TicketNumber> in the Agent::AddNote notification in http://hostname/otrs/index.pl?Action=AdminNotification like jojo said, you can use the variable there. You don't need it in the actual article subject. We just prefill the subject with "Note:" so Agents feel inclined...
by EXG133
21 Jan 2016, 18:38
Forum: Developers
Topic: Execute custom module with generic agent
Replies: 0
Views: 2497

Execute custom module with generic agent

We have an attempt to count the number of Changes linked to a Ticket and write this value to a dynamic field. So I have an XML: <?xml version="1.0" encoding="utf-8"?> <otrs_config version="1.0" init="Application"> <ConfigItem Name="Kernel::System::Populat...
by EXG133
21 Jan 2016, 16:46
Forum: Help
Topic: Error in system log
Replies: 8
Views: 2915

Re: Error in system log

Oops I just checked on my otrs5 VM and seems like Unclassified is in fact there by default. So go to /otrs/index.pl?Action=AdminType and see if Unclassified is valid. If it's not and you want to use it, just set it to valid. Otherwise check your Sysconfig and correct all occurences of Unclassified w...
by EXG133
21 Jan 2016, 14:48
Forum: Help
Topic: Error in system log
Replies: 8
Views: 2915

Re: Error in system log

Well you need to find why OTRS is trying to use Unclassified, it's not a default Type. Check your /var/log/messages for more detail about the error. You can also search in your sysconfig for Unclassified.
by EXG133
19 Jan 2016, 14:53
Forum: Help
Topic: Impossible to send message to: (mailaddress)
Replies: 6
Views: 5523

Re: Impossible to send message to: (mailaddress)

Enable Debug (see link below) and try again with your original config:

viewtopic.php?f=62&t=28950&p=117040&hilit=SMTP#p117040
by EXG133
14 Jan 2016, 10:37
Forum: Help
Topic: How to "Enable Net::SMTP debug"?
Replies: 5
Views: 5991

Re: How to "Enable Net::SMTP debug"?

See here: viewtopic.php?f=62&t=28950&p=117040&hilit=SMTP#p117040
It should work the same way for OTRS5
by EXG133
13 Jan 2016, 10:24
Forum: Help
Topic: [SOLVED]LDAP Agent Sync
Replies: 4
Views: 9977

Re: LDAP Agent Sync

I suppose you changed the settings to match your LDAP server instead of using the default values? Your error message literally says the user cannot be found.
by EXG133
12 Jan 2016, 17:49
Forum: Help
Topic: OTRS 5 search issues
Replies: 6
Views: 2609

Re: OTRS 5 search issues

You need to check in /var/log/messages what the complete errormessage is. System Log often leaves out essential information.
by EXG133
09 Dec 2015, 16:45
Forum: General
Topic: Error Message: 413 Request entity too large - POST_MAX=5KB
Replies: 3
Views: 5411

Re: Error Message: 413 Request entity too large - POST_MAX=5KB

Which webserver do you use?

If Apache: Check if you have a LimitRequestBody setting somewhere ( http://httpd.apache.org/docs/2.0/mod/co ... equestbody )
by EXG133
07 Dec 2015, 18:52
Forum: Help
Topic: FAQ Approval doesn't work as promised
Replies: 12
Views: 5987

Re: FAQ Approval doesn't work as promised

Eh feel free to use the UnitTest script for what it's meant: unit testing ( https://otrs.github.io/doc/manual/developer/5.0/en/html/unit-tests.html ). Defintely don't use it on your production system, these are scripts to help during development. You can check out what the script did in the file $OT...
by EXG133
02 Dec 2015, 17:29
Forum: General
Topic: InnoDB Log File Size [Solved]
Replies: 10
Views: 4533

Re: InnoDB Log File Size

You may need an additional step depending on the version of your MySQL: http://dev.mysql.com/doc/refman/5.6/en/innodb-data-log-reconfiguration.html Also make sure you put the setting in the correct part of your my.cnf, it should be in the [mysqld] part You also *need* to: 1) stop the service (with t...
by EXG133
26 Nov 2015, 14:50
Forum: Help
Topic: OTRS is temporarily unavailable
Replies: 1
Views: 615

Re: OTRS is temporarily unavailable

http://www.postgresql.org/message-id/5665.1202148155@sss.pgh.pa.us > PGSQL ERROR: FATAL: terminating connection due to administrator command This means that something sent the server process a SIGTERM signal. So something is shutting down your database. Possible culprit could be the Linux out of mem...
by EXG133
06 Nov 2015, 17:49
Forum: Help
Topic: Customer information not filled with mail sent
Replies: 18
Views: 6143

Re: Customer information not filled with mail sent

If you want to user your AD users as customer you need to use "$Self->{'Customer::AuthModule'} = 'Kernel::System::CustomerAuth::LDAP';" and define the proper backend settings.
Can you show the complete $Self->'Customer:: stuff with your credentials etc filtered out?
by EXG133
06 Nov 2015, 10:13
Forum: General
Topic: Reopened tickets escalating
Replies: 3
Views: 1335

Re: Reopened tickets escalating

Are you using the basic queue escalations (like Escalation - solution time (minutes)) ? This uses the ticket creation date and the offset you defined in the queue definition, nothing else. One of the reasons you shouldn't reopen tickets ;-)
by EXG133
03 Nov 2015, 10:54
Forum: Help
Topic: Undelivered email receipts
Replies: 2
Views: 1568

Re: Undelivered email receipts

The problem is most of these bounce mails are entirely new mails. They're usually not a reply. Depending on the mail system it might have the title of your mail in the body, or it might have your original mail in attachment, or some of the headers, or ... You could try enabling 'PostmasterFollowUpSe...
by EXG133
30 Oct 2015, 11:16
Forum: Help
Topic: OTRS SOAP/REST TicketSearch limit to 500
Replies: 6
Views: 2479

Re: OTRS SOAP/REST TicketSearch limit to 500

Did you try:

GenericInterface::Operation::TicketSearch###SearchLimit
Maximum number of tickets to be displayed in the result of this operation
Default value: 500


I've never needed to search more than 500 tickets so I didn't test it, but that sounds an awful lot like what you're looking for.
by EXG133
28 Oct 2015, 19:08
Forum: Help
Topic: gi_debugger_entry table is Too Big
Replies: 3
Views: 1588

Re: gi_debugger_entry table is Too Big

An option: Admin Web Services Pick a web service Debugger Clear Your data is your responsibility. Not responsible for "Oh, I really wanted that". Make a backup first if you think it's important. Speaking from experience this can take a LONG time so be patient. @ daguilar : You might want ...
by EXG133
28 Oct 2015, 17:44
Forum: General
Topic: Separate ITSM-Change Group
Replies: 6
Views: 1471

Re: Separate ITSM-Change Group

Not the answer I was expecting in a community page about OTRS, but thanks for your help. "How to use a tool like OTRS optimally for your organization?" is not a good question for an open forum. We don't know you or your company, your processes, etc. If you have specific questions I'm sure...
by EXG133
22 Oct 2015, 09:53
Forum: Help
Topic: OTRS SOAP/REST TicketSearch limit to 500
Replies: 6
Views: 2479

Re: OTRS SOAP/REST TicketSearch limit to 500

Did you try looking in SysConfig?
Hint: GenericInterface::Operation::TicketSearch
by EXG133
16 Oct 2015, 17:09
Forum: Help
Topic: CustomerTicketZoom: try to open a Ticket and receive a file to download (customer.pl)
Replies: 1
Views: 657

Re: CustomerTicketZoom: try to open a Ticket and receive a file to download (customer.pl)

Check your webserver log. Only time I've seen this was when there was an issue with sending mail.
by EXG133
16 Oct 2015, 11:04
Forum: General
Topic: Show EMPTY fields in CMDB
Replies: 7
Views: 1602

Re: Show EMPTY fields in CMDB

Empty fields show for me and I didn't modify anything on AgentITSMConfigItemZoom. Is yours a fresh installation?
by EXG133
12 Oct 2015, 15:56
Forum: Help
Topic: What does this job execute?
Replies: 2
Views: 787

Re: What does this job execute?

That's strange. The first part isn't really a command, are you sure you didn't leave something out? /run/otrs/ '||' means only continue if previous command failed 'mkdir -p /run/otrs' create the directory '&&' means only continue if previous command succeeded (technically if it returned 0, u...
by EXG133
09 Oct 2015, 13:59
Forum: General
Topic: Incoming postmaster tickets all plain text
Replies: 7
Views: 1636

Re: Incoming postmaster tickets all plain text

Anything in your apache error_log?
by EXG133
09 Oct 2015, 10:43
Forum: Help
Topic: Generic Agent Execute custom module results in 'Module not found'
Replies: 1
Views: 1220

Generic Agent Execute custom module results in 'Module not found'

Disclaimer: this is OTRS 3.1 , the final modification of the system before it is permanently archived. Goal: we want to check when a ticket in a specific queue and with a specific subject is closed and then email a group mailbox. Problems: 1) the ticket is closed via a webservice call without an Ar...
by EXG133
05 Oct 2015, 11:52
Forum: Help
Topic: Email when creating account / reset password
Replies: 9
Views: 3596

Re: Email when creating account / reset password

SendmailNotificationEnvelopeFrom is filled in?
by EXG133
18 Sep 2015, 15:42
Forum: Help
Topic: PostMaster filter copy specific values from Subject to “Set value”
Replies: 7
Views: 3347

Re: PostMaster filter copy specific values from Subject to “Set value”

reneeb wrote:@EXG133: Therefor http://opar.perl-services.de/package/R/ ... sterFilter exists (maybe this will be integrated in OTRS6)
Installed it, configured it and works way better than what I hardcoded. Thanks! I will suggest OTRS they include this in the core, very convenient.
by EXG133
17 Sep 2015, 16:25
Forum: Help
Topic: PostMaster filter copy specific values from Subject to “Set value”
Replies: 7
Views: 3347

Re: PostMaster filter copy specific values from Subject to “Set value”

In the default Postmaster filter you can use ONE value with a capture group: Filter: Subject: (?i)Example#({7d}) Email Header: X-OTRS-DynamicFieldExampleNumber: [***] This will capture the 7 digits between ( ) [***] is the syntax to fill in the values of the capture group. If you need to capture mor...
by EXG133
16 Sep 2015, 10:37
Forum: General
Topic: No tickets in 'My Tickets' view (Db customer authentication)
Replies: 18
Views: 5035

Re: No tickets in 'My Tickets' view (Db customer authentication)

I would really suggest only using OTRS on Linux, installing on Windows seems a dead end (no OTRS 4 or 5 installers).
by EXG133
08 Sep 2015, 12:05
Forum: Help
Topic: Getting error while replying to email in OTRS
Replies: 5
Views: 1659

Re: Getting error while replying to email in OTRS

I misread your post, sorry. I don't see anything that would indicate a 500.. Since you're getting 'file does not exist' try running otrs.SetPermissions.pl with the correct user & group for your setup. Please make sure you doublecheck that all accounts are set up correctly with sufficient rights ...
by EXG133
25 Aug 2015, 12:41
Forum: Help
Topic: Set ticket priority based on outlook priority mails
Replies: 4
Views: 1937

Re: Set ticket priority based on outlook priority mails

You're sure you're not overwriting it in a later filter? Can you see in the system log (/var/log/messages) if the filter is being applied?
by EXG133
25 Aug 2015, 10:44
Forum: Help
Topic: Set ticket priority based on outlook priority mails
Replies: 4
Views: 1937

Re: Set ticket priority based on outlook priority mails

Outlook sets the 'X-Priority' header only when you select 'high importance' or 'low importance'

High:
X-Priority: 1

Normal:
No header added

Low:
X-Priority: 5

I just tested it and that works.
by EXG133
20 Aug 2015, 13:06
Forum: Help
Topic: Using one e-mail addresse as sender address for multiple queues
Replies: 4
Views: 2401

Re: Using one e-mail addresse as sender address for multiple queues

No problem there.

The queue value in System Address is used when you have one mailbox with aliases. Then you would select "based on To: field" in the Postmaster Mail Account admin screen and OTRS uses the values you select in the System Address admin screen to distribute the tickets.