Increasing POP3 Check Time

Hi guys, Is it possible to have the pop3 check every 60-90 seconds? I need to feed e-mail into the system faster to cope with the amount of messages we are receiving. Cheer! ~Chris

Hi,
Is it possible to have the pop3 check every 60-90 seconds?
You can do that by adjusting the cron jobs in otrs/var/cron/postmaster_pop3 The standard is 10 minutes: # fetch emails every 10 minutes */10 * * * * $HOME/bin/PostMasterPOP3.pl >> /dev/null However, beware that large mails (with attachments) may take some time to be processed (depending on your environment, of course). If cron fires the mail account check while otrs is still fetching otrs might get confused (at least that what happened to me). You have to try a bit, I guess. Cheers Tobias -- 7 Days without pizza makes one weak...
participants (2)
-
Chris Watt
-
Tobias Lütticke