RE: [SOGo] Can't share a calendar

2017-01-18 Thread "Fernando Salas"
I have commented the line and it worked fine.

 

Thanks a lot

 

 

Fernando Salas

 

 

 

De: users-requ...@sogo.nu [mailto:users-requ...@sogo.nu] En nombre de Ludovic 
Marcotte
Enviado el: miércoles, 18 de enero de 2017 14:29
Para: users@sogo.nu
Asunto: Re: [SOGo] Can't share a calendar

 

On 2017-01-18 2:21 PM, "Fernando Salas" (fsalas@novanet.network 
 ) wrote:

DomainFieldName = "domain";


^-- don't specify this if you aren't using it.



-- 
Ludovic Marcotte
lmarco...@inverse.ca    ::  +1.514.755.3630  ::  
http://inverse.ca
Inverse inc. :: Leaders behind SOGo (http://sogo.nu), PacketFence 
(http://packetfence.org) and Fingerbank (http://fingerbank.org)

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

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

[SOGo] Calendar and Outlook not in sync

2017-01-18 Thread iva...@nocroom.com
I have noticed calendar on Sogo and my Outlook are not in sync, is their 
anything I need to do to get calendar and contacts in sync with each other ?
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Can't share a calendar

2017-01-18 Thread Ludovic Marcotte

On 2017-01-18 2:21 PM, "Fernando Salas" (fsalas@novanet.network) wrote:


DomainFieldName = "domain";



^-- don't specify this if you aren't using it.

--
Ludovic Marcotte
lmarco...@inverse.ca  ::  +1.514.755.3630  ::  http://inverse.ca
Inverse inc. :: Leaders behind SOGo (http://sogo.nu), PacketFence 
(http://packetfence.org) and Fingerbank (http://fingerbank.org)

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

RE: [SOGo] Can't share a calendar

2017-01-18 Thread "Fernando Salas"
Thanks for your Support my friend

 

Here is the sogo.conf

 

{

WOPort = 127.0.0.1:2;

  

   WOWorkersCount = 300;

 

  

 SOGoMaximumPingInterval = 354;

 

  

SOGoMaximumSyncInterval = 354;

 

 

SOGoInternalSyncInterval = 30;

 

 

   WOWatchDogRequestTimeout = 10;

 

 

  SOGoMaximumSyncResponseSize = 512;

  SOGoMaximumSyncWindowSize = 256;

 

 SxVMemLimit = 384;

 

NGImap4DisableIMAP4Pooling = YES;

 

SOGoProfileURL = 
"mysql://sogo:passw...@myexternal.database.server.com:3306/sogo/sogo_user_profile";

OCSFolderInfoURL = 
"mysql://sogo:passw...@myexternal.database.server.com:3306/sogo/sogo_folder_info";

OCSSessionsFolderURL = 
"mysql://sogo:passw...@myexternal.database.server.com:3306/sogo/sogo_sessions_folder";

OCSEMailAlarmsFolderURL = 
"mysql://sogo:passw...@myexternal.database.server.com:3306/sogo/sogo_alarms_folder";

 

// Default language in the web interface

SOGoLanguage = Spanish;

 

// Specify which module to show after login: Calendar, Mail, Contacts.

SOGoLoginModule = Mail;

 

// Must login with full email address

SOGoForceExternalLoginWithEmail = YES;

 

// Allow user to change full name and email address.

SOGoMailCustomFromEnabled = YES;

 

// Enable email-based alarms on events and tasks.

SOGoEnableEMailAlarms = YES;

 

// IMAP server

//SOGoIMAPServer = "imaps://127.0.0.1:143/?tls=YES";

// Local connection is considered as secure by Dovecot.

SOGoIMAPServer = "imap://127.0.0.1:143/";

 

// Allow user to add other IMAP accounts that will be visible from the SOGo

// Webmail interface.

// Default is NO.

//SOGoMailAuxiliaryUserAccountsEnabled = YES;

 

// SMTP server

SOGoSMTPServer = 127.0.0.1;

SOGoMailingMechanism = smtp;

 

SOGoSieveServer = sieve://127.0.0.1:4190;

SOGoSieveScriptsEnabled = YES;

SOGoVacationEnabled = YES;

SOGoForwardEnabled = YES;

SOGoSieveFolderEncoding = UTF-8;

 

// Memcached

SOGoMemcachedHost = 127.0.0.1;

 

  SOGoTimeZone = "America/Guayaquil";

 

SOGoFirstDayOfWeek = 1;

 

SOGoRefreshViewCheck = every_2_minutes;

SOGoMailReplyPlacement = above;

 

SOGoAppointmentSendEMailNotifications = YES;

SOGoFoldersSendEMailNotifications = YES;

SOGoACLsSendEMailNotifications = YES;

 

// NOTE: PostgreSQL cannot update view in iRedMail

 

SOGoPasswordChangeEnabled = YES;

 

// Authentication using SQL



SOGoUserSources = (

{

type = sql;

id = vmail_mailbox;

viewURL = 
"mysql://sogo:passw...@myexternal.database.server.com:3306/sogo/users";

canAuthenticate = YES;

 

// Default algorithm used when changing passwords.

 

userPasswordAlgorithm = ssha512;

 

 

prependPasswordScheme = YES;

 

// Use `vmail.mailbox` as global address book.

isAddressBook = YES;

displayName = "Global Address Book";

SOGoEnableDomainBasedUID = YES;

DomainFieldName = "domain";

}

);



 

// Authentication using LDAP

}

 

 

And this is the structure of the table “users” from “sogo” table/view, as you 
can see there is no column “domain” so I got the error: 

 


1

c_uid 


2

c_name 


3

c_password 


4

c_cn 


5

mail 


6

home 

 

 

 

Fernando Salas

 

De: users-requ...@sogo.nu [mailto:users-requ...@sogo.nu] En nombre de Ludovic 
Marcotte (lmarco...@inverse.ca)
Enviado el: miércoles, 18 de enero de 2017 13:22
Para: users@sogo.nu
Asunto: Re: [SOGo] Can't share a calendar

 

On 2017-01-18 1:08 PM, "Fernando Salas" (fsalas@novanet.network 
 ) wrote:

I ave no changed to 9 tables MySQL schema. Is this the reason for that error 
message?

Show your sogo.conf file and a description of your table/view used for 
authentication.



-- 
Ludovic Marcotte
lmarco...@inverse.ca    ::  +1.514.755.3630  ::  
http://inverse.ca
Inverse inc. :: Leaders behind SOGo (http://sogo.nu), PacketFence 
(http://packetfence.org) and Fingerbank (http://fingerbank.org)

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

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

Re: [SOGo] Can't share a calendar

2017-01-18 Thread Ludovic Marcotte

On 2017-01-18 1:08 PM, "Fernando Salas" (fsalas@novanet.network) wrote:

I ave no changed to 9 tables MySQL schema. Is this the reason for that 
error message?


Show your sogo.conf file and a description of your table/view used for 
authentication.


--
Ludovic Marcotte
lmarco...@inverse.ca  ::  +1.514.755.3630  ::  http://inverse.ca
Inverse inc. :: Leaders behind SOGo (http://sogo.nu), PacketFence 
(http://packetfence.org) and Fingerbank (http://fingerbank.org)

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

[SOGo] Can't share a calendar

2017-01-18 Thread "Fernando Salas"
Dear Friends,

 

I'm running Sogo 3.2.4 nightly build, I have no issues until now. I tried to
share a calender witj other mail user and I got this error:

 

Jan 09 12:48:24 sogod [7704]: [ERROR] <0x0x7f6dd3da1f88[SQLSource]> could
not run SQL 'SELECT * FROM users WHERE (LOWER(c_cn) LIKE '%vpineiro@%' OR
LOWER(mail) LIKE '%vpineiro@%') AND domain IS NULL':  NAME:ExecutionFailed REASON:Unknown column 'domain' in
'where clause'

Jan 09 12:48:24 sogod [7704]: 200.29.243.5 "GET
/SOGo/so/fsalas@novanet.network/usersSearch?search=vpineiro@

HTTP/1.1" 200 13/0 0.010 - - -668K

 

 

I ave no changed to 9 tables MySQL schema. Is this the reason for that error
message?

 

Thanks for your support.

 

Fernando Salas

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

Re: [SOGo] sogo-tool command to clean up contact format

2017-01-18 Thread Stephen Ingram
On Tue, Jan 17, 2017 at 3:21 PM, Stephen Ingram  wrote:

> I've had several reports from a user who reports contacts not properly
> syncing with iPhone and/or Mac. Since every address book seems to create
> entries differently, and many times in an incompatible fashion, I'm
> wondering if perhaps the format is incorrect. Is there a sub-command for
> sogo-tool that can clean up everything, or perhaps this happens with a
> backup, erase and restore?
>

Looking at this user's access attempts in the logs I see some contact adds
with HTTP 412 responses. I'm not sure what this means within the context of
SOGo, but I would think it can't be good.

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

[SOGo] Error on Web UI Internet explorer with the SOGOversion 2.

2017-01-18 Thread Sylvain Amado
When I create an event , It doesn't appear on the web browser Internet
Explorer V11 but I  can see it in the sogo.log

If I refresh the browser with the "Actualize Button" or F5 , I have this
message
"An error occurred while loading remote calendar: an unknown http error
occurred during the load operation."

If I try with Firefox or Chrome, or Edge and it's OK  I see my event

This behaviour is new with this version 2.3.19

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

Re: [SOGo] is postfix/dovecot/SOGo reliable with Outlook 2010 and 2013?

2017-01-18 Thread Ralf Cirksena
Hello Mario,

On Tue, Jan 17, 2017 at 05:04:52PM +0100 you wrote:

> I support a few small organisations. They are using Outlook 2007 on 
> postfix/dovecot (imap). As groupware i installed eGroupware and SOGo. For now 
> it's only used for out of office notes, but this should change. Therefore i 
> planned to use a CalDav/CardDav-Addin for Outlook.
> 
> Unfortunately on newer Outlook versions some problems occured. Emails were 
> lost and Emails are not visible in Outlook although they are visible in the 
> webmail.

we are running dovecot as IMAP server, exim as mail hub and SMTP
server, LDAP as auth storage. 

So far everything works as expected -- with Thunderbird as mail and
calendar client. In a mixed world with Outlook 2013 (ActiveSync),
Thunderbird and SOGo Web Access it's currently pain in the ass.
Inverse is working on it but our users are loosing their patience.

As far as we have found out the problem is Outlook and Microsoft's
loose interpretation of standards. But that does not help us if users
insist on using Outlook.


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


[SOGo] ActiveSync calendar on outlook

2017-01-18 Thread iva...@nocroom.com
Question, show can calendar be be live sync between outlook and server .. on 
noice only emails are connected

Sent from #CloudEmail by #NocRoom.com
-- 
users@sogo.nu
https://inverse.ca/sogo/lists