Thread: Pop3 management
View Single Post
  #10 (permalink)  
Old 02-03-2008, 07:04 AM
mmorse mmorse is offline
Moderator
 
Posts: 6,237
Default

Quote:
Originally Posted by bins View Post
gives a zmprov command not found response
switch to the zimbra user...
su - zimbra

Other info you'll probably be interested in- say you wanted to modify the time on one account:
Quote:
zmprov mds user@domain.com [Data source external IMAP/POP account name] zimbraDataSourcePollingInterval 300s
zimbraDataSourceMinPollingInterval is usually 60s or 1m or 2m
zimbraFeatureMailPollingIntervalPreferenceEnabled should be set to TRUE

To cancel polling, set the attribute value to an empty string ("") or 0.
Keep in mind that zimbraDataSourcePollingInterval gets inherited from the COS to the account to the data source. If a child object sets the value to "" it inherits the parent's value - if set to 0 it's turned off.

There's also Bug 22114 - Expose external account polling interval in UI (of course at an admin minimum time allowed to not increase the load too much...)
Reply With Quote