Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - paulreynand

Pages: [1]
1
Installation and Upgrades / Zarafa Cluster
« on: November 20, 2013, 10:43:02 am »
Hi Guys,

I have successfully setup a Zarafa Cluster (test environment) base on scenario below and it works.

I would like to ask although it works, is this safe? i mean do i overlook something? Is it safe to deploy on production? Also will Zentyal support me on this setup in-case i get Small Biz Edition or Enterprise Edition? Thanks.


 LAN   EXT                                                               EXT    LAN
       \    /                                                                       \       /
[ Zentyal Master ]   <-----cross connect-------> [ Zentyal Slave ]
         LDAP <-----------replication------------------> LDAP
         MySQL <-----------replication----------------> MySQL (zarafa db)
         Pacemaker <-----------heartbeat------------> Pacemaker (virtual ip resource)


2
Installation and Upgrades / Bulk user group membership
« on: November 14, 2013, 11:49:45 am »
Hi Guys,

I'm trying to find on how to add an existing users to a group via bulk import script but still no success. I'm desperately need one, because i have 1k users that needs to associate on different groups or distro list.


Thanks in advance.

3
Installation and Upgrades / [SOLVED] Zarafa 1k User Accounts
« on: October 30, 2013, 05:19:28 am »
Hi Guys,

I'm now currently setting up a Zarafa and already done importing 1k user accounts using the bulk provisioning script found at http://doc.zentyal.org/en/appendix-c.html#importing-configuration-data. After the accounts are created, im trying to login on any of the users but it loads like forever. I tried both webapp and webaccess but no success.

Is there something i need to fine tune in zarafa?


Thanks in advance,
Paul


4
Installation and Upgrades / Port Redirection (ldap 389 -> 390)
« on: October 25, 2013, 02:19:45 pm »
Hi Guys,

I would just like to ask if how can i configure port redirection? I'm not talking about the port forwarding. The objective is to open up port 389 (since this is not the default ldap port use by zentyal) and redirect to its local port 390 which is the non-standard ldap port. Doing it manually via iptables (see below) works out but i want to do it the zentyal way.

iptables -t nat -A PREROUTING -p tcp --dport 389 -j REDIRECT --to-port 389

I appreciate if you have other better suggestion/solution than doing this redirection.

Thanks in advance

Pages: [1]