Author Topic: Mail server polling interval  (Read 6235 times)

Offline nikolex

  • Newbie
  • *
  • Posts: 1
Mail server polling interval
« on: September 06, 2006, 11:19:03 AM »
Hello,

Tailing the maillog, I see that RC polls the imap/pop3 server every minute. I was digging around through the code and roundcubemail db
hoping to find a variable to set the polling interval to something higher than one minute. Pointers would be appreciated.

Thanks.

Offline Ineedmentalhelp

  • Newbie
  • *
  • Posts: 6
Re: Mail server polling interval
« Reply #1 on: June 02, 2023, 11:44:54 AM »
more than 10 years and still no reply dang

Offline Dmitry42

  • Full Member
  • ***
  • Posts: 232
Re: Mail server polling interval
« Reply #2 on: June 02, 2023, 01:06:07 PM »

// Default interval for auto-refresh requests (in seconds)
// These are requests for system state updates e.g. checking for new messages, etc.
// Setting it to 0 disables the feature.
$config['refresh_interval'] = 60;