Quote:
Originally Posted by red Thank you for that, I seem to be getting somewhere. I've added an external account (let's call it red@external.com) and it retrieves emails, however, can I also send emails from this account? (In Thunderbird this would be set using the Outgoing Server (SMTP) settings).
Also, is it possible to set up ZCS to automatically check for new incoming messages or do I have to manually click 'Get Mail' for external accounts? |
You can add external accounts like others have said, and you can have them updated automatically like so:
you simply need to enable the automatic update feature using ZMProv. This is a per-cos feature, so you'll need to update it for each COS (though it can also be modified on a per-user basis).
The values that may be set are:
Code:
zimbraDataSourceMinPollingInterval
zimbraDataSourcePollingInterval
The zimbraDataSourceMinPollingInterval is the minimum allowed interval, and the zimbraDataSourcePollingInterval is the default setting. You can see what they're currently set to via:
Code:
zmprov gc default zimbraDataSourcePollingInterval
You may modify it via:
Code:
zmprov mc default zimbraDataSourcePollingInterval 5m
That would set the interval to poll every 5 minutes.
I believe you will need to restart mailboxd in order for this setting to take affect:
Code:
zmmailboxdctl restart
You won't be able to send mail using the smtp settings on these accounts from within ZCS, so you'll need to setup your server to be able to do outbound mail. You can setup how email will look (customize your name, and email address that appears when you send mail from that Persona), but you can't tell ZCS what server to send the mail out through. That is a feature of Zimbra Desktop, if you'd rather use that instead.