
Originally Posted by
psgandalf
I did a:
grep NameOfMyImapAccound mailbox.log.2008-01-09 and all that was mentioned of the Imap account were the get mail started by clicking the get mail button. All the pop3 accounts did get a scheduled task in the log but not the IMAP. So it can't be bug 21197 either.
Was the IMAP account created on 1/9/08? If it was created earlier you'd have to check the earlier log archives.
Search your logs for "Importing data" and make sure you don't see a line like this for your IMAP account:
Code:
2008-01-09 14:00:22,520 INFO [ScheduledTask-3] [name=xxx;mid=23;ds=Gmail;] datasource - Importing data.
If not, try updating the polling interval to a new value:
Code:
zmprov mds <user@domain.com> <IMAP account name> zimbraDataSourcePollingInterval 30s
Then check the logs a minute later and see if it started working.