Quote:
Originally Posted by phoenix New users do inherit the COS when they're created. Run the following and post the output: Code: zmprov gc yourCOS | grep Polling |
Code:
zimbraDataSourceMinPollingInterval: 1m
zimbraDataSourcePollingInterval: 600
zimbraFeatureMailPollingIntervalPreferenceEnabled: TRUE
zimbraMailMinPollingInterval: 2m
zimbraPrefMailPollingInterval: 5m
Quote:
Originally Posted by phoenix create a new user without any external mailbox then run this: Code: zmprov ga newaccount@yourdomain.com | grep Polling Let's see if it's picked up the COS settings. |
Code:
zimbraDataSourceMinPollingInterval: 1m
zimbraDataSourcePollingInterval: 600
zimbraFeatureMailPollingIntervalPreferenceEnabled: TRUE
zimbraMailMinPollingInterval: 2m
zimbraPrefMailPollingInterval: 5m
I did _not_ create a new user, but posted the output of an existing user that has never touched external accounts yet. The manually set Interval (600) has been inherited. When I run the command with my account (where I have manually set the account's polling interval before changing the COS) I get 180 instead of 600.
Creating new users (= replacing the existing users) is not an option as our server is productive...
Quote:
Originally Posted by phoenix The data source polling interval is set to zero because each source being polled can override the COS polling interval. You should find entries in the logs indicating that Zimbra is polling the external accounts, are there any entries? |
Ahh, so 0 does not mean "never" but "inherit". Which is strange because I personally have to external accounts configured (after setting the COS poll interval). One external account is receiving mails (but only after changing the ds poll interval manually), the other (still 0) does not receive mails automatically.
As to the logs:
I only find entries like the one below
Code:
[ScheduledTask-9] [name=user@mydomain.ch;mid=328;ds=gmx;] datasource - Import completed.
Entries with the Keyword "ScheduledTask" only exist for data sources where I have manually set the poll interval.