process incoming mail
Moderator: crythias
process incoming mail
I have problem. OTRS doesn't process incoming mail. how to configure OTRS to parse incoming mail and create a new ticket
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: process incoming mail
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
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
Re: process incoming mail
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?
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: process incoming mail
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.
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
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
Re: process incoming mail
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.
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: process incoming mail
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
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
Re: process incoming mail
Thanks for the help, otrs connects to the mailbox. How to make this to take place automatically?
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: process incoming mail
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
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
Re: process incoming mail
Log in as OTRS user and run this command:tony_s wrote:Thanks for the help, otrs connects to the mailbox. How to make this to take place automatically?
$ 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
Prod:: OTRS 5.0.10 w/MariaDB 5.5.47 backend on RHEL7