Push a linux email through otrs as ticket

Dont create your support topics here! No new topics with questions allowed!

Moderator: crythias

Forum rules
Dont create your support topics here! No new topics with questions allowed!
Post Reply
crythias
Moderator
Posts: 10169
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Push a linux email through otrs as ticket

Post by crythias »

This is a really specific use case. Let's say you've sent emails to otrs@yourotrsserver and they're received but not processed.
You can mail -u otrs and see the tickets, as you're still working out .procmailrc permissions (hint:

Code: Select all

chmod 0755 /opt/otrs
chmod 0640 /opt/otrs/.procmailrc
)
So ... how do your get those mail items into otrs?

mail -u otrs

Code: Select all

| 15 /opt/otrs/bin/otrs.Postmaster.pl
| 16 /opt/otrs/bin/otrs.Postmaster.pl
(where 15, 16, etc are your mail item numbers)
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
rkrisher
Znuny newbie
Posts: 2
Joined: 23 Sep 2015, 17:47
Znuny Version: 3.0.22
Real Name: Robin
Company: Krisher

Re: Push a linux email through otrs as ticket

Post by rkrisher »

I'm looking for a similar answer. I have my equipment on my WAN send alerts directly to the otrs user. I can see the mail get into the otrs users mailbox then disappear moments later, but a ticket is never generated and nothing in the logs. I am migrating from Debian to Centos 6.7 and it worked properly on the Debian system. But that is otrs 2.4
Post Reply