Can anyone tell me where the config file is for the mail retrieval app is - I am trying to set the retrieval tie to 1 min rather that 5.
I am using COS community 7.2. I was able to do this in COS 6.4 but cannot find the pages that had the location of the config files. I am using zarafa community and the mail retreival is working, I would just like to have it check more often.
any ideas?
I am using COS community 7.2. I was able to do this in COS 6.4 but cannot find the pages that had the location of the config files. I am using zarafa community and the mail retreival is working, I would just like to have it check more often.
any ideas?
Share this post:
Responses (3)
-
Accepted Answer
-
Accepted Answer
... or if you're into a little bit more hacking and assuming ClearOS6 is the same as ClearOS7, then /usr/clearos/apps/mail_retrieval/libraries/Fetchmail.php and edit the array in the function "get_poll_intervals()". I inserted a line into mine:
If you edit /etc/fetchmail directly without changing /usr/clearos/apps/mail_retrieval/libraries/Fetchmail.php, the webconfig will not show the polling interval, but the polling interval set in /etc/fetchmail will still work.'60' => 1 . ' ' . lang('base_minutes'),

Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here.
Register Here »