Re: [otrs] PostMasterReconnectMessage parameter

2012-08-01 Thread Gerald Young
I'm trying to figure out why this matters, exactly. If you know the limitations, increase the batch size, especially if you expect > batch size number of tickets per fetch. On the other hand, if you expect 1000 tickets per fetch, and you're fetching every minute, that doesn't seem healthy. You shou

Re: [otrs] PostMasterReconnectMessage parameter

2012-08-01 Thread Steven Carr
Well I'd advise upgrading to the latest version for your release (3.0.13) and then see if you still have the same issue, if you do then check http://bugs.otrs.org to see if it's logged. Steve On 1 August 2012 09:18, xxx wrote: > > I tracked the log of executing "otrs.PostMasterMailbox.pl -d 2

Re: [otrs] PostMasterReconnectMessage parameter

2012-08-01 Thread xxx
I tracked the log of executing "otrs.PostMasterMailbox.pl -d 2 " , found that the script get 10 mails, then the script stops and until the next time cron job starts ,the script otrs.PostMasterMailbox.pl begin to receive next mails. POP3: Reconnect Session after 3 messages... POP3: Connection to

Re: [otrs] PostMasterReconnectMessage parameter

2012-07-27 Thread Steven Carr
It will reconnect every 10 messages until it has pulled them all. Steve On 27 July 2012 08:11, xxx wrote: > > > > Hi , > > I run otrs.PostMasterMailbox.pl in crontab every 5 minutes. If there are > 50 mails in mailbox, the OTRS parameter PostMasterReconnectMessage is set > to 10 , does it mea

[otrs] PostMasterReconnectMessage parameter

2012-07-27 Thread xxx
Hi , I run otrs.PostMasterMailbox.pl in crontab every 5 minutes. If there are 50 mails in mailbox, the OTRS parameter PostMasterReconnectMessage is set to 10 , does it mean that otrs.PostMasterMailbox.pl will reconnect POP3 server after fetches 10 mails to get other mails ? or will it st