Welcome to the forums pwcutajar,
First a little background on account aggregation:
-4.5.x supports external POP accounts in the web-client
-5.0.x supports both external POP & IMAP accounts in the web-client (plus periodic checking - so you don't have to hit 'get mail')
-Webmin/Fetchmail is another solution, an example:
[SOLVED] Fetchmail from other servers (aka account aggregation) Quote:
Originally Posted by pwcutajar Does the zimbra server not collect pop mail? |
I get the feeling that you mean automatic retrieval - to do so:
Quote:
su - zimbra
zmprov mds user@domain.com [Data source external IMAP/POP account name] zimbraDataSourcePollingInterval 900s
|
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.
To expose that for the end user you can vote for:
Bug 22114 - Expose external account polling interval in UI