Auto Response taking 10 mins to answer
Moderator: crythias
Auto Response taking 10 mins to answer
hye guys.
everything is working fine except autoresponse, when i create a ticket through a random email, system autoresponse taking too much time to send it.
Any idea where i can decrease delay?
everything is working fine except autoresponse, when i create a ticket through a random email, system autoresponse taking too much time to send it.
Any idea where i can decrease delay?
Re: Auto Response taking 10 mins to answer
There is no Delay for sending in OTRS.
There is a cron job, which fetch the email from the box. Default is 10 mins.
There is a cron job, which fetch the email from the box. Default is 10 mins.
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master
Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
"Testing": ((OTRS Community Edition)) and git Master
Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: Auto Response taking 10 mins to answer
What jojo said. PostMaster grabs email every 10 minutes. You can change that frequency or you can change how you receive emails to, for instance, be handled instantly via procmail.
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: Auto Response taking 10 mins to answer
jojo wrote:There is no Delay for sending in OTRS.
There is a cron job, which fetch the email from the box. Default is 10 mins.
Any idea how change default time?
Re: Auto Response taking 10 mins to answer
you need to change the cron jobs for OTRS
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master
Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
"Testing": ((OTRS Community Edition)) and git Master
Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
Re: Auto Response taking 10 mins to answer
jojo wrote:you need to change the cron jobs for OTRS
where from?
Re: Auto Response taking 10 mins to answer
they are stored in var/cron directory of OTRS. Afterwards you need to rebuild the jobs via the delivered Start/Stop Scripts
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master
Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
"Testing": ((OTRS Community Edition)) and git Master
Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
Re: Auto Response taking 10 mins to answer
To be more specific:
The file in /opt/otrs/var/cron that you are looking for is postmaster_mailbox
You can edit this value to fetch however often you would like.
Mine fetches email every two minutes.
After you save this file, you will need to re-run the Cron script.
Restart cron. It should now fetch every 2 minutes.
The file in /opt/otrs/var/cron that you are looking for is postmaster_mailbox
You can edit this value to fetch however often you would like.
Mine fetches email every two minutes.
Code: Select all
*/2 * * * * $HOME/bin/otrs.PostMasterMailbox.pl >> /dev/null
Code: Select all
user@server:/opt/otrs$ ./bin/Cron.sh
OTRS 3.2.10 - FAQ - KUBUNTU 13.04 - MySQL 5.5 - Apache2.2
Re: Auto Response taking 10 mins to answer
I have otrs installed on windows server r2 2008.Mydnyte wrote:To be more specific:
The file in /opt/otrs/var/cron that you are looking for is postmaster_mailbox
You can edit this value to fetch however often you would like.
Mine fetches email every two minutes.
After you save this file, you will need to re-run the Cron script.Code: Select all
*/2 * * * * $HOME/bin/otrs.PostMasterMailbox.pl >> /dev/null
Restart cron. It should now fetch every 2 minutes.Code: Select all
user@server:/opt/otrs$ ./bin/Cron.sh
where do i navigate from here?
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: Auto Response taking 10 mins to answer
... restart CronW service in services.msc.
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