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.


Messages - jsalamero

Pages: [1] 2 3 ... 84
1
Installation and Upgrades / Re: zarafa 7.1.2
« on: April 01, 2013, 08:27:12 am »
Just let you know latest Zarafa version is already in Zentyal repository.

2
Spanish / Re: Configurar portal cautivo con access point
« on: February 28, 2013, 11:40:57 am »
Configura el portal cautivo en tu interfaz interna (la conectada al AP), échale un vistazo a http://doc.zentyal.org/es/captiveportal.html.

3
Estupendo, ¡gracias por compartir esto!

4
Spanish / Re: Importar desde CSV, usuarios a grupos (Zentyal 3)
« on: January 22, 2013, 12:04:47 pm »
Hola capel,

prueba con:

        use EBox::Global;

        my $users = EBox::Global->modInstance('users');
        my $group = $users->group($groupname);
        $group->addMember($u)

Un saludo,

5
Installation and Upgrades / Re: Send as Alias from Outlook client
« on: January 04, 2013, 09:16:57 am »
/etc/zentyal/zarafa.conf:

# allow users send mail from other address different than their: no | yes
zarafa_always_send_delegates = yes

and then restart zarafa module to apply changes.

6
Installation and Upgrades / Re: Radius - Where is my error
« on: January 04, 2013, 09:15:18 am »
The client (in this case the iPad), needs to be configure to negotiate using EAP TTLS CHAP.

7
Installation and Upgrades / Re: Zentyal / Zarafa Mail issues
« on: January 03, 2013, 02:44:01 pm »
Make sure that /etc/postfix/transport has domain.tld zarafa: and then than dovecot-auth is running. sudo /etc/init.d/zentyal mail restart should start it but check syslog and ps auxwf | grep dovecot.

8
Installation and Upgrades / Re: Dnsmasq v Bind
« on: December 27, 2012, 07:04:14 pm »
Instead of using dnsmasq I would write a script on VPN connect hook that updates via nsupdate the Bind zone.

9
Installation and Upgrades / Re: Dnsmasq v Bind
« on: December 27, 2012, 05:08:20 pm »
Zentyal needs DNS for configuring Kerberos used on the Users and Groups module. I'm afraid will be difficult to workaround this without breaking Kerberos. Is there any special reason why you need dnsmasq?

10
Hi Marcus,

still I dont understand why you need to change the stub when you have on /etc/zentyal/zarafa.conf:

# allow users send mail from other address different than their: no | yes
zarafa_always_send_delegates = no

Regards,

11
Installation and Upgrades / Re: Zarafa, mail aliases.
« on: December 25, 2012, 09:09:24 am »
To create group alias you have to create groups, there is nothing wrong with that.

The internal System user and the Everyone group can be made hidden in the /etc/zarafa/server.cfg.

If you need permissions thats not regular mail and you need a mailing list software like mailman.

12
Installation and Upgrades / Re: sparkweb or jwchat web chat clients
« on: December 25, 2012, 09:06:33 am »
At the moment no webchat is included in Zentyal but the experimental chat plugin on the Zarafa WebApp what integrates with the Zentyal Jabber server. Try to see the code of jabber module on how we configure the http-bind for that.

13
Hi thorsten,

those changes you said made the Zarafa work again are totally unrelated. Please describe what is not working: webaccess, webapp, zarafa-gateway (IMAP/POP). Check Zarafa logs on /var/log/zarafa/.

Regards,

14
You can always copy the configuration template into 2.2.

Regards,

15
Hi Karl,

some improvements on the mailfilter to work with external MTAs are on the way. Will be released officially on 3.2 but probably the code will available before.

Regards,

Pages: [1] 2 3 ... 84