[SOGo] Problems with SOGo 3 Calendar

2016-02-24 Thread franklin.may.rojas
I recently installed SOGO 3 on a CentOS 6.7 x32 test server with Nginx and
PostgreSQL 8.4. Until now almost every function works well but the calendar. i
can create tasks and dates but it does not show the month and when i click on
the event i've created as a test it shows nothing but and "bad gateway" error
on top right corner and blank spaces. I still haven't created any users except
the webmaster mail.
Anyone can help me to solve this? Has anyone the same problem? To see how it
looks you can see the images on this link:
https://goo.gl/photos/4soKArd2DpWFzq2B9

Thanks in advance for any help you can give me.
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Sogo 3.0.1

2016-02-24 Thread mj

Hi Alessandro,

Thanks for your suggestions! I'll try again :-)

MJ

On 02/24/2016 03:40 PM, Alessandro Briosi wrote:

Il 24/02/2016 11:33, mj ha scritto:

Is 'sogohost' supposed to be a complete dns name, or can it also be a
'simple' name, as long as it's defined in /etc/hosts, like this:

192.54.23.7 sogohost.company.com sogohost

(I'm asking, because I tried that, and it didn't seem to work,
immediately, and I reverted the change for now)


Also be sure that both ldap and database are accessible with sogohost.

For mysql user@localhost is different from user@sogohost (I had to add
the sogo@% user as the servers are in private lan and have no security
problems)

Alessandro

--
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Sogo 3.0.1

2016-02-24 Thread Alessandro Briosi

Il 24/02/2016 11:33, mj ha scritto:

Is 'sogohost' supposed to be a complete dns name, or can it also be a
'simple' name, as long as it's defined in /etc/hosts, like this:

192.54.23.7 sogohost.company.com sogohost

(I'm asking, because I tried that, and it didn't seem to work,
immediately, and I reverted the change for now)


Also be sure that both ldap and database are accessible with sogohost.

For mysql user@localhost is different from user@sogohost (I had to add 
the sogo@% user as the servers are in private lan and have no security 
problems)


Alessandro
--
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Problems with EAS - Outlook 2013 and Android

2016-02-24 Thread Hubert Gilch

Hello all,

with the help of Thomas Führer i could fix the problem. It seems that 
with SOGoMaximumSyncWindowSize = 0 (SOGo default) phones and Outlook 
cannot cope with the many (512 max) changes sent by SOGo at a time. 
Setting it to 1 makes sync slower, but it now works, in case of Outlook 
very slow.


Many thanks to Thomas for his help.

best regards,
Hubert


--
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Sogo 3.0.1

2016-02-24 Thread Alessandro Briosi

Il 24/02/2016 11:33, mj ha scritto:

Hi,

Quick question on the below:

On 02/10/2016 11:29 AM, Alessandro Briosi wrote:

Il 08/02/2016 18:54, Alessandro Briosi ha scritto:

UPDATE sogo_folder_info
SET c_location=REPLACE(c_location, '@localhost:3306',
'@sogohost:3306'),
c_quick_location=REPLACE(c_quick_location, '@localhost:3306',
'@sogohost:3306'),
c_acl_location=REPLACE(c_acl_location, '@localhost:3306',
'@sogohost:3306')


Just a follow up.
Running the above against the mysql database seems to have fixed all
problems.


Is 'sogohost' supposed to be a complete dns name, or can it also be a
'simple' name, as long as it's defined in /etc/hosts, like this:

192.54.23.7 sogohost.company.com sogohost

(I'm asking, because I tried that, and it didn't seem to work,
immediately, and I reverted the change for now)


The sogohost might be a DNS or a host name defined in hosts.
As long as the server can resolve the name the thing works.

For me it worked defining the value in /etc/hosts.
Does a "ping sogohost" work?

Alessandro
--
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Update from v2.3.8 to v3.0.1

2016-02-24 Thread Ian McMichael

On 24/02/16 11:43, Schrödel Robert wrote:

Ubuntu 14.04 LTS


I simply updated my apt source line to:

deb http://inverse.ca/ubuntu-v3 trusty trusty

Then ran:

sudo apt-get update
sudo apt-get dist-upgrade

Everything happened "magically" after that.
--
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Update from v2.3.8 to v3.0.1

2016-02-24 Thread Schrödel Robert
Ubuntu 14.04 LTS

> Am 24.02.2016 um 12:35 schrieb Ian McMichael :
> 
> On 24/02/16 10:15, Schrödel Robert wrote:
>> what is the easies way to update SOGo?
> 
> For most distributions simply add the "-v3" suffix to the http source path, 
> update your repository index and perform an update.
> 
> Which platform are you running on?
> -- 
> users@sogo.nu
> https://inverse.ca/sogo/lists

-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Update from v2.3.8 to v3.0.1

2016-02-24 Thread Ian McMichael

On 24/02/16 10:15, Schrödel Robert wrote:

what is the easies way to update SOGo?


For most distributions simply add the "-v3" suffix to the http source 
path, update your repository index and perform an update.


Which platform are you running on?
--
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Update from v2.3.8 to v3.0.1

2016-02-24 Thread Michael Grimbichler
I did simply install the RPM as yum upgrade did not work.

> On 24 Feb 2016, at 11:31, Schrödel Robert  wrote:
> 
> Hello,
> 
> what is the easies way to update SOGo?
> 
> Thank you!
> Robert
> -- 
> users@sogo.nu
> https://inverse.ca/sogo/lists
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

[SOGo] Update from v2.3.8 to v3.0.1

2016-02-24 Thread Schrödel Robert
Hello,

what is the easies way to update SOGo?

Thank you!
Robert
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Sogo 3.0.1

2016-02-24 Thread mj

Hi,

Quick question on the below:

On 02/10/2016 11:29 AM, Alessandro Briosi wrote:

Il 08/02/2016 18:54, Alessandro Briosi ha scritto:

UPDATE sogo_folder_info
SET c_location=REPLACE(c_location, '@localhost:3306', '@sogohost:3306'),
c_quick_location=REPLACE(c_quick_location, '@localhost:3306',
'@sogohost:3306'),
c_acl_location=REPLACE(c_acl_location, '@localhost:3306',
'@sogohost:3306')


Just a follow up.
Running the above against the mysql database seems to have fixed all
problems.


Is 'sogohost' supposed to be a complete dns name, or can it also be a 
'simple' name, as long as it's defined in /etc/hosts, like this:


192.54.23.7 sogohost.company.com sogohost

(I'm asking, because I tried that, and it didn't seem to work, 
immediately, and I reverted the change for now)


MJ
--
users@sogo.nu
https://inverse.ca/sogo/lists


[SOGo] Calendar / Contacs sync

2016-02-24 Thread Schrödel Robert
Hello,

sorry, I’m new with SOGo. We found nothing in the doc about the sync field in 
the properties.

Is it possible to add the hock at sync for calendar and contacts subfolders 
automatically?

Thank you!
Robert

-- 
users@sogo.nu
https://inverse.ca/sogo/lists