Quote:
|
Is this system in production? If so, how many users do you have?
|
Yes, it is. Not many users: 14.
I think I found the problem origin.
This zimbra installation has a domain called mail.local domain.
Smtp relies on external smtp.
Users mail are fetched from external pop3 server.
And now the strange thing: we have 2 users that need to watch the mail of the other 13 users.
Call these two user andrew and mattias.
To achive that, on
andrew@mail.local user, I added an external imap account for each one of the 13 users.
So the external imap account is
otheruser@mail.local.
Logging in zimbra web interface like
andrew@mail.local, it's possible to see all the other users mail. The same for mattias.
(Sounds realy bad I know).
Here's another problem: when a new mail is received from one of those external account, zimbra web interface doesn't show it. It's not behaving like a traditional imap client.
To 'refresh' the mail list, I had to shedule
Code:
zmprov mds mattias@mail.local OtherZimbraImapAccount zimbraDataSourcePollingInterval 7m
(for all the 13 users x 2)...
Watching /opt/zimbra/log/mailbox.log I notiched it was continuing importing stuff
Code:
2010-09-22 16:37:01,256 INFO [ScheduledTask-2] [name=matias@mail.local;mid=22;ds=cilenti;] datasource - Importing data for data source 'cilenti'
2010-09-22 16:37:01,353 INFO [ScheduledTask-2] [name=matias@mail.local;mid=22;ds=cilenti;] datasource - Importing from IMAP folder Sent to local folder /cilenti/Sent
2010-09-22 16:37:02,652 INFO [ScheduledTask-2] [name=matias@mail.local;mid=22;ds=cilenti;] datasource - Importing from IMAP folder Junk to local folder /cilenti/Junk
2010-09-22 16:37:02,657 INFO [ScheduledTask-2] [name=matias@mail.local;mid=22;ds=cilenti;] datasource - Importing from IMAP folder Contacts to local folder /cilenti/Contacts
2010-09-22 16:37:02,659 INFO [ScheduledTask-2] [name=matias@mail.local;mid=22;ds=cilenti;] datasource - Importing from IMAP folder Trash to local folder /cilenti/Trash
2010-09-22 16:37:02,663 INFO [ScheduledTask-2] [name=matias@mail.local;mid=22;ds=cilenti;] datasource - Importing from IMAP folder Drafts to local folder /cilenti/Drafts
2010-09-22 16:37:02,826 INFO [ScheduledTask-2] [name=matias@mail.local;mid=22;ds=cilenti;] datasource - Importing from IMAP folder Chats to local folder /cilenti/Chats
2010-09-22 16:37:02,831 INFO [ScheduledTask-2] [name=matias@mail.local;mid=22;ds=cilenti;] datasource - Importing from IMAP folder Emailed Contacts to local folder /
It's sure that polling of the imap accounts overlap and they takes a lot of resources.
I tried to reschedule the polling interval far away (60 minutes) and atop was showing a normal disk activity.
Sometime it still get red (busy 99%) but only sometime, not costantly like before.
Now the questions:
is there a better way to watch several users account from one account?
Is polling the only way to have zimbra web interface updated?
Thank you
