Greetings.
I would like to filter
incoming email to corresponding queues within OTRS. I am having difficulty
figuring out the process and need a thump with the "clue stick"... I am sure
that I am missing a simple part of the equation but it's not clear to me where
my process is falling apart.
The server is CentOS with sendmail and
procmail installed. At this point, all emails are ending up in the RAW queue. If
I test the PostMaster.pl script via cmd line I can get the emails routed to the
approprite queue after changing the "To:" field in the test file via: cat
../doc/test-email-1.box | ./PostMaster.pl
| Install | 0 |
Match | Delivered-To | (install)@localhost |
|
Install | 0 |
Set | X-OTRS-Queue |
Install
|
| Onsite |
0 | Match | Delivered-To |
(onsite)@localhost |
|
Onsite | 0 |
Set | X-OTRS-Queue |
Onsite
|
| Pre SVC Call | 0 | Match | Delivered-To
| (presvccall)@localhost |
| Pre SVC Call
| 0 | Set | X-OTRS-Queue | Pre
SVC Call
|
| Remote Hands | 0 | Match | Delivered-To
| (remotehands)@localhost |
| Remote Hands | 0
| Set | X-OTRS-Queue | Remote
Hands
|
| SLA-Support | 0 | Match |
Delivered-To | (slasupport)@localhost |
| SLA-Support
| 0 | Set | X-OTRS-Queue |
SLA-Support
|
| Support | 0 |
Match | Delivered-To | (support)@localhost |
|
Support | 0 |
Set | X-OTRS-Queue |
Support
|
+--------------+--------+--------+--------------+-------------------------+
14
rows in set (0.00 sec)