Quote:
Originally Posted by raffi 2. Can it be set up to automatically retrieve messages from external accounts? |
Welcome to the forums,
Ok so, 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')
You can also vote for:
Bug 22114 - Expose external account polling interval in UI
Before you ask

it can be set automatic but only by CLI/SOAP:
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.