Re: [SOGo] IMAPS & SMTPS connections

2021-12-15 Thread Fernando
There's a colon missing in the "SOGoIMAPServer" directive (should be 
"imaps://172.30.20.131:993"), perhaps that's the issue?


Regards,
Fernando

El 15/12/21 a las 10:22, Christian Naumer (c...@brain-biotech.de) escribió:

Am 13.12.21 um 16:51 schrieb HYVERNAT Philippe (p.hyver...@outlook.fr):

SOGoIMAPServer = "imaps//172.30.20.131:993";

   SOGoSMTPServer = "smtp://172.30.20.121:587/?tls=YES";


You probably should use the FQD as in the certificates used for TLS. 
In Thunderbird you can add exceptions for this. Not in SOGo I think.


Regards

Christian


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


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 
<mailto:fsalas@novanet.network> ) wrote:

DomainFieldName = "domain";


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



-- 
Ludovic Marcotte
lmarco...@inverse.ca <mailto: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 <mailto: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 &quot;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 
<mailto: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 <mailto: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 <mailto:users@sogo.nu> 
https://inverse.ca/sogo/lists

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

[SOGo] Can't share a calendar

2017-01-18 Thread &quot;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@
<mailto:/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

[SOGo] Can't share a calendar

2017-01-09 Thread &quot;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] vacation message goes to spam

2016-08-02 Thread Fernando Salas [Novanet]
Thanks for the information about the null sender.

I realized that I only have the SPF, DKIM and DMARC only for the domain 
mydomain.com but I didn't have anything for mail.mydomain.com so I did it.

Now Gmail likes the autoresponse and it doesn't send it to spam folder.

But Hotmail still send the autoresponse message to the spam folder, here is the 
header I got from Hotmail a few minutes ago, any Idea? Thanks a lot:

x-store-info:fHNTDlzCF8Nxw6HwcfGQy+S7Ax/lqLSm0eBjyyDmyuWOAouTY2FTnseW01ETshZ6cpsmH7g/Na2Lizb2LURvp4AmJY4Q6QDpNeVip8rPWVCuZeO3xX7RZIFJ9TSLPDul9YNCF+6jlAk=
Authentication-Results: hotmail.com; spf=pass (sender IP is A.B.C.D; identity 
alignment result is fail and alignment mode is relaxed) 
smtp.helo=mail.mydomain.com; dkim=none (identity alignment result is pass and 
alignment mode is relaxed) header.d=domain.com; x-hmca=none 
header.id=sen...@domain.com
X-SID-PRA: sen...@domain.com
X-AUTH-Result: NONE
X-SID-Result: NONE
X-Message-Status: n:n
X-Message-Delivery: Vj0xLjE7dXM9MDtsPTE7YT0xO0Q9MjtHRD0yO1NDTD0w
X-Message-Info: 
11chDOWqoTnezPNupFh9rWZkjNK2SArc20BWVaaptQ/NDYNEkUupt7r8RIUuOxmx5rJkk89OjeEuCqblwYRZ9ggh4F76zaK1slhAny81QidTRVyNlMw/9TcczC5pqdNATjzHWTHnClegy7UcEsIwHSqr0wCaVKTEHDz4Gg5qYp2eUPYPIWQsQb0EAyYKt9dwFoT1tFzSKidgdFmbSSLeTBJ1e+JS0z6qoZ9/4n1rq7Zx7v3QrP3wXw==
Received: from mail.mydomain.com ([A.B.C.D]) by BLU004-MC1F8.hotmail.com over 
TLS secured channel with Microsoft SMTPSVC(7.5.7601.23143);
 Tue, 2 Aug 2016 16:36:33 -0700
Received: from mail.mydomain.com (mail.mydomain.com [127.0.0.1])
by mail.mydomain.com (Postfix) with ESMTP id A16DB10315E
for <myn...@hotmail.com>; Tue,  2 Aug 2016 18:36:32 -0500 (ECT)
X-Virus-Scanned: Debian amavisd-new at mail.mydomain.com
Received: from mail.mydomain.com ([127.0.0.1])
by mail.mydomain.com (mail.mydomain.com [127.0.0.1]) (amavisd-new, port 
10024)
with ESMTP id GOZsAKNm8bgh for <myn...@hotmail.com>;
Tue,  2 Aug 2016 18:36:32 -0500 (ECT)
Received: by mail.mydomain.com (Postfix, from userid 2000)
id 7C899103157; Tue,  2 Aug 2016 18:36:32 -0500 (ECT)
X-Sieve: Pigeonhole Sieve 0.4.2
Message-ID: <dovecot-sieve-1470180992-49803...@mail.mydomain.com>
Date: Tue, 02 Aug 2016 18:36:32 -0500
From: <sen...@domain.com>
To: <myn...@hotmail.com>
Subject: Autorespuesta - Vacaciones
In-Reply-To: <blu174-w41cb462b0905b4f4730125df...@phx.gbl>
References: <blu174-w41cb462b0905b4f4730125df...@phx.gbl>
Auto-Submitted: auto-replied (vacation)
Precedence: bulk
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit
Return-Path: <>



And This is the Gmail header:

Delivered-To: myn...@gmail.com
Received: by 10.103.122.130 with SMTP id v124csp430295vsc;
Tue, 2 Aug 2016 16:38:47 -0700 (PDT)
X-Received: by 10.98.222.70 with SMTP id h67mr110862190pfg.128.1470181127165;
Tue, 02 Aug 2016 16:38:47 -0700 (PDT)
Return-Path: <>
Received: from mail.domain.com (mail.domain.com. [A.B.C.D])
by mx.google.com with ESMTPS id c7si5381619pad.104.2016.08.02.16.38.46
for <myn...@gmail.com>
(version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);
Tue, 02 Aug 2016 16:38:47 -0700 (PDT)
Received-SPF: pass (google.com: domain of postmas...@mail.domain.com designates 
A.B.C.D as permitted sender) client-ip=A.B.C.D;
Authentication-Results: mx.google.com;
   spf=pass (google.com: domain of postmas...@mail.domain.com designates 
A.B.C.D as permitted sender) smtp.helo=mail.domain.com;
   dmarc=pass (p=QUARANTINE dis=NONE) header.from=mydomain.com
Received: from mail.domain.com (mail.domain.com [127.0.0.1])
by mail.domain.com (Postfix) with ESMTP id B5B3D10315E
for <myn...@gmail.com>; Tue,  2 Aug 2016 18:38:46 -0500 (ECT)
X-Virus-Scanned: Debian amavisd-new at mail.domain.com
Received: from mail.domain.com ([127.0.0.1])
by mail.domain.com (mail.domain.com [127.0.0.1]) (amavisd-new, port 
10024)
with ESMTP id 9njF0q8XFDSO for <myn...@gmail.com>;
Tue,  2 Aug 2016 18:38:46 -0500 (ECT)
Received: by mail.domain.com (Postfix, from userid 2000)
id 93C96103157; Tue,  2 Aug 2016 18:38:46 -0500 (ECT)
X-Sieve: Pigeonhole Sieve 0.4.2
Message-ID: <dovecot-sieve-1470181126-59512...@mail.domain.com>
Date: Tue, 02 Aug 2016 18:38:46 -0500
From: <sen...@mydomain.com>
To: <myn...@gmail.com>
Subject: Autorespuesta - Vacaciones
In-Reply-To: 
<CAFQ5SH5-SwxGpDOjL+8QbOV5GKmfAz_5O=ERJ2O2i=gF=dg...@mail.gmail.com>
References: <CAFQ5SH5-SwxGpDOjL+8QbOV5GKmfAz_5O=ERJ2O2i=gF=dg...@mail.gmail.com>
Auto-Submitted: auto-replied (vacation)
Precedence: bulk
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit

Regards,

Fernando


-Mensaje original-
De: users-requ...@sogo.nu [mailto:users-requ...@sogo.nu] En nombre de Tanstaafl 
(tansta...@libertytrek.org)
Enviado el: martes, 2 de ago

RE: [SOGo] vacation message goes to spam

2016-07-26 Thread Fernando Salas [Novanet]
qaRrkg62IjzSb39gUCaRFS9SlsC9be1

7ISi7xkvkH0vTUQd+87ff9Yv51VOfA0ItGiD1cPWOVQc5ut5StOByR5dacYUJCWr

ZCAYRqmN74rPBknV4Dspx8BI/c7+nYok+BLCfFcPQtl9+HKepJ4uhchOqpggeq9b

Aj68hmRu2B4RqmSP7y68NLlDWzAoEUpaAyq0C77rY/PsHvqLJtvDizgcyvj8CSIW

  GG4Digz+wocY4gNNOqKLLWd2JGE8B2ih6lfGcnRXqRF0Gg==

X-Virus-Scanned: Debian amavisd-new at my.sogo.server

Received: from my.sogo.server ([127.0.0.1])

  by my.sogo.server (my.sogo.server [127.0.0.1]) (amavisd-new, port 10024)

  with ESMTP id j0UwAOXzILj4 for <mygmailu...@gmail.com>;

  Tue, 26 Jul 2016 14:27:17 -0500 (ECT)

Received: from my.sogo.server (my.sogo.server [127.0.0.1])

  by my.sogo.server (Postfix) with ESMTP id 8E28F103158

  for <mygmailu...@gmail.com>; Tue, 26 Jul 2016 14:27:17 -0500 (ECT)

Return-Receipt-To: "Fernando Salas" <user@sogo.server>

From: Fernando Salas =?utf-8?q?=5BNovanet=5D?= <user@sogo.server>

To: <mygmailu...@gmail.com>

Subject: foto

Date: Tue, 26 Jul 2016 14:26:20 -0500

Message-ID: 


MIME-Version: 1.0

Content-Type: multipart/mixed;

  boundary="=_NextPart_000_0186_01D1E749.AE13D820"

X-Mailer: Microsoft Outlook 16.0

thread-index: AdHnc5VXa0ovfY4ARsScPGVzPZPhnQ==

Content-Language: es-ec

Disposition-Notification-To: "Fernando Salas" <user@sogo.server>

 

This is a multipart message in MIME format.

 

--=_NextPart_000_0186_01D1E749.AE13D820

Content-Type: multipart/related;

  boundary="=_NextPart_001_0187_01D1E749.AE13D820"

 

 

--=_NextPart_001_0187_01D1E749.AE13D820

Content-Type: multipart/alternative;

  boundary="=_NextPart_002_0188_01D1E749.AE13D820"

 

 

--=_NextPart_002_0188_01D1E749.AE13D820

Content-Type: text/plain;

  charset="us-ascii"

Content-Transfer-Encoding: 7bit

 

Kind regards,

 

Fernando Salas

 

 

De: users-requ...@sogo.nu [mailto:users-requ...@sogo.nu] En nombre de Chris 
Coleman (ch...@espacenetworks.com)
Enviado el: martes, 26 de julio de 2016 15:57
Para: users@sogo.nu
Asunto: Re: [SOGo] vacation message goes to spam

 

Fernando,

To help your Vacation message to be delivered into the user's Inbox, you should 
add the following to your domain's DNS: 1) an SPF record, 2) DKIM records, and 
3) a Reverse-PTR record.

SOGo should also add "Precedence: Bulk" to the message header for Notification 
messages, so that Gmail will not sort the message into "Junk".

Reference: RFC3834, https://tools.ietf.org/search/rfc3834

 

 

On 7/26/2016 3:46 PM, Fernando Salas [Novanet] (fsalas@novanet.network 
<mailto:fsalas@novanet.network> ) wrote:

Dear Friends,

 

After enabling the vacation message on the webmail and testing it, I receive on 
Gmail the auto response on the "spam folder".

This is the header of the auto response that I get in Gmail:

 

Delivered-To: mygmailu...@gmail.com <mailto:mygmailu...@gmail.com> 

Received: by 10.103.122.141 with SMTP id v135csp893887vsc;

Wed, 13 Jul 2016 04:17:28 -0700 (PDT)

X-Received: by 10.66.117.105 with SMTP id kd9mr12589484pab.40.1468408648637;

Wed, 13 Jul 2016 04:17:28 -0700 (PDT)

Return-Path: <>

Received: from my.sogo.server (my.sogo.server. [A.B.C.D])

by mx.google.com with ESMTPS id o6si4948924pac.39.2016.07.13.04.17.28

for  <mailto:mygmailu...@gmail.com> <mygmailu...@gmail.com>

(version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);

Wed, 13 Jul 2016 04:17:28 -0700 (PDT)

 

As you can see the variable "Return-Path" is empty and I think this is the 
reason why Gmail send it to spam folder.

 

This is the header of a mail that goes normally to the "Inbox Folder" in Gmail:

 

Delivered-To: mygmailu...@gmail.com <mailto:mygmailu...@gmail.com> 

Received: by 10.103.122.130 with SMTP id v124csp1814641vsc;

Tue, 26 Jul 2016 12:27:20 -0700 (PDT)

X-Received: by 10.66.138.74 with SMTP id qo10mr42243733pab.135.1469561240400;

Tue, 26 Jul 2016 12:27:20 -0700 (PDT)

Return-Path:  <mailto:user@sogo.server> <user@sogo.server>

Received: from my.sogo.server (my.sogo.server. [A.B.C.D])

by mx.google.com with ESMTPS id x184si1983910pfb.210.2016.07.26.12.27.19

for  <mailto:mygmailu...@gmail.com> <mygmailu...@gmail.com>

(version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);

Tue, 26 Jul 2016 12:27:20 -0700 (PDT)

 

I’m running SOgo 3.1.3 and iRedMail 0.9.4 with MySQL

 

Any idea about this issue?

 

Kind regards,

 

Fernando Salas

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





-- 
Chris Coleman
Espace LLC
860-576-9526

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

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

[SOGo] vacation message goes to spam

2016-07-26 Thread Fernando Salas [Novanet]
Dear Friends,

 

After enabling the vacation message on the webmail and testing it, I receive
on Gmail the auto response on the "spam folder".

This is the header of the auto response that I get in Gmail:

 

Delivered-To: mygmailu...@gmail.com

Received: by 10.103.122.141 with SMTP id v135csp893887vsc;

Wed, 13 Jul 2016 04:17:28 -0700 (PDT)

X-Received: by 10.66.117.105 with SMTP id kd9mr12589484pab.40.1468408648637;

Wed, 13 Jul 2016 04:17:28 -0700 (PDT)

Return-Path: <>

Received: from my.sogo.server (my.sogo.server. [A.B.C.D])

by mx.google.com with ESMTPS id
o6si4948924pac.39.2016.07.13.04.17.28

for <mygmailu...@gmail.com>

(version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);

Wed, 13 Jul 2016 04:17:28 -0700 (PDT)

 

As you can see the variable "Return-Path" is empty and I think this is the
reason why Gmail send it to spam folder.

 

This is the header of a mail that goes normally to the "Inbox Folder" in
Gmail:

 

Delivered-To: mygmailu...@gmail.com

Received: by 10.103.122.130 with SMTP id v124csp1814641vsc;

Tue, 26 Jul 2016 12:27:20 -0700 (PDT)

X-Received: by 10.66.138.74 with SMTP id
qo10mr42243733pab.135.1469561240400;

Tue, 26 Jul 2016 12:27:20 -0700 (PDT)

Return-Path: <user@sogo.server>

Received: from my.sogo.server (my.sogo.server. [A.B.C.D])

by mx.google.com with ESMTPS id
x184si1983910pfb.210.2016.07.26.12.27.19

for <mygmailu...@gmail.com>

(version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);

Tue, 26 Jul 2016 12:27:20 -0700 (PDT)

 

I'm running SOgo 3.1.3 and iRedMail 0.9.4 with MySQL

 

Any idea about this issue?

 

Kind regards,

 

Fernando Salas

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

RE: [SOGo] 3.0.3, when?

2016-04-18 Thread Fernando Salas [Novanet]
Dear Friends,

I think 1st june is to much time, specially for the bug 3571 that is a real
issue, don't forget there are to many users behind Apple devices and right
now with the 3.0.2 version it is impossible to use the mail.  In the other
hand I think that the 3.0.3 version is by far the one with the most bugs
fixed (40) so please release it as soon as possible.

Regards,

Fernando Salas



-Mensaje original-
De: users-requ...@sogo.nu [mailto:users-requ...@sogo.nu] En nombre de Keith
Williams
Enviado el: lunes, 18 de abril de 2016 8:37
Para: users@sogo.nu
Asunto: Re: [SOGo] 3.0.3, when?

Hi Emilio,

I believe it will be the 1st of June.

I also could not wait as I had customers on 3.0.2 that had the issue, so I
proceeded to build custom RPMs for CentOS 7 so I could update without having
to wait.

So far no issues noted.. (4 days-60 clients with AS devices)

Regards,


On 2016/04/18 2:57 PM, Emilio Fonseca (emilio.fons...@mav.com.br) wrote:
> Hi everyone,
>
> I am very anxious to use 3.0.3 version of SOGo.
> Since they released the fix of the bug 3571, I am really excited to 
> use this new version that includes a lot of others fixes too.
>
> As I know that the nightly builds should not be considered production 
> ready, can someone tell me when 3.0.3 will be released? Is that soon?
>
> Best Regards.
>
--
users@sogo.nu
https://inverse.ca/sogo/lists

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


Re: [SOGo] Error on save preferences

2014-11-13 Thread Fernando Figaroli

i have insert SOGoSieveScriptsEnabled = NO in /etc/sogo/sogo.conf
i have restart sogod .. 
but in log  i have:
2014-11-13 09:31:52.257 sogod[30565] Sieve connection failed on 
sieve://localhost:2000

why ?
thanks.





Il giorno Mercoledi, 12 Novembre, 2014 19:42 CET, Francis Lachapelle 
flachape...@inverse.ca ha scritto:
 Hi Fernando

On Nov 12, 2014, at 11:21 AM, Fernando Figaroli f.figar...@eracom.it wrote:

 Sogo Version: 2.2.9a
 if I try to save preferences from me this error: Service temporarily 
 unavailable..

Look at your log file, you probably have an error with your Sieve server. If 
you don't have one, set SOGoSieveScriptsEnabled to NO.

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

[SOGo] Error on save preferences

2014-11-12 Thread Fernando Figaroli

Sogo Version: 2.2.9a
if I try to save preferences from me this error: Service temporarily 
unavailable..

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

Re: [SOGo] what page I am with jquery?

2014-04-18 Thread Fernando Figaroli
Hi,
thanks but does not work.
returns equal in both the email list that new email.

Thank you.

Fernando FerX



Il giorno Giovedi, 17 Aprile, 2014 19:23 CEST, Francis Lachapelle 
flachape...@inverse.ca ha scritto:

 Hi Fernando

 On Apr 16, 2014, at 9:42 AM, Fernando Figaroli f.figar...@eracom.it wrote:

  I'm writing jquery code to customize the interface.
  How do I know what page am I?
  Calendar? email? new_email?
  Thank you.

 You can check the global variable named ApplicationBaseURL, which will look 
 like /SOGo/so/uid/Calendar.


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

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

[SOGo] what page I am with jquery?

2014-04-16 Thread Fernando Figaroli

I'm writing jquery code to customize the interface. 
How do I know what page am I? 
Calendar? email? new_email? 
Thank you.-- 
users@sogo.nu
https://inverse.ca/sogo/lists

[SOGo] Update translation...

2014-04-14 Thread Fernando Figaroli

I've updated the Italian translation of www.transifex.com. 
Use it in the next release?

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

Re: [SOGo] Filter LDAP Sogo 2.0.5 don't work

2013-05-22 Thread Fernando Moreni
Title: ::. SIM - Sistema Integrado de Monitoramento Automotivo

  
  
Hi
  
  I remove this 
  
  keypasswordPolicy/key
  stringYES/string
  
  
  
  and returned to work!
  
  Thanks
  
  
  




  

  


  


  

  

  Fernando
  Moreni 


  Tecnologia da Informação
  


  TEL: +55 (11) 2199.0701



  fmor...@simtrack.com.br


  www.simtrack.com.br


  SIM  MEIO AMBIENTE
PRESERVE-O! PENSE BEM
  ANTES DE IMPRIMIR ESSE E-MAIL. 

  

  

  

  
  Em 22/05/2013 07:24, Christian Mack escreveu:


  Am 2013-05-21 21:10, schrieb Fernando Moreni:

  

Em 21/05/2013 15:03, Jean Raby escreveu:


  On 13-05-21 12:41 PM, Fernando Moreni wrote:

  

Once updated the sogo 2.0.2 to 2.0.5, no one can log into sogo more.
I'm using multi-domain.

  
  
Please post the relevant log entries from sogo.log and the (erroneous)
LDAP requests that sogo makes.

Without this, it is impossible to help.




Look log

May 21 16:08:06 sogod [28297]: 0x0x7f73973945e8[SOGoCache] Cache
cleanup interval set every 8600.00 seconds
May 21 16:08:06 sogod [28297]: 0x0x7f73973945e8[SOGoCache] Using
host(s) '127.0.0.1' as server(s)

  
  ...

  
10.1.1.200 - - [21/May/2013:16:08:06 GMT] "GET /SOGo/ HTTP/1.1" 200
3882/0 0.025 10674 63% 1M
May 21 16:08:15 sogod [28297]: [ERROR] [we-rm] did not find locale for
language: ptBR
May 21 16:08:15 sogod [28297]: [WARN]
0x0x7f7397039d88[SOGoSystemDefaults] expected an NSArray for
'SOGoSupportedLanguages' (ignored)
May 21 16:08:15 sogod [28297]: 0x0x7f73974cc6b8[NGLdapConnection] bind
- ldap_result call result: 97
May 21 16:08:15 sogod [28297]: 0x0x7f73974cc6b8[NGLdapConnection] bind
- ldap_parse_result - ctrls is NULL
May 21 16:08:15 sogod [28297]: SOGoRootPage Login from '10.1.1.200' for
user 'fmor...@example.com.br' might not have worked - password policy:
-1  grace: -1  expire: -1  bound: 1
10.1.1.200 - - [21/May/2013:16:08:15 GMT] "POST /SOGo/connect HTTP/1.1"
403 31/63 0.019 - - 636K

  
   cut 

I assume you use an openLDAP server here.

Error code 97 means:
"LDAP referral limit was exceeded"

Do you use openLDAP as proxy for another LDAP or AD server?


Kind regards,
Christian Mack




  



[SOGo] Filter LDAP Sogo 2.0.5 don't work

2013-05-21 Thread Fernando Moreni

Hello,

Once updated the sogo 2.0.2 to 2.0.5, no one can log into sogo more.
I'm using multi-domain.


Can anyone help me?

Sorry for the english, do not know much!

Follow my setup that was working in version 2.0.2


?xml version=1.0 encoding=UTF-8?
!DOCTYPE plist PUBLIC -//GNUstep//DTD plist 0.9//EN 
http://www.gnustep.org/plist-0_9.xml;

plist version=0.9
dict
keyNSGlobalDomain/key
dict
/dict
keysogod/key
dict
keyOCSFolderInfoURL/key
stringpostgresql://postgres:@localhost:5432/sogo/sogo_folder_info/string
keyOCSSessionsFolderURL/key
stringpostgresql://postgres:@localhost:5432/sogo/sogo_sessions_folder/string
keyOGoForwardEnabled/key
stringYES/string
keySOGoACLsSendEMailNotifications/key
stringYES/string
keySOGoAppointmentSendEMailNotifications/key
stringYES/string
keySOGoCalendarDefaultRoles/key
array
stringPublicViewer/string
stringConfidentialDAndTViewer/string
/array
keySOGoDraftsFolderName/key
stringDrafts/string
keySOGoDebugRequests/key
stringYES/string
keyLDAPDebugEnabled/key
stringYES/string
keySOGoUIxDebugEnabled/key
stringYES/string
keySOGoFoldersSendEMailNotifications/key
stringYES/string
keySOGoForceIMAPLoginWithEmail/key
stringYES/string
keySOGoMailAuxiliaryUserAccountsEnabled/key
  stringYES/string
keySOGoMailShowSubscribedFoldersOnly/key
stringYES/string
keySOGoTimeZone/key
stringAmerica/Sao_Paulo/string
keySOGoCacheCleanupInterval/key
string8600/string
keySOGoMemcachedHost/key
string127.0.0.1/string
keySOGoLanguage/key
stringBrazilianPortuguese/string
keySOGoSupportedLanguages/key
stringBrazilianPortuguese/string
keySOGoMailingMechanism/key
stringsmtp/string
keySOGoOtherUsersFolderName/key
stringOther Users/string
keySOGoPasswordChangeEnabled/key
stringYES/string
keySOGoProfileURL/key
stringpostgresql://postgres:@localhost:5432/sogo/sogo_user_profile/string
keySOGoSMTPServer/key
stringlocalhost/string
keySOGoSentFolderName/key
stringSent/string
keySOGoSharedFolderName/key
stringShared Folders/string
keySOGoSieveScriptsEnabled/key
stringYES/string
keySOGoSuperUsernames/key
array
stringpostmas...@example.com.br/string
/array
keySOGoTimeFormat/key
string%I:%M %p/string
keySOGoTimeZone/key
stringBrazil/East/string
   keySOGoTrashFolderName/key
stringTrash/string
keySOGoVacationEnabled/key
stringYES/string
keydomains/key
dict
keyexample02.com.br/key
dict
keySOGoIMAPServer/key
stringlocalhost/string
keySOGoMailDomain/key
stringexample02.com.br/string
keySOGoUserSources/key
array
dict
keyCNFieldName/key
stringcn/string
keyIDFieldName/key
stringmail/string
keyIMAPHostFieldName/key
stringinfo/string
keyUIDFieldName/key
stringmail/string
keybaseDN/key
stringo=domains,dc=example,dc=com,dc=br/string
keybindAsCurrentUser/key
stringYES/string
keybindDN/key
stringcn=Manager,dc=example,dc=com,dc=br/string
keybindFields/key
array
stringmail/string
/array
keybindPassword/key
stringEXAMPLEPASS/string
keycanAuthenticate/key
  stringYES/string
keydisplayName/key
stringShared Addresses/string
keyfilter/key
string(mail=apos;*example02.com.br*apos;)/string
keyhostname/key
string127.0.0.1/string
keyid/key
stringexample02.com.br/string
keyisAddressBook/key
stringYES/string
keyport/key
string389/string
keytype/key
stringldap/string
/dict
/array
/dict
keyexample03.com.br/key
dict
keySOGoIMAPServer/key
stringlocalhost/string
keySOGoMailDomain/key
stringexample03.com.br/string
keySOGoUserSources/key
 

Re: [SOGo] Filter LDAP Sogo 2.0.5 don't work

2013-05-21 Thread Fernando Moreni

Hi,

Look log

May 21 16:08:06 sogod [28297]: 0x0x7f73973945e8[SOGoCache] Cache 
cleanup interval set every 8600.00 seconds
May 21 16:08:06 sogod [28297]: 0x0x7f73973945e8[SOGoCache] Using 
host(s) '127.0.0.1' as server(s)
May 21 16:08:06 sogod [28297]: [ERROR] [we-rm] did not find locale for 
language: ptBR
2013-05-21 16:08:06.906 sogod[28297] Note(SoObject): SoDebugKeyLookup is 
enabled!
2013-05-21 16:08:06.906 sogod[28297] Note(SoObject): SoDebugBaseURL is 
enabled!
2013-05-21 16:08:06.906 sogod[28297] Note(SoObject): relative base URLs 
are enabled.
2013-05-21 16:08:06.913 sogod[28297] WOCompoundElement: pool embedding 
is on.

2013-05-21 16:08:06.913 sogod[28297] WOCompoundElement: id logging is on.
May 21 16:08:06 sogod [28297]: [WARN] 
0x0x7f7397039d88[SOGoSystemDefaults] expected an NSArray for 
'SOGoSupportedLanguages' (ignored)
May 21 16:08:06 sogod [28297]: [WARN] 
0x0x7f7397039d88[SOGoSystemDefaults] expected an NSArray for 
'SOGoSupportedLanguages' (ignored)
10.1.1.200 - - [21/May/2013:16:08:06 GMT] GET /SOGo HTTP/1.1 302 0/0 
0.013 - - 3M
May 21 16:08:06 sogod [28297]: [ERROR] [we-rm] did not find locale for 
language: ptBR
2013-05-21 16:08:06.933 sogod[28297] WARNING(-[NSNull(misc) count]): 
called NSNull -count (returns 0) !!!
May 21 16:08:06 sogod [28297]: [WARN] 
0x0x7f7397039d88[SOGoSystemDefaults] expected an NSArray for 
'SOGoSupportedLanguages' (ignored)
10.1.1.200 - - [21/May/2013:16:08:06 GMT] GET /SOGo/ HTTP/1.1 200 
3882/0 0.025 10674 63% 1M
May 21 16:08:15 sogod [28297]: [ERROR] [we-rm] did not find locale for 
language: ptBR
May 21 16:08:15 sogod [28297]: [WARN] 
0x0x7f7397039d88[SOGoSystemDefaults] expected an NSArray for 
'SOGoSupportedLanguages' (ignored)
May 21 16:08:15 sogod [28297]: 0x0x7f73974cc6b8[NGLdapConnection] bind 
- ldap_result call result: 97
May 21 16:08:15 sogod [28297]: 0x0x7f73974cc6b8[NGLdapConnection] bind 
- ldap_parse_result - ctrls is NULL
May 21 16:08:15 sogod [28297]: SOGoRootPage Login from '10.1.1.200' for 
user 'fmor...@example.com.br' might not have worked - password policy: 
-1  grace: -1  expire: -1  bound: 1
10.1.1.200 - - [21/May/2013:16:08:15 GMT] POST /SOGo/connect HTTP/1.1 
403 31/63 0.019 - - 636K
May 21 16:08:17 sogod [28297]: [ERROR] [we-rm] did not find locale for 
language: ptBR
May 21 16:08:17 sogod [28297]: [WARN] 
0x0x7f7397039d88[SOGoSystemDefaults] expected an NSArray for 
'SOGoSupportedLanguages' (ignored)
May 21 16:08:17 sogod [28297]: 0x0x7f739751a218[NGLdapConnection] bind 
- ldap_result call result: 97
May 21 16:08:17 sogod [28297]: 0x0x7f739751a218[NGLdapConnection] bind 
- ldap_parse_result - ctrls is NULL
May 21 16:08:17 sogod [28297]: SOGoRootPage Login from '10.1.1.200' for 
user 'fmor...@example.com.br' might not have worked - password policy: 
-1  grace: -1  expire: -1  bound: 1
10.1.1.200 - - [21/May/2013:16:08:17 GMT] POST /SOGo/connect HTTP/1.1 
403 31/63 0.003 - - 0
May 21 16:08:17 sogod [28297]: [ERROR] [we-rm] did not find locale for 
language: ptBR
May 21 16:08:17 sogod [28297]: [WARN] 
0x0x7f7397039d88[SOGoSystemDefaults] expected an NSArray for 
'SOGoSupportedLanguages' (ignored)
May 21 16:08:17 sogod [28297]: 0x0x7f7397601928[NGLdapConnection] bind 
- ldap_result call result: 97
May 21 16:08:17 sogod [28297]: 0x0x7f7397601928[NGLdapConnection] bind 
- ldap_parse_result - ctrls is NULL
May 21 16:08:17 sogod [28297]: SOGoRootPage Login from '10.1.1.200' for 
user 'fmor...@example.com.br' might not have worked - password policy: 
-1  grace: -1  expire: -1  bound: 1
10.1.1.200 - - [21/May/2013:16:08:17 GMT] POST /SOGo/connect HTTP/1.1 
403 31/63 0.003 - - 0











Em 21/05/2013 15:03, Jean Raby escreveu:

On 13-05-21 12:41 PM, Fernando Moreni wrote:


Once updated the sogo 2.0.2 to 2.0.5, no one can log into sogo more.
I'm using multi-domain.
Please post the relevant log entries from sogo.log and the (erroneous) 
LDAP requests that sogo makes.


Without this, it is impossible to help.

Thanks


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

[SOGo] Help two Sogo Server

2012-05-15 Thread Fernando Moreni
Title: Assinatura

  
  
Hello,

Sogo is Possible to run two server on the same server completely
independent.
One on port 2 and another on port 3
With two settings in apache SOgo.conf
example

SOgo_internal.conf
SOgo_external.conf

/ home / sogo_internal
/ home / sogo_external

/ etc / init.d / sogo_external
/ etc / init.d / sogo_internal


I managed to run both on different ports but I can not do the apache
correctly point to the Sogo


SOgo_internal.conf
SOgo_external.conf

This error presenting

15/May/2012:11:38:22 GMT] "GET /SOGo_external/index HTTP/1.1" 404
43/0 0.062 - - 2M

object
  not found: SOGo_external = index
-- 
  
  
  

  


  
  
    Fernando Moreni
  
  
Tecnologia da Informao
  
  
Tel.: (11) 2199-0701
  
  
Cel.: (11) 7729-7624
  
  
E-mail: fmor...@simtrack.com.br
  

  

  



[SOGo] Sogo Default Profile

2012-03-16 Thread Fernando Moreni
Title: Assinatura

  
  
Hi,

ispossible to createadefault profile forall users?

example:
AnyUserwholog inas standardSOGO
Language=Portuguese
Timezone =America /Sao_Paulo
Vacation = Message vacation

Thanks
-- 
  
  
  

  


  
  
Fernando Moreni
  
  
Tecnologia da Informao
  
  
Tel.: (11) 2199-0701
  
  
Cel.: (11) 7729-7624
  
  
E-mail: fmor...@simtrack.com.br
  

  

  



Re: [SOGo] Sogo Default Profile

2012-03-16 Thread Fernando Moreni
Title: Assinatura

  
  
Only a script? Do you have any examples?

  
  
  

  


  
  
Fernando Moreni
  
  
Tecnologia da Informao
  
  
Tel.: (11) 2199-0701
  
  
Cel.: (11) 7729-7624
  
  
E-mail: fmor...@simtrack.com.br
  

  


Em 16/03/2012 17:16, Ludovic Marcotte escreveu:

  
  On 16/03/12 16:15, Fernando Moreni wrote:
   ispossible to createadefault profile forall users?
  You can script that using sogo-tool.
  -- 
Ludovic Marcotte
+1.514.755.3630  ::  www.inverse.ca
Inverse inc. :: Leaders behind SOGo (www.sogo.nu) and PacketFence (www.packetfence.org) 

  



[SOGo] Integration SOGO Thunderbird 10 ESR

2012-03-14 Thread Fernando Moreni
Title: Assinatura

  
  
Hello

Simply does not work!
I installed the add-ons in Firefox but does not work or error
appears!
Is there a manual to install and connect to Thunderbird 10 ESR and
Sogo-sogo 1.3?

Just set up the account and installed the add-ons!

Thanks for the help!
-- 
  
  
  

  


  
  
Fernando Moreni
  
  
Tecnologia da Informao
  
  
Tel.: (11) 2199-0701
  
  
Cel.: (11) 7729-7624
  
  
E-mail: fmor...@simtrack.com.br
  

  

  



Re: [SOGo] Integration SOGO Thunderbird 10 ESR

2012-03-14 Thread Fernando Moreni
Title: Assinatura

  
  
Hi Ludovic Marcotte,

I followed the manual, but still does not work!
The Connector Integrator is installed and put as if they were not.
It makes no connection with the server SOGO.
Even with the add-ons have to create new remote calendar and point
to the server using URL
https://mycompany.com/SOGo/dav/USER/Contacts/personal/

Thanks 


  
  
  

  


  
  
Fernando Moreni
  
  
Tecnologia da Informao
  
  
Tel.: (11) 2199-0701
  
  
Cel.: (11) 7729-7624
  
  
E-mail: fmor...@simtrack.com.br
  

  


Em 14/03/2012 14:18, Ludovic Marcotte escreveu:

  
  On 14/03/12 13:16, fmor...@simtrack.com.br
  wrote:
  
Simply does not work!
I installed the add-ons in Firefox but does not work or error appears!
Is there a manual to install and connect to Thunderbird 10 ESR and Sogo-sogo
1.3?

Just set up the account and installed the add-ons!
  
  How about reading the documentation that we gently provide?
  
  http://www.sogo.nu/english/downloads/documentation.html
  
  "
  
  Mozilla Thunderbird - Installation and Configuration".
  -- 
Ludovic Marcotte
+1.514.755.3630  ::  www.inverse.ca
Inverse inc. :: Leaders behind SOGo (www.sogo.nu) and PacketFence (www.packetfence.org) 

  



Re: [SOGo] Integration SOGO Thunderbird 10 ESR

2012-03-14 Thread Fernando Moreni
Title: Assinatura

  
  
Hello

Sorry did not understand the document. Now managed by editing the
file
extensions.rdf within XPI.

As a suggestion might will be a configuration option in the add-ons

Now is working perfeitamento.

Thank you for your help and patience!


  
  
  

  


  
  
Fernando Moreni
  
  
Tecnologia da Informao
  
  
Tel.: (11) 2199-0701
  
  
Cel.: (11) 7729-7624
  
  
E-mail: fmor...@simtrack.com.br
  

  


Em 14/03/2012 14:33, Martin Seener escreveu:

  
  Hi Fernando,
  
  normally you only have to create the FIRST Mailbox in TB10 with
  the one you use with sogo (normal IMAP/SMTP)
  after that you can install lightning (official), the connector and
  the integrator.
  BUT BEFORE install the integrator you have to customize them like
  described in the thunderbird manual!
  
  then everything should work.
  
  so consider to FIRST read the whole manual and then ask again
  because this is well described there! when you have questions
  after that, we will happily answer them here :) (or try to)
  
  Am 3/14/12 6:25 PM, schrieb Fernando Moreni:
  

Hi Ludovic Marcotte,

I followed the manual, but still does not work!
The Connector Integrator is installed and put as if they were
not. It makes no connection with the server SOGO.
Even with the add-ons have to create new remote calendar and
point to the server using URL https://mycompany.com/SOGo/dav/USER/Contacts/personal/

Thanks 


  
  Assinatura
  

  


  
  
Fernando Moreni
  
  
Tecnologia da Informao
  
  
Tel.: (11) 2199-0701
  
  
Cel.: (11) 7729-7624
  
  
E-mail: fmor...@simtrack.com.br
  

  


Em 14/03/2012 14:18, Ludovic Marcotte escreveu:

  
  On 14/03/12 13:16, fmor...@simtrack.com.br
  wrote:
  
Simply does not work!
I installed the add-ons in Firefox but does not work or error appears!
Is there a manual to install and connect to Thunderbird 10 ESR and Sogo-sogo
1.3?

Just set up the account and installed the add-ons!
  
  How about reading the documentation that we gently provide?
  
  http://www.sogo.nu/english/downloads/documentation.html
  
  "
  
  Mozilla Thunderbird - Installation and Configuration".
  -- 
Ludovic Marcotte
+1.514.755.3630  ::  www.inverse.ca
Inverse inc. :: Leaders behind SOGo (www.sogo.nu) and PacketFence (www.packetfence.org) 

  

  



[SOGo] Global LDAP address books

2012-03-14 Thread Fernando Moreni
Title: Assinatura

  
  
Hello,

It's me again.

Anyone have any tips on how to configure LDAP Global Address Book in
web and SOGO
also in thunderbird to display all contacts of the domain?

https://myserver/SOGO

And

Thunderbird 10 ESR


Thanks
-- 
  
  
  

  


  
  
Fernando Moreni
  
  
Tecnologia da Informao
  
  
Tel.: (11) 2199-0701
  
  
Cel.: (11) 7729-7624
  
  
E-mail: fmor...@simtrack.com.br