A
A
Artem2013-08-20 17:28:06
Helpdesk
Artem, 2013-08-20 17:28:06

Setting up queues in OTRS

There is a task to create 3 different queues in OTRS.

1 queue. It receives letters from certain OTRS clients.
2 Queue. It contains letters from other OTRS clients and non-existent clients.
3 Queue - receiving requests from the web form of the site.

How realistic is it to implement when using one email-box for requests?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
G
gramotei, 2013-08-21
@Rchee

depends on the number of clients:
1) if there are few clients, you can do it with a regular expression PostMaster Filters, and set a special header for the form from the site X-OTRS-Queue
2) if there are many, you can write your own PostMaster::Filtermodule in Perl, which will look in the client database and, for example, set the desired header X-OTRS-Queueby group
while using the first method.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question