process incoming mail

Moderator: crythias

Locked
tony_s
Znuny newbie
Posts: 9
Joined: 24 Jul 2010, 03:11
Znuny Version: 2.4.7

process incoming mail

Post by tony_s »

I have problem. OTRS doesn't process incoming mail. how to configure OTRS to parse incoming mail and create a new ticket
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: process incoming mail

Post by crythias »

Please be more specific.
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
tony_s
Znuny newbie
Posts: 9
Joined: 24 Jul 2010, 03:11
Znuny Version: 2.4.7

Re: process incoming mail

Post by tony_s »

you must configure the processing of incoming mail. The client sends an email to our mailbox, OTRS has on the basis of the mail to create a new ticket. How and where to set it up?
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: process incoming mail

Post by crythias »

http://doc.otrs.org/2.4/en/html/x1590.html

If you've read the manual and did what it says, please indicate what you've tried, what OS you're using, what version of OTRS you're using, and any specific log that points to your error.

Note that OTRS is designed to remove the emails from its assigned mail box.
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
tony_s
Znuny newbie
Posts: 9
Joined: 24 Jul 2010, 03:11
Znuny Version: 2.4.7

Re: process incoming mail

Post by tony_s »

configured to send mail, the client can create a ticket via the client interface. In PostMaster Mail Account configure your mail account. How can I check whether otrs inbox. Mail-box message is not deleted.
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: process incoming mail

Post by crythias »

You have not set up the cron job to fetch mail. Check your Postmaster Mail Account settings. Also verify your cron/scheduling is installed properly.
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
tony_s
Znuny newbie
Posts: 9
Joined: 24 Jul 2010, 03:11
Znuny Version: 2.4.7

Re: process incoming mail

Post by tony_s »

Thanks for the help, otrs connects to the mailbox. How to make this to take place automatically?
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: process incoming mail

Post by crythias »

How did you run the install process? These things should have been started when the OTRS service got started. The default retrieval time is every 10 minutes, I think.
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
ptay
Znuny newbie
Posts: 85
Joined: 13 Jul 2010, 18:55
Znuny Version: 5.0.10

Re: process incoming mail

Post by ptay »

tony_s wrote:Thanks for the help, otrs connects to the mailbox. How to make this to take place automatically?
Log in as OTRS user and run this command:
$ crontab -l

If your crontab is empty you can follow steps here to populate.

I did those steps about 5 minutes ago and now waiting for cron to automatically check e-mail.
Test:: OTRS 5.0.10 w/MariaDB 5.5.47 backend on RHEL7
Prod:: OTRS 5.0.10 w/MariaDB 5.5.47 backend on RHEL7
Locked