Auto Response taking 10 mins to answer

Moderator: crythias

Locked
waelkd
Znuny newbie
Posts: 62
Joined: 18 May 2012, 11:53
Znuny Version: 3.1.5

Auto Response taking 10 mins to answer

Post by waelkd »

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?
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: Auto Response taking 10 mins to answer

Post by jojo »

There is no Delay for sending in OTRS.

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
crythias
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

Post by crythias »

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
waelkd
Znuny newbie
Posts: 62
Joined: 18 May 2012, 11:53
Znuny Version: 3.1.5

Re: Auto Response taking 10 mins to answer

Post by waelkd »

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?
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: Auto Response taking 10 mins to answer

Post by jojo »

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
waelkd
Znuny newbie
Posts: 62
Joined: 18 May 2012, 11:53
Znuny Version: 3.1.5

Re: Auto Response taking 10 mins to answer

Post by waelkd »

jojo wrote:you need to change the cron jobs for OTRS

where from?
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: Auto Response taking 10 mins to answer

Post by jojo »

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
Mydnyte
Znuny newbie
Posts: 25
Joined: 23 Feb 2012, 01:03
Znuny Version: 3x1x1
Real Name: Jeremy

Re: Auto Response taking 10 mins to answer

Post by Mydnyte »

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.

Code: Select all

*/2 * * * *    $HOME/bin/otrs.PostMasterMailbox.pl >> /dev/null
After you save this file, you will need to re-run the Cron script.

Code: Select all

user@server:/opt/otrs$ ./bin/Cron.sh
Restart cron. It should now fetch every 2 minutes.
OTRS 3.2.10 - FAQ - KUBUNTU 13.04 - MySQL 5.5 - Apache2.2
waelkd
Znuny newbie
Posts: 62
Joined: 18 May 2012, 11:53
Znuny Version: 3.1.5

Re: Auto Response taking 10 mins to answer

Post by waelkd »

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.

Code: Select all

*/2 * * * *    $HOME/bin/otrs.PostMasterMailbox.pl >> /dev/null
After you save this file, you will need to re-run the Cron script.

Code: Select all

user@server:/opt/otrs$ ./bin/Cron.sh
Restart cron. It should now fetch every 2 minutes.
I have otrs installed on windows server r2 2008.

where do i navigate from here?
crythias
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

Post by crythias »

... 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
Locked