Author Topic: Zarafa multiple virtual domain  (Read 7916 times)

Pascal

  • Zen Apprentice
  • *
  • Posts: 6
  • Karma: +0/-0
    • View Profile
Zarafa multiple virtual domain
« on: March 16, 2011, 12:56:30 am »
Hi I would like to know how can I configure Zentyal server for enabling multiple virtual domain in zarafa groupware. Thanks

Trym

  • Zen Warrior
  • ***
  • Posts: 117
  • Karma: +1/-0
    • View Profile
Re: Zarafa multiple virtual domain
« Reply #1 on: March 16, 2011, 05:44:36 pm »
Bad news I'm afraid, Zarafa can only handle one virtual domain (at least in the Zentyal implementation.)

You could try adding domain aliases to the zarafa domain, won't be exactly the same but perhaps enough for your needs.

You can of course install another minimal server (in a virtual machine if desirable) which will handle another domain.

::Trym
« Last Edit: March 16, 2011, 06:02:55 pm by Trym »

Pascal

  • Zen Apprentice
  • *
  • Posts: 6
  • Karma: +0/-0
    • View Profile
Re: Zarafa multiple virtual domain
« Reply #2 on: March 19, 2011, 02:50:32 pm »
So if Zarafa on Zentyal is not compatible with multiple virtual domain. Is there a possibility to have multiple domain with IMAP idle to receive push email. Thanks

jsalamero

  • Zentyal Staff
  • Zen Hero
  • *****
  • Posts: 1419
  • Karma: +45/-1
    • View Profile
Re: Zarafa multiple virtual domain
« Reply #3 on: March 28, 2011, 12:42:49 am »
You can have one domain in Zarafa and others using the mail module (mail delivered using Dovecot).

stif

  • Zen Apprentice
  • *
  • Posts: 22
  • Karma: +0/-0
    • View Profile
Re: Zarafa multiple virtual domain
« Reply #4 on: December 01, 2011, 04:37:47 pm »
i found a way to use multipe domains with zarafa.

to achive this i edited the section Virtual Domains in /etc/postfix/main.cf and /usr/share/zentyal/stubs/mail/main.cf.mas the following way:

# Virtual Domains
#dovecot_destination_recipient_limit = 1
#virtual_transport = dovecot
virtual_transport = zarafa:
zarafa_destination_recipient_limit = 1
#virtual_transport = virtual
virtual_mailbox_base = <% $vmaildir %>
virtual_mailbox_maps= ldap:ldapvirtualmap

when you create a user, you have to delete the user email and create one for the other domain.
(after user creation email is tom@domain.com-> delete it -> and create a mail tom@anotherdomain.com)

another 2 things to care about
* "anotherdomain.com" is an existing virtualdomain
* and the zentyal username is the same as in the mail address (the part before @) otherwise it cannot map the email to a zarafa mailbox

@zentyal-staff: maybe it is possible to add an entry in the groupware virtual domain dropbox in the next version. an "all" entry which changes the Virtual Domains section in main.cf like above.

jsalamero

  • Zentyal Staff
  • Zen Hero
  • *****
  • Posts: 1419
  • Karma: +45/-1
    • View Profile
Re: Zarafa multiple virtual domain
« Reply #5 on: December 08, 2011, 12:30:18 pm »
Yes, one of the things to evaluate is to implement full multi tenancy support on next Zarafa module version.

ballapd

  • Zen Apprentice
  • *
  • Posts: 16
  • Karma: +0/-0
    • View Profile
Re: Zarafa multiple virtual domain
« Reply #6 on: January 12, 2012, 04:24:31 pm »
Hello jsalamero!

Thank you the information. It's mean the next release (september)?

p

syscoel

  • Zen Apprentice
  • *
  • Posts: 11
  • Karma: +0/-0
    • View Profile
Re: Zarafa multiple virtual domain
« Reply #7 on: March 28, 2012, 12:16:01 pm »
Any news on this? It would be great to have multidomain support in Zarafa.

Keep on the great work!  :P

stuartiannaylor

  • Guest
Re: Zarafa multiple virtual domain
« Reply #8 on: March 28, 2012, 01:28:24 pm »
If you use multiple domains with Zarafa (multi tenancy) you will be looking at enterprise licensing.

I use Zarafa on the main site and then a combination of roundcube (webmail) and the external account (user corner) to achieve the same without pushing into licensed versions.