Author Topic: webmail and groupware (mail) consistency  (Read 5842 times)

flyinglionel

  • Zen Apprentice
  • *
  • Posts: 7
  • Karma: +0/-0
    • View Profile
webmail and groupware (mail) consistency
« on: September 23, 2010, 05:18:41 pm »
Hi all,

Am I missing something?

I was hopping that webmail account and groupware account (zarafa) will share the same mail service but it seems that it is not.

For example:
After having sent an email to someone, I am hopping to see this email in the sent folder of webmail as long as the sent folder of zarafa.
The same for the inbox, whatever the tools I am using to read my email, I want to have the same view of my inbox.

This is what I call "consistency".

I have a default install of zentyal and by activating Zarafa, I am far away from this wanted behavior.
I can read webmail, I can read zarafa mail but they are strangers from each other.

Any thoughts?

Thanks

jsalamero

  • Zentyal Staff
  • Zen Hero
  • *****
  • Posts: 1419
  • Karma: +45/-1
    • View Profile
Re: webmail and groupware (mail) consistency
« Reply #1 on: September 24, 2010, 09:33:53 am »
Zentyal mail module uses Dovecot mailboxes storage where groupware (Zarafa) uses it's own storage, based on MySQL. When you choose to deliver a domain to Zarafa it's not delivered to Dovecot anymore. You could reconfigure Webmail to check Zarafa IMAP, but you will loose access to remaining virtual domain still in mail (Dovecot). We wish we could do something here, but using Zarafa with it's own MySQL has its great advantages and duplicating email in both doesn't worth it.

ebox_liker

  • Zen Apprentice
  • *
  • Posts: 6
  • Karma: +0/-0
    • View Profile
Re: webmail and groupware (mail) consistency
« Reply #2 on: September 25, 2010, 05:11:42 pm »
What about having all domains in zarafa and allow access to their IMAPs via roundcube?

At the moment I am trying to achieve the following scenario:
 - have 2 virtual domains  (webmail.domain1.com and webmail.domain2.com)
 - create different config files for each virtual domain (for example /srv/www/webmail.domain1.com/config/main.inc.php)
Anyone done that before cuz I'm having some troubles here with server always reading config for roundcube from /etc/roundcube/main.inc.php...

Can you post an example of config for accessing Zarafa IMAP with roundcube please?

M

Jan Jacobs

  • Zen Warrior
  • ***
  • Posts: 132
  • Karma: +1/-0
    • View Profile
    • My blog (dutch)
Re: webmail and groupware (mail) consistency
« Reply #3 on: September 25, 2010, 05:37:26 pm »
personally, i think they need to get rid of either one of those..
it makes things over complicated for the beginning sysadmin!

and personally, i think they should get rid of the standard mailsystem, and let zafara handle mail/groupware ;)

perhaps include a wizard to enable and configure one mailsystem when the user first logs in or something? i see many users with mail related problems, whereas the rest of the system is as good as perfect!
For i dipt into the future far as human eye could see,
saw a vision of the world and all the wonders there would be

christian

  • Guest
Re: webmail and groupware (mail) consistency
« Reply #4 on: September 27, 2010, 01:37:34 pm »
personally, i think they need to get rid of either one of those..
it makes things over complicated for the beginning sysadmin!
and personally, i think they should get rid of the standard mailsystem, and let zafara handle mail/groupware ;)

Well, I'm just thinking the opposite, sorry.
The big advantage of the "standard mail system" is that it is... standard :-) which means that you can change components without being attached to proprietary implementation.
This said, I share that one single mail system is better.

How many are using groupware features and how many are using Zentyal with mail but without groupware?

I don't use groupware but I do need mail: going in direction you promote would mean, in my case, to install groupware component in order to use mail... Frankly, if such change occurs, I will just drop Zentyal and go different implementation :-(

jsalamero

  • Zentyal Staff
  • Zen Hero
  • *****
  • Posts: 1419
  • Karma: +45/-1
    • View Profile
Re: webmail and groupware (mail) consistency
« Reply #5 on: September 27, 2010, 03:50:11 pm »
We won't replace Dovecot with Zarafa for all domains. They are different components used in different scenarios.

ctek

  • Zen Warrior
  • ***
  • Posts: 197
  • Karma: +6/-1
    • View Profile
Re: webmail and groupware (mail) consistency
« Reply #6 on: September 28, 2010, 12:29:39 pm »
Hi, I have also some questions regarding this issue.
Is it possible to do a cron script to synchronize the zarafa mysql with dovecot ? in this way the mails will be in both systems. And also this will not allow any mail to be lost. Either via email client or Zarafa inteface or Roundcube.

If someone has any instructions on this please share.

Thank you and best regards
Bogdan

alvinquah

  • Zen Warrior
  • ***
  • Posts: 128
  • Karma: +0/-0
    • View Profile
Re: webmail and groupware (mail) consistency
« Reply #7 on: September 28, 2010, 12:44:58 pm »
Hi since we are in this topic, can i just check if i just want to send mail using POP/POP3/IMAP/IMAPS, can i use ebox-zarafa instead of ebox-webmail? Meaning to say i just want my users to access http://zentyal-mail/webaccess and they are able to access email as well as zarafa groupware without accessing http://zentyal-mail/webmail at all? thanks

ctek

  • Zen Warrior
  • ***
  • Posts: 197
  • Karma: +6/-1
    • View Profile
Re: webmail and groupware (mail) consistency
« Reply #8 on: September 28, 2010, 02:27:05 pm »
jsalamero
Can you please tell me how we can use Zarafa as default mailsystem
I want to try to use Zarafa as default and see how it does. Is it difficult to achieve this ?


jsalamero

  • Zentyal Staff
  • Zen Hero
  • *****
  • Posts: 1419
  • Karma: +45/-1
    • View Profile
Re: webmail and groupware (mail) consistency
« Reply #9 on: September 28, 2010, 09:53:06 pm »
You could do some scripting with imapsync to syncronize between dovecot and zarafa, not straight forward though.

Webmail isn't necessary if you are using only Zarafa.

And as a general guideline, configure your mail server, create one virtual domain and assign it to Zarafa, it's easy :)

Jan Jacobs

  • Zen Warrior
  • ***
  • Posts: 132
  • Karma: +1/-0
    • View Profile
    • My blog (dutch)
Re: webmail and groupware (mail) consistency
« Reply #10 on: September 29, 2010, 12:42:00 am »
You could do some scripting with imapsync to syncronize between dovecot and zarafa, not straight forward though.

Webmail isn't necessary if you are using only Zarafa.

And as a general guideline, configure your mail server, create one virtual domain and assign it to Zarafa, it's easy :)

easy?
now there's the funny part :)
i have still not figured out how to do that...
For i dipt into the future far as human eye could see,
saw a vision of the world and all the wonders there would be

alvinquah

  • Zen Warrior
  • ***
  • Posts: 128
  • Karma: +0/-0
    • View Profile
Re: webmail and groupware (mail) consistency
« Reply #11 on: September 29, 2010, 04:56:14 am »
You could do some scripting with imapsync to syncronize between dovecot and zarafa, not straight forward though.

Webmail isn't necessary if you are using only Zarafa.

And as a general guideline, configure your mail server, create one virtual domain and assign it to Zarafa, it's easy :)

can we assign both pop and imap to zarafa? thanks

jsalamero

  • Zentyal Staff
  • Zen Hero
  • *****
  • Posts: 1419
  • Karma: +45/-1
    • View Profile
Re: webmail and groupware (mail) consistency
« Reply #12 on: September 29, 2010, 08:18:18 am »
Yes, you could assign pop and imap to Zarafa and make Dovecot listen in different ports modifying the configuration stubs.

Jan Jacobs

  • Zen Warrior
  • ***
  • Posts: 132
  • Karma: +1/-0
    • View Profile
    • My blog (dutch)
Re: webmail and groupware (mail) consistency
« Reply #13 on: September 29, 2010, 10:34:34 am »
is there an "official" howto available.. to work with zafara as mailserver/groupware under Zentyal?
because, for the life of god, i seem to be unable to figure it out :(
i can logon to the zafara mailserver through the web, but i cant send mail..
and i also cant connect using thunderbird?

For i dipt into the future far as human eye could see,
saw a vision of the world and all the wonders there would be

flyinglionel

  • Zen Apprentice
  • *
  • Posts: 7
  • Karma: +0/-0
    • View Profile
Re: webmail and groupware (mail) consistency
« Reply #14 on: September 29, 2010, 10:44:23 am »
Thank you for all these comments.

I am a little bit less in the fog.