Re: [SOGo] Search Scope Address Books

2023-10-31 Thread francis
Hi Filip

> On Oct 30, 2023, at 11:24, filip Mutterer (fi...@3dds.io)  
> wrote:
> 
> how can the Search scope be changed in address books? Wanted to search for 
> "Info" in Addressbooks.

You can specify the fields (LDAP attributes or SQL columns) for your users 
source with the parameter "SearchFieldNames".

Have a look at the official documentation:  
https://www.sogo.nu/files/docs/SOGoInstallationGuide.html


Francis

Re: [SOGo] NSCalendarDate - invalid day given

2023-10-11 Thread francis
Hi Dirk

> On Oct 11, 2023, at 04:56, Dirk Schäfer (dirk.schae...@tuhh.de) 
>  wrote:
> 
> since updating SOGo to version 5.9.0 we have MANY entries in sogo.log of the 
> form:
> 
> "sogod[2741:2741] File NSCalendarDate.m: 1553. In -[NSCalendarDate 
> initWithYear:month:day:hour:minute:second:timeZone:] invalid day given - 0"
> 
> Do you have an idea?

Does a "sogo-tool checkup" identify misconstructed events?


Francis

Re: [SOGo] BUG: Pressing ò char in the Recipient bar

2023-09-12 Thread francis
Hi Simone

> On Sep 12, 2023, at 08:54, Simone Falcini (s...@magic.sm)  
> wrote:
> 
> When writing the email address in the recipient bar on an Apple wireless 
> keyboard (ITA layout), pressing the @ sign (on the same button that contains 
> òç@ chars) the partial address is saved as complete.

Do you also have the issue when you set the language to Italian in your 
preferences?


Francis

Re: [SOGo] search in additional mail accounts

2023-05-24 Thread francis
Hi Michael


> On May 24, 2023, at 09:25, Michael Dunst (m...@telemedia-interactive.de) 
>  wrote:
> 
> thanks for the reply. Are you considering optional activation for searching 
> in additional imap accounts if needed? Despite the bad performance if I 
> really want/need to ;-)

You could remove the ng-show condition on the menu item:

  
https://github.com/Alinto/sogo/blob/master/UI/Templates/MailerUI/UIxMailMainFrame.wox#L72-L78


Refer to the FAQ for the proper way to customize the templates:

  https://www.sogo.nu/support/faq/how-to-customize-the-html.html



Francis



Re: [SOGo] Multiple LDAP domains

2023-04-20 Thread francis
Hi Simon

> On Apr 20, 2023, at 19:44, Simon Wilson (si...@simonandkate.net) 
>  wrote:
> 
> No-one able to confirm:
> 
> If multiple domains are configured in sogo.conf, each with a different 
> SOGoUserSource, how does SOGo select which Source to use? Does SOGo work 
> through them until it finds a login match, and then use the config included 
> for that domain (e.g. SOGoMailDomain etc.)? 

By default, SOGo will query each source until a match is found, even if domains 
are defined. The only difference is when the parameter SOGoEnableDomainBasedUID 
is defined, in which case the authentication will be limited to the user 
sources associated to the specified domain (either extracted from the login 
name or the domains select field when enabled using the SOGoLoginDomains 
parameter).

Francis

Re: [SOGo] Set Animation Level and other things on sogo.conf -file

2022-09-01 Thread francis
Hi

> On Sep 1, 2022, at 04:46, Christian Mack (christian.m...@uni-konstanz.de) 
>  wrote:
> 
> Hello
> 
> Am 01.09.22 um 10:31 schrieb Odhiambo Washington (odhia...@gmail.com):
>> On Wed, Aug 31, 2022 at 7:46 PM Christian Mack  wrote:
>>> Hello
>>> 
>>> Am 31.08.22 um 14:06 schrieb International Security Providers
>>> (internationalsecurityprovid...@proton.me):
>>>> I would love to set the "Animation level globally for all users to
>>>> “None”. is this somehow possible?
>>> 
>>> Sure you can :-)
>>> 
>>> /etc/sogo/sogo.conf:
>>> [...]
>>> SOGoAnimationMode = none;
>>> [...]
>>> 
>>>> also enabling “Enable Desktop
>>>> Notifications” and “When sending mail, add unknown recipients to my”
>>>> -> “Personal Address Book”
>>> 
>>> [...]
>>> SOGoDesktopNotifications = <*I1>;
>>> [...]
>>> SOGoMailAddOutgoingAddresses = <*I1>;
>>> SOGoSelectedAddressBook = "personal";
>>> [cut]
>>> 
>>> 
>> Looking at https://www.sogo.nu/files/docs/SOGoInstallationGuide.html, I did
>> not find these SOGoAnimationMode and SOGoDesktopNotifications.
>> Is there other documentation elsewhere? :)
> 
> No, there is no other documentation.
> I got the settings from an user backup.
> All "User Preferences" can be preset in sogo.conf.
> They will be fetched and used when creating a new account in SOGo, when the 
> user first logs in.
> 
> But you are right, they should be documented in the "SOGo Installation and 
> Configuration Guide".
> Will open a bug report for it later.

You can also refer to SOGoDefaults.plist for some of the default values that 
you can overwrite in sogo.conf:

  https://github.com/Alinto/sogo/blob/master/SoObjects/SOGo/SOGoDefaults.plist


Francis

Re: [SOGo] ANN: official transfer to Alinto

2022-08-11 Thread Francis Lachapelle
Hi everyone

The new infrastructure is now in place. None of the list members have been 
transferred to the new mailing list server, so please subscribe to this mailing 
list if you want to continue to participate in the discussions. To do so, send 
an email to users-requ...@sogo.nu with "SUBSCRIBE users" as the subject or 
visit the mailing list web site at 
https://mailing.sogo.nu/sympa/subscribe/users.

The nightly binary packages are now accessible from https://packages.sogo.nu/ 
and signed with a new GPG key that you will need to import. You can use the 
online installation helper (https://sogo.nu/download.html#helper) or consult 
the appropriate FAQ entry:

  
https://www.sogo.nu/support/faq/how-to-install-a-nightly-version-through-yum.html
  
https://www.sogo.nu/support/faq/how-to-install-nightly-sogo-versions-on-debian.html
  
https://www.sogo.nu/support/faq/how-to-install-nightly-sogo-versions-on-ubuntu.html

The bug tracking system is accessible from https://bugs.sogo.nu/. The 13-year 
of backlog (!) has been migrated as well as all the users accounts. 

To report any issue related to the new infrastructure, please inform Alinto by 
writing to migrat...@sogo.nu.

  TL;DR:
  1. Resubscribe to the mailing list;
  2. Import the GPG key used to sign the packages;
  3. BTS is now at https://bugs.sogo.nu/.


Francis

> On Aug 8, 2022, at 15:24, Francis Lachapelle  wrote:
> 
> Dear community users,
> 
> In the upcoming days, we will officially transfer the ownership of the SOGo 
> open source project to Alinto. There will be two major impacts to this 
> transfer:
> 
> - Members of this mailing list will need to resubscribe. The mailing list 
> address won't change (users@sogo.nu), but the infrastructure will moved to a 
> new server 
> (https://urldefense.com/v3/__https://mailing.sogo.nu/__;!!GjvTz_vk!QBovTtQyvrgKwx_Gql2FIr-bFKaR6CWZ4roKT8q3eA6LKdppGHohR1fWsRTlJMA7ASXhzJqepOJWfN-F8g$
>  ) with no data migration.
> - Binary packages of SOGo and SOPE will be available from a different URL 
> (https://urldefense.com/v3/__https://packages.sogo.nu__;!!GjvTz_vk!QBovTtQyvrgKwx_Gql2FIr-bFKaR6CWZ4roKT8q3eA6LKdppGHohR1fWsRTlJMA7ASXhzJqepOKdfKOYfQ$
>  ). The installation instructions on the Website will be updated accordingly.
> 
> Let me know if you have any question.
> 
> Thank you,
> 
> Francis

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

Re: [SOGo] MKCOL on URL of address book that already exists returns Error code 400

2022-08-09 Thread Francis Lachapelle
Hi

It's fixed: 
https://github.com/Alinto/sogo/commit/95eecc402ad0060b4656cf9d1280a0690fcc9a2d


Francis

> On Aug 4, 2022, at 04:15, Robo Burned  wrote:
> 
> When I make a request to create a address book collection on the URL that is 
> already mapped to an existing address book resource  Error 400 "Request 
> Failed" is returned
> As I can understand, according to RFC  
> https://datatracker.ietf.org/doc/html/rfc4918#section-9.3.1 
> <https://urldefense.com/v3/__https://datatracker.ietf.org/doc/html/rfc4918*section-9.3.1__;Iw!!GjvTz_vk!ShFxqN2HkodILzzpp8gOfmVYFli29LhScF_iCHSm5wrRspzPctOvCvZ4p7wFn46heM12ryclj3Pf4i0Xfw$>
>  error 405 should be returned instead.
> Looks like a bug.
> 
> Example of request:
> MKCOL https://../SOGo/dav/../Contacts/AddressBook1/ 
> 
> 
>   
> 
>   
> 
> 
>   
> 
>   
> 
> 
> Example of response:
> HTTP/1.1 400 Request Failed
> Server: nginx/1.18.0
> Date: Mon, 01 Aug 2022 07:35:26 GMT
> Content-Type: application/xml; charset="utf-8"
> Content-Length: 107
> Connection: keep-alive
> 
> 
> The new folder could not be created
> -- 
> users@sogo.nu
> https://inverse.ca/sogo/lists

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

Re: [SOGo] ANN: official transfer to Alinto

2022-08-09 Thread Francis Lachapelle
Hi Robert

I'll step away from the support and maintenance of the project. But I will 
likely stay involved in the development as I still have many ideas to improve 
SOGo.

Francis

> On Aug 9, 2022, at 09:19, infoomatic  wrote:
> 
> Hello Francis,
> 
> One question: will you be involved in further development of SOGo via
> Alinto?
> 
> Thanks,
> 
> Robert
> 
> 
> On 08.08.22 21:24, Francis Lachapelle (flachape...@inverse.ca) wrote:
>> Dear community users,
>> 
>> In the upcoming days, we will officially transfer the ownership of the SOGo 
>> open source project to Alinto. There will be two major impacts to this 
>> transfer:
>> 
>> - Members of this mailing list will need to resubscribe. The mailing list 
>> address won't change (users@sogo.nu), but the infrastructure will moved to a 
>> new server 
>> (https://urldefense.com/v3/__https://mailing.sogo.nu/__;!!GjvTz_vk!TN70yhyqZxIYKEZdSS9RZ8jjTN08ecZMmgtF9Lmsavydr3lNid03-g_2urEGyC2-bpbQ5NTG0vbeVj0U2A$
>>   ) with no data migration.
>> - Binary packages of SOGo and SOPE will be available from a different URL 
>> (https://urldefense.com/v3/__https://packages.sogo.nu__;!!GjvTz_vk!TN70yhyqZxIYKEZdSS9RZ8jjTN08ecZMmgtF9Lmsavydr3lNid03-g_2urEGyC2-bpbQ5NTG0vafVKau9A$
>>   ). The installation instructions on the Website will be updated 
>> accordingly.
>> 
>> Let me know if you have any question.
>> 
>> Thank you,
>> 
>> Francis
> -- 
> users@sogo.nu
> https://inverse.ca/sogo/lists

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

Re: [SOGo] Slow loading of the sogo's web interface when "Sort messages by threads" is enabled for a 30G email account

2022-08-09 Thread Francis Lachapelle
Hi Georgi, Christian

Actually, we rely on the "THREAD" extension of the IMAP protocol, so the 
sorting is performed by the mailstore. Server-side, parsing and manipulation 
the mailstore results requires more work from sogod than with a simple 
(non-threaded) sort. On the frontend, there's also more work to be done. The 
only way to improve the end-user experience with utterly huge mailboxes is to 
avoid the threaded view.


Francis

> On Aug 8, 2022, at 14:04, Georgi Vasilev  wrote:
> 
> Hello Christian,
> 
> in my case the computer is with 24G ram, so it should be enough.
> 
> I see. Thanks for the information!
> 
> 
> Den 2022-08-08 kl. 15:01, skrev Christian Mack 
> (christian.m...@uni-konstanz.de):
>> Hello
>> 
>> Make sure, the client computer has enough RAM.
>> Sorting and threading is done on the client side, not the server.
>> 
>> The only workaround is to use folders and moving emails into those.
>> 
>> 
>> Kind regards,
>> Christian Mack
>> 
>> Am 08.08.22 um 12:22 schrieb Georgi Vasilev (georgy@gmail.com):
>>> Hello,
>>> 
>>> is there any way to optimize the loading process for sogo's webmail when 
>>> "Sort messages by threads" is enabled for big email accounts (like over 
>>> 25G)?
>>> 
>>> In this case the account is near 30G in size and it takes about 1min to 
>>> load.
>>> 
>> 
>> 
> 
> -- 
> With best regards.
> 
> Georgi Vasilev
> 
> -- 
> users@sogo.nu
> https://inverse.ca/sogo/lists

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

[SOGo] ANN: official transfer to Alinto

2022-08-08 Thread Francis Lachapelle
Dear community users,

In the upcoming days, we will officially transfer the ownership of the SOGo 
open source project to Alinto. There will be two major impacts to this transfer:

- Members of this mailing list will need to resubscribe. The mailing list 
address won't change (users@sogo.nu), but the infrastructure will moved to a 
new server (https://mailing.sogo.nu/) with no data migration.
- Binary packages of SOGo and SOPE will be available from a different URL 
(https://packages.sogo.nu). The installation instructions on the Website will 
be updated accordingly.

Let me know if you have any question.

Thank you,

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

Re: [SOGo] Broken images when forwarding an email

2022-08-03 Thread Francis Lachapelle
No need to open a new ticket:

  https://www.sogo.nu/bugs/view.php?id=3981


Francis

> On Aug 3, 2022, at 12:31, Peter Nagel  wrote:
> 
> Hi,
>  
> i tried this to see what happens: as far as i can see the problem seems to 
> be, that on forwarding the Header "Content-ID" of the pictures get stripped. 
> This way inline images referencing the Content-ID are broken.
>  
> I suggest, you open a bug report for this on https://www.sogo.nu/bugs 
> <https://urldefense.com/v3/__https://www.sogo.nu/bugs__;!!GjvTz_vk!XSak0ST_TOru0Ufrm6b3VNM7pZcQIHfJRIWY6jwYnyQO_EmJcho4hQv1HbaapoWYRZUg8LbHydnI6uQT1w$>
>  
> Bye, Peter
>  
> Von: users-requ...@sogo.nu <mailto:users-requ...@sogo.nu> 
> mailto:users-requ...@sogo.nu>> Im Auftrag von Jose 
> David Bravo A
> Gesendet: Mittwoch, 3. August 2022 17:05
> An: users mailto:users@sogo.nu>>
> Betreff: Re: [SOGo] Broken images when forwarding an email
>  
> Hello,
>  
> I have tried all versions of sogo and I'm experiencing the same problem. Any 
> idea of how to fix this problem?
>  
> Thank you!
>  
>> Jose David Bravo Álvarez
> 
>  
> De: "users" mailto:users@sogo.nu>>
> Para: "users" mailto:users@sogo.nu>>
> Enviados: Viernes, 29 de Julio 2022 13:02:59
> Asunto: [SOGo] Broken images when forwarding an email
>  
> Hello,
>  
> We are using sogo 5.7.0 and when forwarding an email using the web interface, 
> all images appears broken.
>  
> I'm attaching a screenshot where you can see the image in the original 
> message, but when you click the forward button the image just appears as 
> broken.
>  
> If you inspect that image, you will see that it's loading the image like 
> this:  data-cke-saved-src="cid:a8ef24dd97a962a2206e6c83251dae3127a83c6f@zimbra 
> " 
> src="cid:a8ef24dd97a962a2206e6c83251dae3127a83c6f@zimbra 
> " 
> data-mce-src="cid:a8ef24dd97a962a2206e6c83251dae3127a83c6f@zimbra 
> ">
>  
> Thank you guys for your help!
>  
> 
>  
> 
>> Jose David Bravo Álvarez
>> ColombiaHosting S.A.S. 
>> jbr...@colombiahosting.com <mailto:jbr...@colombiahosting.com>
>> http://www.colombiahosting.com 
>> <https://urldefense.com/v3/__http://www.colombiahosting.com__;!!GjvTz_vk!XSak0ST_TOru0Ufrm6b3VNM7pZcQIHfJRIWY6jwYnyQO_EmJcho4hQv1HbaapoWYRZUg8LbHydlds6Xgiw$>
> -- 
> users@sogo.nu <mailto:users@sogo.nu>
> https://inverse.ca/sogo/lists <https://inverse.ca/sogo/lists>
>  
> -- 
> users@sogo.nu <mailto:users@sogo.nu>
> https://inverse.ca/sogo/lists <https://inverse.ca/sogo/lists>
> -- 
> users@sogo.nu <mailto:users@sogo.nu>
> https://inverse.ca/sogo/lists <https://inverse.ca/sogo/lists>
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] sogo-tool crashes after sieve login

2022-06-28 Thread Francis Lachapelle
Hi Kees

> On Jun 28, 2022, at 15:33, Kees van Vloten  wrote:
> 
> I am trying to set mail forwarding with sogo-tool:
> 
> sogo-tool user-preferences set defaults test2 -p /etc/sogo/sieve.creds 
> Forward -f /tmp/fwd
> <0x0x5638face3ec0[SOGoCache]> Cache cleanup interval set every 300.00 
> seconds
> <0x0x5638face3ec0[SOGoCache]> Using host(s) '127.0.0.1' as server(s)
> S[0x5638fafb21a0]: "IMPLEMENTATION" "Dovecot"
> S[0x5638fafb21a0]: "SIEVE" "fileinto reject envelope encoded-character 
> vacation subaddress comparator-i;ascii-numeric relational regex imap4flags 
> copy include variables body enotify environment mailbox date index ihave 
> duplicate mime foreverypart extracttext vacation-seconds spamtest imapflags 
> notify imapsieve vnd.dovecot.imapsieve"
> S[0x5638fafb21a0]: "NOTIFY" "mailto"
> S[0x5638fafb21a0]: "SASL" "GSSAPI GSS-SPNEGO PLAIN"
> S[0x5638fafb21a0]: "STARTTLS"
> S[0x5638fafb21a0]: "VERSION" "1.0"
> S[0x5638fafb21a0]: OK "Dovecot ready."
> C: AUTHENTICATE "PLAIN" {%d+}
> LOGIN:PASSWORD
> 
> S[0x5638fafb21a0]: OK "Logged in."
> C: LISTSCRIPTS
> sogo-tool: Uncaught exception NSInvalidArgumentException, reason: 
> NGImap4Client(instance) does not recognize authenticate:authname:password:

Make sure you're using the latest version of libsope-mime.

> The login seems to succeed (a manual test with telnet confirms that) but then 
> Sogo suddenly crashes.
> 
> When I set mail forwarding from the browser it works fine.
> 
> I am using Sogo 5.7.0 on Debian Bullseye.
> 
> How can I fix this issue?
> Or what would be a good approach to debug it?
> 
> - Kees
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Junk mail folder?

2022-05-31 Thread Francis Lachapelle
Hi Bret

> On May 31, 2022, at 10:41, Bret Watson  wrote:
> 
> I notice I have a Junk folder.. but if I drag spam into it nothing seems to 
> happen - is there a setting where I can have SoGo use emails in this folder 
> for spam filtering?

Check the SOGoMailJunkSettings configuration parameter:

  https://www.sogo.nu/files/docs/SOGoInstallationGuide.html

The only option for the moment is to automatically send the messages to a 
specific address.


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

Re: [SOGo] Mailing list archives are private -

2022-05-19 Thread Francis Lachapelle
Hi Craig

> On May 19, 2022, at 10:22, Craig Carl  wrote:
> 
> I'd like to be able to search the mailing list archives so I don't spam the 
> list with answered questions but the archive appear to be private. 
> Screenshots -> 
> https://urldefense.com/v3/__https://www.dropbox.com/sh/g5tg8x4vlxmomex/AAB_D4ylmAVch4yftTdhZjmCa?dl=0__;!!GjvTz_vk!Vk3By3dvfYSovj8wmlY7palW-E6P88KnOiH1WMpjpQ6IEcmS9M105WD8a9S2gq3wMmHG1-lwilqkgHvHBQ$
>  
> 
> Should I be looking somewhere else?

Here: https://www.mail-archive.com/users%40sogo.nu/ 
<https://www.mail-archive.com/users@sogo.nu/>


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

Re: [SOGo] error 80004005 with thunderbird

2022-05-18 Thread Francis Lachapelle
Hi Stefano

> On May 18, 2022, at 12:07, Stefano Gatto  wrote:
> 
> can anyone help me to troubleshoot that error when accepting an invitation?
> 
> Sogo is 5.6.0 version, on Mysql, debian 10. Clients use thunderbird 91.x
> 
> Some user reported me that sometimes cannot accept invitations on his 
> personal calendar because of the error 80004005, the same invitation message  
> can be accepted by him on shared calendar set on thunderbird or via outlook, 
> or, if he forward it to me, I can accept it
> 
> same result with or without sogo-connector plugin installed
> 
> In sogo.log i can only see a 412 response code when the invitation gets 
> refused...

A 412 error code would mean that the attendee is trying to accept an invitation 
that doesn't exist anymore in the organizer's calendar.


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

Re: [SOGo] Spellchecking -

2022-05-18 Thread Francis Lachapelle
Hi C2

> On May 17, 2022, at 16:27, C2  wrote:
> 
> It appears that browser based spellchecking is explicitly disabled in the new 
> email body form - 
> https://urldefense.com/v3/__https://i.imgur.com/L67BsPe.png__;!!GjvTz_vk!Ttu0pQ-SfRwgL2QcFKb_BdqB6wIGVLKJKY7CA6Iv7UeV3KlAPLxz5bo1GeCmuLd86nxfSAI7uwwAlXrT5g$
>  . Is there a reason for this? Is there a configuration option to disable 
> this setting?

This is the default behaviour of CKEditor, but you can change it by passing a 
modified configuration in UIxMailEditor.wox:

diff --git a/UI/Templates/MailerUI/UIxMailEditor.wox 
b/UI/Templates/MailerUI/UIxMailEditor.wox
index 002cb8267..178a485f7 100644
--- a/UI/Templates/MailerUI/UIxMailEditor.wox
+++ b/UI/Templates/MailerUI/UIxMailEditor.wox
@@ -306,8 +306,8 @@
 sg-autogrow="true"
 md-detect-hidden="md-detect-hidden">
   



See:

• 
https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_config.html#cfg-disableNativeSpellChecker
• 
https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_config.html#cfg-browserContextMenuOnCtrl
• https://www.sogo.nu/support/faq/how-to-customize-the-html.html


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

Re:[SOGo]

2022-04-25 Thread Francis Lachapelle
Hi Jacques

> On Apr 14, 2022, at 09:11, jacques.ville...@isae.fr  wrote:
> 
> When an unread selected email is deleted, the unread counter is not 
> decremented
> Only a reload of the page decrements the counter.

It has been fixed.

https://github.com/inverse-inc/sogo/commit/090c1ea9e789f1d70f28940e9adfb9a819a84517


Thanks,

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

Re: [SOGo] Issue with difussion lists

2022-04-25 Thread Francis Lachapelle
Bonjour Marion

Do all the members of the list have an email address? Do you have any 
Javascript error in your browser's console?


Francis

> On Apr 21, 2022, at 11:53, contact@rionyoga . com  wrote:
> 
> Hi All,
> 
> I am reaching out as I have an issue with diffusion lists on Sogo. I am able 
> to create one and add contacts to it. However, when I try to email this list, 
> I cannot select it as recipient of my mail. I see it in the drop down menu 
> but when I click it, nothing is added in the recipient field.
> 
> Could you please help me out ?
> 
> Many thanks in advance.
> Best regards,
> 
> Marion
> 
> 
> Rion Yoga
> Téléphone: 06 22 01 34 31
> Site web: www.rionyoga.com
> Instagram: @rion.yoga

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

Re: [SOGo] SOGo - after update not showing png-pictures in emaI body - when behind reverse proxy

2022-04-25 Thread Francis Lachapelle
Hi Daniel

> On Apr 24, 2022, at 03:16, Daniel Petrik  wrote:
> 
> I have do some investigation, and I have found that pictures in response 
> contains internal server ip, not the $host address, and because I use reverse 
> proxy, the picture address is wrong as visible from firefox network 
> comunication.
> 
> 
> 
> I see it also in source of mail
> 
> Somethink must change in SOGo, which probably ignores $host value in response 
> when setting img src url.
> 

Make sure you properly add all the x-webobjects-server-* headers before passing 
the requests to sogod. If you use Apache, check the recommended config:

https://github.com/inverse-inc/sogo/blob/master/Apache/SOGo.conf#L79-L91

>  Pôvodná správa 
> Predmet: SOGo - after update not showing png-pictures in emaI body
> Dátum: Sobota, Apríl 23, 2022 17:48 CEST
> Od: "Daniel Petrik" 
> Komu: users@sogo.nu
> 
> 
> After SOGo update with night build, it stops showing png -pictures in e-mail 
> body, instead it shows them as downloadable attachments at the page footer.
> 
> -- 
> With greetings
> 
> Daniel Petrik
> MMS Softec, s.r.o.
> pet...@mms-softec.sk
> tel: +421335340522
> 

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

Re: [SOGo] Can not open attachment (PDF) in browser, can download it thou

2022-04-14 Thread Francis Lachapelle
Hi Tomaž

Is this a ms-tnef/winmail.dat attachment? Could you send it to me privately?

Thanks,

Francis

> On Apr 12, 2022, at 09:50, NOVAK TOMA®  wrote:
> 
> I have a problem where on received mail I can download attachment but I 
> cannot open it with arrow:
>  
> 
>  
> Hovering over link on the green marked button: 
> Hovering over the download button: 
>  
> I get message back:
>  
> 
>  
> I enabled debug and I see why I get 404 on the »arrow view in browser«.
>  
> If I download this attachment then URL to it is: 
>  
> ../Mail/0/folderINBOX/1/plista_2022_2_0_22288.pdf this results in 404:
>  
> 
>  
> And if i click on the arrow to view it, URL is:
>  
> ../Mail/0/folderINBOX/2/1/2/plista_2022_2_0_22288.pdf
>  
> 
>  
> This happens only on some automated emails, if I send this same attachment by 
> hand from outlook, then it opens just fine.
>  
> Can someone give me some pointers what could be the reason for this behavior ?
>  
> Thanks!
>  
> Tomaž Novak
> Sektor kontroling in informatika / Auditing and IT department
>  
> 
>  
> Adria Mobil, d.o.o.
> Straška cesta 50
> 8000 Novo mesto, Slovenija
>  
> Tel:+386 (0)7 3937 216
> Email:novak.to...@adria-mobil.si <mailto:novak.to...@adria-mobil.si>
> Web:  www.adria-mobil.com <http://www.adria-mobil.com/>
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Folder TemplatesFolderName

2022-04-14 Thread Francis Lachapelle
Hi Daniel

> On Apr 11, 2022, at 10:04, Daniel Petrik  wrote:
> 
> I see that folder too. I'm running SOGo from Saterday night build.
> What is exactly purpose of this folder, and how to use it?

This folder is a container for draft templates; for any message that you move 
to this folder, a new button will appear labeled "Create new draft with this 
template". We had two tickets opened related to this feature:

https://www.sogo.nu/bugs/view.php?id=5363 

https://www.sogo.nu/bugs/view.php?id=4320 



> Pondelok, Apríl 11, 2022 15:37 CEST, "Odhiambo Washington" 
> (odhia...@gmail.com)  napísal:
>  
>> 
>> Looks like it exists only if the Italian language is selected, no?
>> I don't see it on my server.
>>  
>> 
>>  
>> On Mon, Apr 11, 2022 at 4:10 PM "Stefano Vassena - AB Z Soluzioni 
>> Informatiche s.r.l." mailto:users@sogo.nu>> wrote:
>> That’s what I mean
>> 
>>  
>> 
>> 
>>  
>> 
>> 
>> 
>> 
>> Stefano Vassena
>> 
>> 
>> AB Z Soluzioni Informatiche s.r.l.
>> 23868 Valmadrera - LC
>> Viale Promessi Sposi, 76
>> Tel. +39 0341.200665
>> Fax +39 0341.200669
>> 
>>  
>> 
>>   
>> 
>> 
>>  
>> Email:  s.vass...@abzsol.com 
>> Web site: www.abzsol.com 
>> 
>>  
>>  
>> Da: users-requ...@sogo.nu  
>> mailto:users-requ...@sogo.nu>> Per conto di 
>> "Odhiambo Washington" (odhia...@gmail.com )
>> Inviato: lunedì 11 aprile 2022 14:40
>> A: users@sogo.nu 
>> Oggetto: Re: [SOGo] Folder TemplatesFolderName
>> 
>>  
>>  
>>  
>> On Mon, Apr 11, 2022 at 3:16 PM "Stefano Vassena - AB Z Soluzioni 
>> Informatiche s.r.l." mailto:users@sogo.nu>> wrote:
>> 
>> Hello,
>> 
>>  
>> I’ve installed SOGo 5.5.1 and I’ve seen that there is a folder named 
>> TemplatesFolderName
>> Is it possible to hide it? Or translate it?
>> 
>> Thanks in advance.
>> 
>>  
>> 
>> 
>> 
>> 
>> Stefano Vassena
>> 
>> 
>> AB Z Soluzioni Informatiche s.r.l.
>> 23868 Valmadrera - LC
>> Viale Promessi Sposi, 76
>> Tel. +39 0341.200665
>> Fax +39 0341.200669
>> 
>>  
>> 
>>   
>> 
>> 
>>  
>> Email:  s.vass...@abzsol.com 
>> Web site: www.abzsol.com 
>> 
>>  
>>  
>> Hi,
>> 
>>  
>> Looking at https://www.sogo.nu/files/docs/SOGoInstallationGuide.html 
>> ,
>>  I do not see any reference to that. Where did you see it?
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Folder TemplatesFolderName

2022-04-11 Thread Francis Lachapelle
Hi

This is a new feature that will officially appear in v5.6.0:

https://github.com/inverse-inc/sogo/commit/c986422a3d4037b5429a7e8e64b5388d5a726b94
 
<https://github.com/inverse-inc/sogo/commit/c986422a3d4037b5429a7e8e64b5388d5a726b94>

The Italian translation will be updated as soon as it is 100% completed on 
Transifex:

https://www.transifex.com/inverse/sogo/ 
<https://www.transifex.com/inverse/sogo/>


Francis

> On Apr 11, 2022, at 08:48, Stefano Vassena - AB Z Soluzioni Informatiche 
> s.r.l.  wrote:
> 
> That’s what I mean
>  
> 
>  
> 
> 
> Stefano Vassena
> 
> AB Z Soluzioni Informatiche s.r.l.
> 23868 Valmadrera - LC
> Viale Promessi Sposi, 76
> Tel. +39 0341.200665
> Fax +39 0341.200669
>  
> <https://urldefense.com/v3/__https://www.facebook.com/ABZSol/__;!!GjvTz_vk!RHh4yHnRQ5EZEjGywoEM2v5OafUktUPuNpwtUTntQY1NB5xVqMFo47nmLPX9Hv7tcYgj_6H7EJgkmzV88Q$>
>   
> <https://urldefense.com/v3/__https://www.linkedin.com/company/2521254__;!!GjvTz_vk!RHh4yHnRQ5EZEjGywoEM2v5OafUktUPuNpwtUTntQY1NB5xVqMFo47nmLPX9Hv7tcYgj_6H7EJj3flJuJw$>
>  
>  
> Email:  s.vass...@abzsol.com <mailto:s.vass...@abzsol.com>
> Web site: www.abzsol.com 
> <https://urldefense.com/v3/__http://www.abzsol.com/__;!!GjvTz_vk!RHh4yHnRQ5EZEjGywoEM2v5OafUktUPuNpwtUTntQY1NB5xVqMFo47nmLPX9Hv7tcYgj_6H7EJiIpQCGLA$>
>  
>  
> Da: users-requ...@sogo.nu <mailto:users-requ...@sogo.nu> 
> mailto:users-requ...@sogo.nu>> Per conto di "Odhiambo 
> Washington" (odhia...@gmail.com <mailto:odhia...@gmail.com>)
> Inviato: lunedì 11 aprile 2022 14:40
> A: users@sogo.nu <mailto:users@sogo.nu>
> Oggetto: Re: [SOGo] Folder TemplatesFolderName
>  
>  
>  
> On Mon, Apr 11, 2022 at 3:16 PM "Stefano Vassena - AB Z Soluzioni 
> Informatiche s.r.l." mailto:users@sogo.nu>> wrote:
> Hello,
>  
> I’ve installed SOGo 5.5.1 and I’ve seen that there is a folder named 
> TemplatesFolderName
> Is it possible to hide it? Or translate it?
> Thanks in advance.
>  
> 
> 
> Stefano Vassena
> 
> AB Z Soluzioni Informatiche s.r.l.
> 23868 Valmadrera - LC
> Viale Promessi Sposi, 76
> Tel. +39 0341.200665
> Fax +39 0341.200669
>  
> <https://urldefense.com/v3/__https://www.facebook.com/ABZSol/__;!!GjvTz_vk!RHh4yHnRQ5EZEjGywoEM2v5OafUktUPuNpwtUTntQY1NB5xVqMFo47nmLPX9Hv7tcYgj_6H7EJgkmzV88Q$>
>   
> <https://urldefense.com/v3/__https://www.linkedin.com/company/2521254__;!!GjvTz_vk!RHh4yHnRQ5EZEjGywoEM2v5OafUktUPuNpwtUTntQY1NB5xVqMFo47nmLPX9Hv7tcYgj_6H7EJj3flJuJw$>
>  
>  
> Email:  s.vass...@abzsol.com <mailto:s.vass...@abzsol.com>
> Web site: www.abzsol.com 
> <https://urldefense.com/v3/__http://www.abzsol.com/__;!!GjvTz_vk!RHh4yHnRQ5EZEjGywoEM2v5OafUktUPuNpwtUTntQY1NB5xVqMFo47nmLPX9Hv7tcYgj_6H7EJiIpQCGLA$>
>  
>  
> Hi,
>  
> Looking at https://www.sogo.nu/files/docs/SOGoInstallationGuide.html 
> <https://urldefense.com/v3/__https://www.sogo.nu/files/docs/SOGoInstallationGuide.html__;!!GjvTz_vk!RHh4yHnRQ5EZEjGywoEM2v5OafUktUPuNpwtUTntQY1NB5xVqMFo47nmLPX9Hv7tcYgj_6H7EJi-BjJY5g$>,
>  I do not see any reference to that. Where did you see it?
> 
>  
> -- 
> Best regards,
> Odhiambo WASHINGTON,
> Nairobi,KE
> +254 7 3200 0004/+254 7 2274 3223
> "Oh, the cruft.", egrep -v '^$|^.*#' :-)
> -- 
> users@sogo.nu <mailto:users@sogo.nu>
> https://inverse.ca/sogo/lists <https://inverse.ca/sogo/lists>
> -- 
> users@sogo.nu <mailto:users@sogo.nu>
> https://inverse.ca/sogo/lists <https://inverse.ca/sogo/lists>
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] WebMail: Embedded links always in lower case

2022-02-23 Thread Francis Lachapelle
Hi Heinrich

> On Feb 23, 2022, at 09:51, H.Plett  wrote:
> 
> When receiving a (valid) link in an inbound mail (e.g. dhl tracking), it does 
> not work, if there is an Upper Case letter included in the original link. So, 
> I receive the mail, open it in the WebMail (in Firefox or Edge) and try to 
> click the embedded link. This does not work, most cases a Code 404 "not 
> found" is returned. I checked a lttle deeper and found, that the entire Link 
> has been changed into lower case characters, even when in the original Link 
> there were uppercase letters.
> E.g. DHL sends a tracking number with the link 
> https://mailing3.dhl.de/Go/dfm4d45v7hv3szfhhtave5pptfkpzbaudrdsk8w845ht/7?t_ID=1715824557=00340434462072375354
>  (not a real link), then my Browser tries to open this: 
> https://mailing3.dhl.de/go/dfm4d45v7hv3szfhhtave5pptfkpzbaudrdsk8w845ht/7?t_id=1715824557=00340434462072375354
>  (so, "Go" has been turned to "go" and "ID" has been changed to "id"). This 
> issue happens in Firefox and likewise in Chrome.
> If I open the very link on the mobile (Android), there is no problem.
> So the problem is clearly on the SOGo WebMail Frontend.
> I am using SOGo Version 5.3.0 (@shiva2.inverse 202111250126)
> 
> Any Idea what could be the reason, why the uppercase charakters are swapped 
> to lowercase? And which instance could be responsible, Postfix or Sogo or 
> anything else?

This is an old bug (https://www.sogo.nu/bugs/view.php?id=5434 
<https://www.sogo.nu/bugs/view.php?id=5434>).

Please take the time to visit the BTS prior to ask questions on the mailing 
list.


Francis

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

Re: [SOGo] PostgreSQL Idle connections from

2022-02-02 Thread Francis Lachapelle
Hi Fabio

> On Feb 2, 2022, at 06:54, Fabio Ciuffani  wrote:
> 
> I write to let you and the other posters in this thread know that we 
> experience the same issue with two SOGo servers. Some time ago, we upgraded 
> them from 5.2 to 5.4 and started seeing these error messages in the logs :
> 
> sogod[26069:26069] EXCEPTION:  0x560ffa0fb410> NAME:NoMoreConnections REASON:cannot open a additional 
> connection ! INFO:(null) 
> 
> These errors occur throughout the day when more clients open open/update 
> calendars (a few mobiles devices either with Android/Dav5x or iPhones and 
> mostly Thunderbird 91 with the latest SOGo connector).
> 
> We could reduce the number of occurrences by tweaking the max_connections and 
> wait_timeout parameters of MySQL but it doesn't solve the problem of idle 
> connections piling up. Upgrading to the latest SOGo 5.5 nightly neither. 
> 
> Our SOGo installations run on Debian 9 and use MySQL 5.5. If more info, tests 
> or logs are needed, I'll be glad to provide them. If you need me to file a 
> detailed bug report, please just ask.

I've pushed a fix yesterday regarding this issue. Can you try the latest 
nightly build?

Thanks,

Francis

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

Re: [SOGo] Less filter options

2021-12-10 Thread Francis Lachapelle
Hi Michael

> On Dec 10, 2021, at 07:30, M. Koch - MiKo-EDV  wrote:
> 
> The described function of "settings, email, filters" does only touch incoming 
> mails.
> 
> I'd like to have a possibility to create a filter action for mails that are 
> already sorted into a subfolder.
> For instance, I get every night about 60 notification mails from different 
> customers' systems about backup, status, etc..
> These mails go by filters into defined subfolders per customer and below that 
> even per device - all no problem.
> But every let's say three months I want to clean up and delete all the mails 
> in these subfolders older than 3 months, since these typically "ok" 
> notifications are of no importance any more.
> 
> Now, I must go to the subfolder, sort by sender and date, scroll down 3-400 
> lines to the last "date of no-importance", click the next 3-500 mails and 
> then delete them (which only moves them into the waste bin, where I have to 
> delete them a second time ...) - and as this clicking takes more time than 
> the refresh interval, I can start from the top of the list again ... and 
> repeat that for about 10 subfolders ...
> This task would already be easier, if there was within the "search within 
> this folder" options a seletion entry "older/newer than ".
> 
> When still working with Outlook, I had created a rule set, containing the 
> definition of such a clean-up rule, and could execute it within any actual 
> subfolder ...
> But only for this, it's not worth the license price.

This feature depends on the mailstore implementation. For example, Cyrus IMAPd 
uses annotations (/vendor/cmu/cyrus-imapd/expire), which gives control to the 
user:

  https://www.cyrusimap.org/imap/reference/faqs/o-annotations.html

Dovecot seems to only provide a way to autoexpunge mailboxes globally:

  https://doc.dovecot.org/configuration_manual/namespace/#mailbox-settings

Adding support for Cyrus annotation would be relatively easy. For Dovecot, we 
would need to use annotations (metadata, RFC 5464), to let the user assign a 
messages expiration to a mailbox and then extend sogo-tool to use this 
information to remove expired messages .. Basically doing what Cyrus IMAPd is 
already doing.


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

Re: [SOGo] Less filter options

2021-12-09 Thread Francis Lachapelle
Hi Paul

> On Dec 9, 2021, at 14:20, Jürgen Echter  wrote:
> 
> Am Donnerstag, Dezember 09, 2021 18:32 CET, schrieb "Paul van der Vlis" 
> (p...@vandervlis.nl) :
>  
>> 
>> Op 09-12-2021 om 16:21 schreef Christian Mack
>> (christian.m...@uni-konstanz.de):
>> > Hello
>> >
>> > On 09.12.21 00:18, Paul van der Vlis (p...@vandervlis.nl) wrote:
>> >> Hello,
>> >>
>> >> I would like to upgrade SOGo from version 3.2.6 to 5.0.1, and I am
>> >> wondering there are less filter options in 5.0.1.
>> >>
>> >> For example I don't see an action "File the message in ...".
>> >>
>> >> What will be wrong?
>> >>
>> >
>> > This function has moved.
>> > You have to select an email by clicking on the person icon in front of
>> > it in the list, then use the three dots menu above the list --> "Move To".
>> >
>> > You can move multiple emails at the same time with this, by selecting
>> > multiple emails at once.
>> 
>> Thanks for your reply!
>> 
>> I want to make a filter what moves mail. For example move all mail with
>> [SOGO] in the subject to a folder called "Sogo". Is that possible in
>> this way? I could move messages, but do not saw an option for making a
>> filter out of it...
> 
> you can go to settings -> e-mail -> filters -> add filter and choose which 
> rules to apply and where to put that mails.

Exactly. And if you don't see the "file the message in" action, that means that 
your Sieve server doesn't support (or advertise) the "fileinto" action. You can 
inspect the JavaScript variable "sieveCapabilities" from your browser's console 
when visiting your preferences.

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

Re: [SOGo] PostgreSQL Idle connections from

2021-11-26 Thread Francis Lachapelle
Cédric

I need the debugging entries during a busy period, until you reach the maximum 
number of connections of your PostgreSQL server. I'm looking at entries such as:

 - DBPOOL: create new DB channel
 - DBPOOL: keeping channel
 - DBPOOL: garbage collecting

Thanks,

Francis

> On Nov 26, 2021, at 10:43, Cédric Archambeau  wrote:
> 
> Without postgre debug, tell me if you want it :
> 
> Nov 26 16:26:54 sogod [68388]: 185.215.13.175 "REPORT 
> /SOGo/dav/user.n...@domain.tld/Contacts/pg_addressbook_name/ HTTP/1.1" 207 
> 1517/4915 0.064 27386 94% 0 - 16
> Nov 26 16:26:54 sogod [68388]: <0x0x55bde5374dc0[GCSChannelManager]> DBPOOL: 
> reused cached DB channel! (0x55bde58f5ad0)
> Nov 26 16:26:54 sogod [68388]: <0x0x55bde5374dc0[GCSChannelManager]> DBPOOL: 
> keeping channel (age 125s, #2, 0x55bde598c160) : 
> <0x0x55bde58f5ad0[PostgreSQL72Channel]: 
> connection=<0x0x55bde59b8090[PGConnection]:  connection=0x0x55bde59b8250>>
> Nov 26 16:26:54 sogod [68388]: <0x0x55bde5374dc0[GCSChannelManager]> DBPOOL: 
> reused cached DB channel! (0x55bde60e3d80)
> Nov 26 16:26:54 sogod [68388]: <0x0x55bde5374dc0[GCSChannelManager]> DBPOOL: 
> keeping channel (age 41s, #2, 0x55bde5aa1eb0) : 
> <0x0x55bde60e3d80[PostgreSQL72Channel]: 
> connection=<0x0x55bde5f93910[PGConnection]:  connection=0x0x55bde5b7e560>>
> Nov 26 16:26:54 sogod [68388]: <0x0x55bde5374dc0[GCSChannelManager]> DBPOOL: 
> cannot use handle 
> (postgresql://dbuser:dbpass@localhost:5432/dbname/table_pg_addressbook 
>  
> vspostgresql://dbuser:dbpass@localhost:5432/sogo/sogocontacts0012926777a 
> ) 
> Nov 26 16:26:54 sogod [68388]: <0x0x55bde5374dc0[GCSChannelManager]> DBPOOL: 
> cannot use handle 
> (postgresql://dbuser:dbpass@localhost:5432/dbname/table_pg_addressbook 
>  
> vspostgresql://dbuser:dbpass@localhost:5432/sogo/sogo_sessions_folder 
> ) 
> Nov 26 16:26:54 sogod [68388]: <0x0x55bde5374dc0[GCSChannelManager]> DBPOOL: 
> create new DB channel for postgresql://localhost/dbname/table_pg_addressbook 
> 
> 
> HTH
> 
> Cédric Archambeau
> Le 26/11/2021 à 15:45, Francis Lachapelle (flachape...@inverse.ca 
> <mailto:flachape...@inverse.ca>) a écrit :
>> Hi Cédric
>> 
>>> On Nov 26, 2021, at 06:29, Cédric Archambeau  
>>> <mailto:users@sogo.nu> wrote:
>>> 
>>> We have a problem with Postgresql connections from SOGo 5.3.0 since few 
>>> days (last update monday 22 - community version).
>>> Or we had it before but didn't see it ;-)
>>> 
>>> Connections stay idle, mainly with an adressbook (PostgreSQL view with 
>>> right columns) query from Thunderbird dav (with sogo-connector). 
>>> 
>>> We're using ubuntu server 20.04 (PostgreSQL 12.9 - no pooler), everything 
>>> up to date. We configured idle_in_transaction_session_timeout='5min' as 
>>> workaround, the job is done for most of connections, but not on dav queries 
>>> (maybe because of the client response?). These dav connections stay, and 
>>> new ones are created every 30 min. With few clients we reached tuesday the 
>>> default max amount of connections for Postgresql (100). Never happened in 
>>> five years of happy use ;-)
>>> 
>>> With [PGDebugEnabled = YES;], no special observation, queries seem to be 
>>> fine.
>>> 
>>> Restarting SOGo is the only way to clean up everything.
>> Can you enable GCSChannelManagerPoolDebugEnabled and share the log entries?
>> 
>> Thanks,
>> 
>> Francis
>> 
> 
> -- 
> users@sogo.nu
> https://inverse.ca/sogo/lists

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

Re: [SOGo] PostgreSQL Idle connections from

2021-11-26 Thread Francis Lachapelle
Hi Cédric

> On Nov 26, 2021, at 06:29, Cédric Archambeau  wrote:
> 
> We have a problem with Postgresql connections from SOGo 5.3.0 since few days 
> (last update monday 22 - community version).
> Or we had it before but didn't see it ;-)
> 
> Connections stay idle, mainly with an adressbook (PostgreSQL view with right 
> columns) query from Thunderbird dav (with sogo-connector). 
> 
> We're using ubuntu server 20.04 (PostgreSQL 12.9 - no pooler), everything up 
> to date. We configured idle_in_transaction_session_timeout='5min' as 
> workaround, the job is done for most of connections, but not on dav queries 
> (maybe because of the client response?). These dav connections stay, and new 
> ones are created every 30 min. With few clients we reached tuesday the 
> default max amount of connections for Postgresql (100). Never happened in 
> five years of happy use ;-)
> 
> With [PGDebugEnabled = YES;], no special observation, queries seem to be fine.
> 
> Restarting SOGo is the only way to clean up everything.

Can you enable GCSChannelManagerPoolDebugEnabled and share the log entries?

Thanks,

Francis

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

Re: [SOGo] Debian 11/Bullseye packages

2021-11-05 Thread Francis Lachapelle
Hi Samuel

Use pgp.mit.edu instead:

 gpg --keyserver hkp://pgp.mit.edu --recv-key 0x810273C4


Francis

> On Nov 5, 2021, at 11:19, Sam R  wrote:
> 
> Hello Francis,
> 
> I just want to notice that the command "gpg --keyserver hkp://keys.gnupg.net 
> --recv-key 0x810273C4" return the folowing error :
> gpg: échec de réception depuis le serveur de clefs : No name
> 
> I also see that  apt-key is deprecated and no more accepted in new Debian 
> release.
> 
> Is there a new install method? 
> 
> Have a good day.
> 
> Samuel
> 
> Le jeu. 28 oct. 2021 à 14:26, Francis Lachapelle  a écrit :
> Hello
> 
> We now build nightly packages for Debian 11 (Bullseye):
> 
> deb http://packages.inverse.ca/SOGo/nightly/5/debian/ bullseye bullseye
> 
> Please provide feedback of your experience.
> 
> Thanks!
> 
> Francis
> -- 
> users@sogo.nu
> https://inverse.ca/sogo/lists
> -- 
> users@sogo.nu
> https://inverse.ca/sogo/lists

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

Re: [SOGo] set ACLs doesnt work/apply

2021-11-04 Thread Francis Lachapelle
Hi Philipp

> On Nov 3, 2021, at 12:46, Philipp Kuehne  wrote:
> 
> [...]
> root@server:~# sogo-tool manage-acl add user1 Calendar/personal anonymous 
> '["PrivateDandTViewer"]'
> 2021-11-03 17:34:46.315 sogo-tool[19931:19931] File NSPropertyList.m: 1013. 
> In parsePlItem Missing semicolon in dictionary at line 100 char 3893
> 2021-11-03 17:34:46.323 sogo-tool[19931:19931] Settings rights for user 
> anonymous
> root@server:~# sogo-tool manage-acl get user1 Calendar/personal ALL
> 2021-11-03 17:34:58.048 sogo-tool[20130:20130] File NSPropertyList.m: 1013. 
> In parsePlItem Missing semicolon in dictionary at line 100 char 3893
> 2021-11-03 17:34:58.057 sogo-tool[20130:20130] Rights for anonymous 
> ["PrivateDandTViewer"]
> 2021-11-03 17:34:58.057 sogo-tool[20130:20130] Rights for  
> ["ConfidentialDandTViewer", "PublicViewer", "ConfidentialDAndTViewer", 
> "PrivateDAndTViewer"]

The syntax error probably comes from your sogo.conf. Look for a missing 
semicolon.


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

Re: [SOGo] Debian 11/Bullseye packages

2021-11-04 Thread Francis Lachapelle
Hi Simon

> On Nov 4, 2021, at 04:28, Simon  wrote:
> 
> On Thu, 28 Oct 2021 05:26:42 -0700, Francis Lachapelle reporter wrote:
>> We now build nightly packages for Debian 11 (Bullseye):
>> 
>> deb http://packages.inverse.ca/SOGo/nightly/5/debian/ bullseye bullseye
>> 
>> Please provide feedback of your experience.
> 
> Thank you for providing the bullseye packages! However, I noticed that
> those are only available for Sogo5 and not for Sogo2. Does this imply
> that Sogo2 (on Bullseye) is deprecated and unsupported, or is this just
> a transitory state due to lack of resources (i.e. time) and Sogo2
> nightlies and ideally a stable version will follow eventually?

Nightly builds are now available for SOGo v2 on Debian Bullseye.


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


Re: [SOGo] change theme color

2021-11-01 Thread Francis Lachapelle
Hello Mansoor

> On Oct 26, 2021, at 14:36, Mansoor K  wrote:
> 
> How to change the theme color of sogo which is installed in iredmail 

I've created a new FAQ entry to answer your question:

https://www.sogo.nu/support/faq/how-to-change-the-color-theme.html 
<https://www.sogo.nu/support/faq/how-to-change-the-color-theme.html>


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

[SOGo] Debian 11/Bullseye packages

2021-10-28 Thread Francis Lachapelle
Hello

We now build nightly packages for Debian 11 (Bullseye):

deb http://packages.inverse.ca/SOGo/nightly/5/debian/ bullseye bullseye

Please provide feedback of your experience.

Thanks!

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


Re: [SOGo] Anybody using SOGo with Apple Calendar successfully?

2021-09-23 Thread Francis Lachapelle
Hi Kyle

WebDAV is disabled on the demo instance.

Thanks,

Francis

> On Sep 23, 2021, at 11:48, Kyle Silfer  wrote:
> 
> Thanks for the response. I am glad Apple Calendar does work. However, the 
> demo server doesn't like it. Here are my settings:
> 
> 
> 
> These match yours, but when I create a new event, I get this error and the 
> event doesn't appear on the demo calendar:
> 
> 'The request for “test event” in “Calendario personale” in account 
> “demo.sogo.nu” failed. The server responded with “501” to operation 
> CalDAVWriteEntityQueueableOperation.'
> 
> Perhaps there is just a problem with the demo server itself since others are 
> getting Apple Calendar to work.
> 
> ./k
> 
> 
> -- Original Message --
> From: "edv" mailto:users@sogo.nu>>
> To: "users@sogo.nu <mailto:users@sogo.nu>"  <mailto:users@sogo.nu>>
> Sent: 9/23/2021 7:54:46 AM
> Subject: Re: [SOGo] Anybody using SOGo with Apple Calendar successfully?
> 
>> Hi there,
>> 
>> the Apple calendar in Big Sur with SOGO works great, you just have to adjust 
>> the CALDAV URL!
>> 
>> At the CaldavURL must take place
>> 
>> https://kalender.url.de/SOGo/dav/username/Calendar/personal/ 
>> <https://urldefense.com/v3/__https://kalender.url.de/SOGo/dav/username/Calendar/personal/__;!!GjvTz_vk!EF3Yxkl6g6NIDGOaQqS1KGoh5zCEpbY0pao0rG2OXoiM9G12Ls7aIN3JcPhlEEfx8wbL$>
>> 
>> with:
>> 
>> https://kalender.url.de/SOGo/dav/username/ 
>> <https://urldefense.com/v3/__https://kalender.url.de/SOGo/dav/username/__;!!GjvTz_vk!EF3Yxkl6g6NIDGOaQqS1KGoh5zCEpbY0pao0rG2OXoiM9G12Ls7aIN3JcPhlEARolNRf$>
>> 
>> be specified in the settings!
>> 
>> It has to look like this:
>> 
>> 
>> 
>>> Am 22.09.2021 um 21:57 schrieb Kyle Silfer >> <mailto:users@sogo.nu>>:
>>> 
>>> Digging through the archive of the list turns up nothing but people 
>>> complaining that Apple’s Calendar no longer works with SOGo, maybe since 
>>> Big Sur, maybe earlier. We have a heavily Apple shop so a CalDAV server 
>>> that doesn’t work with Calendar is a non-starter. Which is sad, since SOGo 
>>> looks so promising.
>>> 
>>> Anybody out there having success? My own experiments on Big Sur with the 
>>> demo.sogo.nu server result in the demo calendar appearing, but none of the 
>>> events display and Calendar throws this error:
>>> 
>>> The server responded with “501” to operation 
>>> CalDAVRefreshDelegateListQueueableOperation. 
>>> 
>>> ./k
>>> 
>>> 
>>>  
>>> <https://urldefense.com/v3/__http://reynoldgreenleaf.com/__;!!GjvTz_vk!EF3Yxkl6g6NIDGOaQqS1KGoh5zCEpbY0pao0rG2OXoiM9G12Ls7aIN3JcPhlEMroc6Hq$>
>>>   
>>> Kyle Silfer <mailto:k...@reynoldgreenleaf.com> • Chief Technology Officer
>>>  
>>> Reynold Greenleaf & Associates 
>>> <https://urldefense.com/v3/__http://reynoldgreenleaf.com/__;!!GjvTz_vk!EF3Yxkl6g6NIDGOaQqS1KGoh5zCEpbY0pao0rG2OXoiM9G12Ls7aIN3JcPhlEMroc6Hq$>
>>>  
>>> 1920 Columbia Dr. SE, Suite B • Albuquerque, NM 87106 
>>> <https://urldefense.com/v3/__https://goo.gl/maps/1Q36T2Ajce3g6rTP9__;!!GjvTz_vk!EF3Yxkl6g6NIDGOaQqS1KGoh5zCEpbY0pao0rG2OXoiM9G12Ls7aIN3JcPhlEH-ssJOQ$>
>>>  
>>> 505.659.6281 • k...@reynoldgreenleaf.com <mailto:k...@reynoldgreenleaf.com>
>>> Confidentiality Notice: This e-mail and any attachments may contain 
>>> confidential and privileged information. If you are not the intended 
>>> recipient, please notify the sender immediately by return e-mail, delete 
>>> this e-mail and destroy any copies. Any dissemination or use of this 
>>> information by a person other than the intended recipient is unauthorized 
>>> and may be illegal. Unless otherwise stated, opinions expressed in this 
>>> e-mail are those of the author and are not endorsed by Reynold Greenleaf 
>>> and Associates, LLC.
>>> 
>>>  
>>> 
>>> -- 
>>> users@sogo.nu <mailto:users@sogo.nu>
>>> https://inverse.ca/sogo/lists <https://inverse.ca/sogo/lists>
> 
> -- 
> users@sogo.nu <mailto:users@sogo.nu>
> https://inverse.ca/sogo/lists <https://inverse.ca/sogo/lists>
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] ActiveSync on Android suddenly not getting mail

2021-09-13 Thread Francis Lachapelle
Hi Marco

> On Sep 11, 2021, at 3:33 PM, Marco Coli  wrote:
> 
> I had the same problem. I think there is a problem in newer active-sync
> package (i use nightly).
> 
> I solved reverting to an older nightly, all returned to function regularly

Which nightly is working for you? The development on the v2 branch has been 
pretty quiet for a long time.

Thanks,

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

Re: [SOGo] Exception error with cron after upgrade

2021-08-30 Thread Francis
Hi Odhiambo

Have you updated *all* your packages? Show us evidences.

Francis

> Le 30 août 2021 à 09:54, Odhiambo Washington  a écrit :
> 
> 
> Hi Daniel,
> 
> I already have this:
> 
> SOGoTimeZone = Africa/Nairobi;
> 
> The error is about "Uncaught > exception NSInvalidArgumentException, reason: 
> > GCSChannelManager(instance) does not recognize releaseAllChannels"
> 
>> On Mon, Aug 30, 2021 at 3:40 PM Daniel LE BRAY  wrote:
>> Hello,
>> you might need to set the *SOGoTimeZone* parameter in your sogo.conf
>> 
>> Le 30/08/2021 à 09:01, Odhiambo Washington (odhia...@gmail.com) a écrit :
>> > Hi,
>> > 
>> > Platform = FreeBSD 13 amd64
>> > 
>> > After upgrade from 5.1.1 to 5.2.0, a cron entry is giving me an error 
>> > message:
>> > 
>> > root@gw:/usr/local/lib/compat/pkg # su -m sogod -c 
>> > /usr/local/GNUstep/Local/Tools/Admin/sogo-ealarms-notify
>> > 2021-08-30 07:01:34.568 sogo-ealarms-notify[87284:100589] No local time 
>> > zone specified.
>> > 2021-08-30 07:01:34.568 sogo-ealarms-notify[87284:100589] Using time 
>> > zone with absolute offset 0.
>> > Throwing 0x803c26898, in flight exception: 0
>> > Exception caught by C++: 0
>> > /usr/local/GNUstep/Local/Tools/Admin/sogo-ealarms-notify: Uncaught 
>> > exception NSInvalidArgumentException, reason: 
>> > GCSChannelManager(instance) does not recognize releaseAllChannels
>> > 
>> > Anyone knows what I need to do to fix this?
>> > 
>> > 
>> > -- 
>> > Best regards,
>> > Odhiambo WASHINGTON,
>> > Nairobi,KE
>> > +254 7 3200 0004/+254 7 2274 3223
>> > "Oh, the cruft.", egrep -v '^$|^.*#' :-)
>> > -- 
>> > users@sogo.nu
>> > https://inverse.ca/sogo/lists
>> 
>> -- 
>> Daniel Le Bray :: CRI :: Pôle Systèmes et Réseaux
>> daniel.le-b...@univ-lehavre.fr :: +33 (0)2 32 74 42 94
>> Universite Le Havre Normandie
>> 25 rue Philippe Lebon, BP1123, 76063 Le Havre Cedex, France
>> ==
>> J'accepte les emails VSRE (http://vsre.info/index_fr.html)
>> 
> 
> 
> -- 
> Best regards,
> Odhiambo WASHINGTON,
> Nairobi,KE
> +254 7 3200 0004/+254 7 2274 3223
> "Oh, the cruft.", egrep -v '^$|^.*#' :-)
> -- 
> users@sogo.nu
> https://inverse.ca/sogo/lists
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Downgrading to SOGo 2

2021-07-14 Thread Francis Lachapelle
Hi Emmanuel

> On Jul 13, 2021, at 05:07, Emmanuel Dreyfus  wrote:
> 
> On Tue, Jul 13, 2021 at 10:40:34AM +0200, Christian Mack wrote:
>> Don't do it.
> 
> Too late :-)
> 
>> There are several changes involved.
>> Check the database upgrade scripts in /usr/share/doc/sogo/sql-update-3*
>> for examples.
> 
> I did not run them.
> 
>> Also some settings respective their values have changed.
> 
> Is there a list somewere? I ran 4.0.1 for 48 hours, a few users have 
> worked on it, but it seems everything is working without a hitch 
> after downgrading to 2.4.1. What damage should I search for?

You can safely run the latest versions of v2 and v5 with the same database.


Francis

smime.p7s
Description: S/MIME cryptographic signature


Re: [SOGo] Users Personal Address Book Updates

2021-06-21 Thread Francis Lachapelle
Hi Jason

> On Jun 16, 2021, at 11:11, Jason Smith  wrote:
> 
> I plan on implementing a way to update all users Personal Address Books (PAB) 
> that have a mailbox. I am using SOGO Version 5.0.1 under IRedMail. I have 
> been able to access the database and find the sogo_quick_contact table using 
> Heidi. After some testing I noticed that changing the field in just that 
> table does not actually update the information in the PAB page on the webpage 
> but does leave the changes in the table. However, any changes I make using 
> the webpage update the table and…something somewhere else? It seems, just 
> updating the table is not enough. Is there a way that I can do this with a 
> SQL script so that it properly updates a change to a contact?

The safe way to update an address book would be using the CardDAV protocol.


Francis



smime.p7s
Description: S/MIME cryptographic signature


[SOGo] Debian 7 (Wheezy) support

2021-06-04 Thread Francis Lachapelle
Hi

As of today, we no longer provide nightly builds for Debian 7 (Wheezy).

If you are still running this old Linux distribution, you should upgrade your 
system.

Thank you,

Francis

smime.p7s
Description: S/MIME cryptographic signature


Re: [SOGo] SAML Vulnerability

2021-06-01 Thread Francis Lachapelle
Hi

Packages for releases v5.1.1 and v2.4.1 are now available, as well as new 
nightly builds.

Don't forget to also update lasso if you use SAML2 authentication.

Thanks,

Francis

> On Jun 1, 2021, at 08:45, Francis Lachapelle  wrote:
> 
> Dear Community Member,
> 
> With the recent vulnerability found in the Lasso library (CVE-2021-28091), 
> which SOGo uses to do SAML-based authentication, we urge you to either 
> disable SAML authentication or temporarily disable the SOGo service until 
> updated packages are available for your operating system of choice and until 
> we release SOGo v5.1.1 and v2.4.1.
> 
> SOGo has its own vulnerability regarding the Lasso usage (CVE-2021-33054) and 
> we will provide updated SOGo packages in about two hours to fix this.
> 
> If you are NOT using SAML authentication, you are not affected by this bug 
> nor you need to upgrade.
> 
> In order to have the full fix for these issues, you must update the Lasso to 
> v2.7.0 or later and update the SOGo packages. You should also invalidate all 
> current user sessions 
> (https://www.sogo.nu/support/faq/how-to-invalidate-all-users-sessions.html#/faq).
> 
> If you need further assistance on this issue, please use the mailing list.
> 
> Thanks,
> 
> The Inverse team



smime.p7s
Description: S/MIME cryptographic signature


[SOGo] SAML Vulnerability

2021-06-01 Thread Francis Lachapelle
Dear Community Member,

With the recent vulnerability found in the Lasso library (CVE-2021-28091), 
which SOGo uses to do SAML-based authentication, we urge you to either disable 
SAML authentication or temporarily disable the SOGo service until updated 
packages are available for your operating system of choice and until we release 
SOGo v5.1.1 and v2.4.1.

SOGo has its own vulnerability regarding the Lasso usage (CVE-2021-33054) and 
we will provide updated SOGo packages in about two hours to fix this.

If you are NOT using SAML authentication, you are not affected by this bug nor 
you need to upgrade.

In order to have the full fix for these issues, you must update the Lasso to 
v2.7.0 or later and update the SOGo packages. You should also invalidate all 
current user sessions 
(https://www.sogo.nu/support/faq/how-to-invalidate-all-users-sessions.html#/faq).

If you need further assistance on this issue, please use the mailing list.

Thanks,

The Inverse team


smime.p7s
Description: S/MIME cryptographic signature


[SOGo] RHEL/CentOS 6 support

2021-05-27 Thread Francis Lachapelle
Hi

As of today, we no longer provide nightly builds for RHEL/CentOS 6.

If you are still running this old Linux distribution, you should upgrade your 
system.

Thank you,

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

Re: [SOGo] SOGo Version 5.1.0 - Add a photo to a contact using the SOGo web interface

2021-05-20 Thread Francis Lachapelle
Hi  Saleh

> On May 19, 2021, at 06:38, Saleh Madi  wrote:
> 
> There is no way to add a photo to a contact using the SOGo web interface "Add 
> contact". I know that SoGo use Gravatar but we want want to use own photos in 
> the "Add contact"

It's not currently possible (https://www.sogo.nu/bugs/view.php?id=1187 
<https://www.sogo.nu/bugs/view.php?id=1187>).

However, the Web interface will show photos for the vCards containing one.


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

Re: [SOGo] Login slow for one user

2021-05-19 Thread Francis Lachapelle
Hi Paul

> On May 19, 2021, at 09:52, Paul van der Vlis  wrote:
> 
> Sogo works fine, but not for one user. Login there is really very slow.
> Restart Sogo and Memcache does not help.
> 
> What can I do to fix this problem?
> Or to find what's wrong exactly?

This usually happens when the user has subscribed to external Web calendars. 
Check log entries for "Load web calendar".


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

Re: [SOGo] Installed version (5.1.0) -> version info on webpage (5.0.1)

2021-04-09 Thread Francis Lachapelle


> On Apr 7, 2021, at 16:03, Holger Biber (holger.bi...@teleos-web.de) 
>  wrote:
> 
> I'm using the nightly build on my CentOS 6 system. OK, I know this Version is 
> old, but
> we will migrate to an other system in this summer.
> 
> When typing
> " yum list installed|grep sogo"
> I'll get:
> sogo.x86_64  5.1.0.20210407-1.centos6@sogo
> sogo-activesync.x86_64   5.1.0.20210407-1.centos6@sogo
> sogo-ealarms-notify.x86_64   5.1.0.20210407-1.centos6@sogo
> sogo-tool.x86_64 5.1.0.20210407-1.centos6@sogo
> sope49-appserver.x86_64  4.9-20210401_1664.el6.1 @sogo
> sope49-cards.x86_64  5.1.0.20210407-1.centos6@sogo
> sope49-core.x86_64   4.9-20210401_1664.el6.1 @sogo
> sope49-gdl1.x86_64   4.9-20210401_1664.el6.1 @sogo
>  5.1.0.20210407-1.centos6@sogo
> sope49-gdl1-mysql.x86_64 4.9-20210401_1664.el6.1 @sogo
>  4.9-20210401_1664.el6.1 @sogo
> sope49-ldap.x86_64   4.9-20210401_1664.el6.1 @sogo
> sope49-mime.x86_64   4.9-20210401_1664.el6.1 @sogo
> sope49-sbjson.x86_64 2.3.1-20210401_1664.el6.1   @sogo
> sope49-xml.x86_644.9-20210401_1664.el6.1 @sogo
> 
> So I think my version is 5.1.0.
> But if I look at loginpage -> Info I'll see:
> Version 5.0.1 (root@shiva2.inverse 202101030044)
> So it seems to be 5.0.1.
> Same version number after login as a normal user and change to properties.
> 
> Is this just a problem in the german language version?
> I've restarted "sogod", but no other results.

What do you see in the log file? Look for "starting":

  grep starting /var/log/sogo/sogo.log


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

Re: [SOGo] Access to previous releases

2021-04-09 Thread Francis Lachapelle

> On Apr 9, 2021, at 10:04, Rhodri Jones (webt...@armymail.mod.uk) 
>  wrote:
> 
> 
> Does anyone know if there's a way to access the previous SOGo version 5.0.1-1?
> 
> 5.1.1 is broken for me.

5.1.1 is not out yet :P

What is broken for you?

Francis

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

Re: [SOGo] ANN: SOGo v2.4.0 released!

2021-04-09 Thread Francis Lachapelle
Hi

We've been maintaining two branches since the release of v3.

  - v2 (currently at 2.4.0) is the old Web interface, lightweight but not 
responsive;
  - v5 (currently at 5.1.0) is the new Web interface, modern and responsive.


Francis

> On Apr 9, 2021, at 09:46, Tanstaafl (tansta...@libertytrek.org) 
>  wrote:
> 
> 2.4?
> 
> What is the current version???
> 
> On 4/7/2021 2:52 PM, "SOGo Reporter" (flachape...@inverse.ca 
> <mailto:flachape...@inverse.ca>) wrote
>> 
>> 
>> NEW RELEASE
>> 
>> ANNOUNCEMENT
>> SOGo v2.4.0
>> The Inverse Team is pleased to announce the immediate availability of SOGo 
>> version 2.4.0.
>> This is a minor release of SOGo which focuses on improved stability over 
>> previous versions.
>> —
>> NEW FEATURES
>> core: Support smtps and STARTTLS for SMTP (cd3095e 
>> <https://github.com/inverse-inc/sogo/commit/cd3095e43b06e4a623cfc63cd990a484d6422191>),
>>  closes #31 <https://www.sogo.nu/bugs/view.php?id=31>
>> core: Debian 10 (Buster) support for x86_64 (closes #4775 
>> <http://sogo.nu/bugs/view.php?id=4775>)
>> ENHANCEMENTS
>> replace calls to create GMT NSTimeZone instance (2b33d45 
>> <https://github.com/inverse-inc/sogo/commit/2b33d45346fad64aa657ccf28c2aaf80640f1d42>),
>>  closes #3757 <https://www.sogo.nu/bugs/view.php?id=3757>
>> BUG FIXES
>> addressbook(dav): add support for macOS 11 (Big Sur) (c65e121 
>> <https://github.com/inverse-inc/sogo/commit/c65e1212a55a79ad91f71f3d2bd48486a2c765e7>),
>>  closes #5203 <https://www.sogo.nu/bugs/view.php?id=5203>
>> addressbook(dav): add support for macOS 11 (Big Sur) (0057524 
>> <https://github.com/inverse-inc/sogo/commit/005752498374da5e8906e56e708b13b41254ea66>),
>>  closes #5203 <https://www.sogo.nu/bugs/view.php?id=5203>
>> calendar: fix all-day events in lists (1268e23 
>> <https://github.com/inverse-inc/sogo/commit/1268e2370f04f18526498fad2f259cca926dc74c>)
>> web: restored mail threads state of inbox on initial page load
>> web: fixed and improved messages list in threads mode
>> web: sanitize value of draft auto save timer, defaults to 5 minutes
>> core: adjust syntax for Python > 2 (9198fc9 
>> <https://github.com/inverse-inc/sogo/commit/9198fc9bf63a88e13cb46909ef86b7cc19e4fde9>)
>> core: synchronize database schema with v5 (a98fe2f 
>> <https://github.com/inverse-inc/sogo/commit/a98fe2f850b04fd99f5586c374578ba4dc96ae0d>)
>> tool: sogo-tool manage-acl not working on v2 (closes #4292 
>> <http://sogo.nu/bugs/view.php?id=4292>)
>> packaging: add dh_makeshlibs back (0fa6947 
>> <https://github.com/inverse-inc/sogo/commit/0fa6947a743e46f047c3322c7d710308abdf9a9a>)
>> packaging: disable openchange permenantly (0c47b63 
>> <https://github.com/inverse-inc/sogo/commit/0c47b639b20b47c8eb91f95dade4bdcf84b83174>)
>> packaging: disabled openchange some more (2911578 
>> <https://github.com/inverse-inc/sogo/commit/2911578f4b90e97d1c5e6df3a0c3ccdf02158f36>)
>> packaging: more openchange cleanups (cfd4c7b 
>> <https://github.com/inverse-inc/sogo/commit/cfd4c7b9997ea58af79bda2bf782a5fb54028268>)
>> packaging: more openchange cleanups (9a0b0cc 
>> <https://github.com/inverse-inc/sogo/commit/9a0b0ccb832fdc3b196691cb651f3aa5821672a2>)
>> packaging: remove deps on openchange (acb2a34 
>> <https://github.com/inverse-inc/sogo/commit/acb2a34b61c172153de3b2ad5fff25159ebf5593>)
>> LOCALIZATION
>> update translations (32bc1e8 
>> <https://github.com/inverse-inc/sogo/commit/32bc1e8ffcd90598550f34baf4070c7cd06f84f9>)
>> See the closed tickets 
>> <https://www.sogo.nu/bugs/changelog_page.php?version_id=214> for this 
>> release and the complete change log 
>> <https://github.com/inverse-inc/sogo/compare/SOGo-2.3.23...SOGo-2.4.0>.
>> Download <https://www.sogo.nu/download.html#/v2>
>> Upgrade Instructions → 
>> <https://www.sogo.nu/files/docs/v2/SOGoInstallationGuide.html#_upgrading>
>> What is SOGo
>> SOGo is a free and modern scalable groupware server. It offers shared 
>> calendars, address books and emails through your favorite Web browser or by 
>> using a native client such as Mozilla Thunderbird and Lightning, Apple 
>> Calendar and Address Book (Mac OS X and iOS) and Microsoft Outlook.
>> 
>> SOGo is standard-compliant and supports CalDAV, CardDAV and reuses existing 
>> IMAP, SMTP and database servers - making the solution easy to deploy and 
>> interoperable with many applications.
>> 
>> SOGo features:
>> 
>> Sc

Re: [SOGo] Copy to the sent folder

2021-04-05 Thread Francis Lachapelle
Hello André

> On Mar 28, 2021, at 15:42, André Rodier (an...@rodier.me)  
> wrote:
> 
> When I read the SOGo source code, I can see that the copy in the Sent
> folder seems to be optional (sendMailAndCopyToSent: (BOOL) copyToSent;)
> 
> How can we set a value for all users in the configuration file, please
> ?

This is not configurable. When a message is sent from the Web interface, SOGo 
will unconditionally try to save a copy to the Sent mailbox.


Francis

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

[SOGo] Debian 6 (Squeeze) and Ubuntu 12.04 LTS (Precise Pangolin) support

2021-03-17 Thread Francis Lachapelle
Hi

As of today, we no longer provide nightly builds for Debian 6 (Squeeze) and 
Ubuntu 12.04 LTS (Precise Pangolin).

If you are still running those old Linux distributions, you should upgrade your 
system.

Thank you,

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

Re: [SOGo] mass-edit sogo_folder_info for database connection details

2020-10-05 Thread Francis Lachapelle
Hi mj

> On Oct 2, 2020, at 8:26 AM, mj (li...@merit.unu.edu)  wrote:
> 
> For security reasons (more stringent password requirements) we would like to 
> change the sogo database connection credentials.
> 
> However, to do that, we don't only need edit sogo.conf, but also the saved 
> credentials in the database, per user in the sogo_folder_info.
> 
> Is there a supported nice way (sogo-tool?) to do that for users that are 
> already in the database?
> 
> We're runing mysql, btw, and SOGo V5.

Exactly, you need to modify three columns of the sogo_folder_info table. If you 
want to change the password, you would do something like this:

  update sogo_folder_info set \
c_location = replace(c_location, 'YOUR_OLD_PASSWORD', 'YOUR_NEW_PASSWORD'), 
\
c_quick_location = replace(c_quick_location, 'YOUR_OLD_PASSWORD', 
'YOUR_NEW_PASSWORD'), \
c_acl_location = replace(c_acl_location, 'YOUR_OLD_PASSWORD', 
'YOUR_NEW_PASSWORD');


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

Re: [SOGo] Contacts and Calendar broken after upgrade to 4.3.2 (Nightly)

2020-07-28 Thread Francis Lachapelle


> On Jul 27, 2020, at 6:32 PM, Rinalds Tretjakovs (rina...@itisok.lv) 
>  wrote:
> 
> Here is my SOPE package list
> What is missing?
> 
> libsope-appserver4.9/unknown,now 4.9.r1664.20200710 amd64 
> [installed,automatic]
> libsope-appserver4.9-dev/unknown,now 4.9.r1664.20200710 amd64 
> [installed,automatic]
> libsope-core4.9/unknown,now 4.9.r1664.20200710 amd64 [installed,automatic]
> libsope-core4.9-dev/unknown,now 4.9.r1664.20200710 amd64 [installed,automatic]
> libsope-gdl1-4.9/unknown,now 4.9.r1664.20200710 amd64 [installed,automatic]
> libsope-gdl1-4.9-dev/unknown,now 4.9.r1664.20200710 amd64 
> [installed,automatic]
> libsope-ldap4.9/unknown,now 4.9.r1664.20200710 amd64 [installed,automatic]
> libsope-ldap4.9-dev/unknown,now 4.9.r1664.20200710 amd64 [installed,automatic]
> libsope-mime4.9/unknown,now 4.9.r1664.20200710 amd64 [installed,automatic]
> libsope-mime4.9-dev/unknown,now 4.9.r1664.20200710 amd64 [installed,automatic]
> libsope-xml4.9/unknown,now 4.9.r1664.20200710 amd64 [installed,automatic]
> libsope-xml4.9-dev/unknown,now 4.9.r1664.20200710 amd64 [installed,automatic]
> libsope4.9-dev/unknown,now 4.9.r1664.SHORTDATE all [installed]

Force upgrade this package.

> sope4.9-appserver/unknown,now 4.9.r1664.20200710 amd64 [installed]
> sope4.9-dbg/unknown,now 4.9.r1664.20200710 amd64 [installed]
> sope4.9-gdl1-mysql/unknown,now 4.9.r1664.20200710 amd64 [installed,automatic]
> sope4.9-gdl1-postgresql/unknown,now 4.9.r1664.20200710 amd64 
> [installed,automatic]
> sope4.9-libxmlsaxdriver/unknown,now 4.9.r1664.20200710 amd64 
> [installed,automatic]
> sope4.9-stxsaxdriver/unknown,now 4.9.r1664.20200710 amd64 [installed]
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Contacts and Calendar broken after upgrade to 4.3.2 (Nightly)

2020-07-27 Thread Francis Lachapelle


> On Jul 27, 2020, at 1:09 PM, Rinalds Tretjakovs (rina...@itisok.lv) 
>  wrote:
> 
> Here is logs when opening Contacts & Calendar
> 
> ***Contacts
> Jul 27 20:02:00 sogod [6301]: 10.69.96.122 "GET /SOGo/so/USER/Contacts
> HTTP/1.1" 302 0/0 0.003 - - 0
> Jul 27 20:02:00 sogod [6301]: [WARN] <0x0x7f7959a16e00[WOxElemBuilder]>
> could not locate builders: WOxExtElemBuilder,WOxExtElemBuilder
> Jul 27 20:02:00 sogod [6301]: 10.69.96.122 "GET /SOGo/so/USER/Contacts/view
> HTTP/1.1" 200 16318/0 0.064 70259 76% 1M
> Jul 27 20:02:00 sogod [6301]: [WARN]
> <0x0x555ef34c91f0[SOGoWebDAVAclManager]> entry '{DAV:}write' already exists
> in DAV permissions table
> Jul 27 20:02:00 sogod [6301]: [WARN]
> <0x0x555ef34c91f0[SOGoWebDAVAclManager]> entry '{DAV:}write-properties'
> already exists in DAV permissions table
> Jul 27 20:02:00 sogod [6301]: [WARN]
> <0x0x555ef34c91f0[SOGoWebDAVAclManager]> entry '{DAV:}write-content' already
> exists in DAV permissions table
> 2020-07-27 20:02:00.855 sogod[6301:6301] EXCEPTION:  0x555ef31ebe20> NAME:NSInvalidArgumentException
> REASON:EOKeyValueQualifier(instance) does not recognize setValue:
> INFO:(null)
> Jul 27 20:02:00 sogod [6301]: 10.69.96.122 "GET
> /SOGo/so/USER/Calendar/alarmslist?browserTime=1595869465 HTTP/1.1" 501 0/0
> 0.009 - - 0
> 2020-07-27 20:02:00.875 sogod[6301:6301] EXCEPTION:  0x555ef34a0260> NAME:NSInvalidArgumentException
> REASON:EOKeyValueQualifier(instance) does not recognize setValue:
> INFO:(null)
> Jul 27 20:02:00 sogod [6316]: 10.69.96.122 "POST
> /SOGo/so/USER/Mail/0/folderINBOX/expunge HTTP/1.1" 204 0/0 0.362 - - 0Jul 27
> 20:02:00 sogod [6301]: 10.69.96.122 "POST
> /SOGo/so/USER/Contacts/personal/view HTTP/1.1" 501 0/53 0.014 - - 0
> 
> ***Calendar
> 2020-07-27 20:02:13.537 sogod[6316:6316] EXCEPTION:  0x555ef372edd0> NAME:NSInvalidArgumentException
> REASON:EOKeyValueQualifier(instance) does not recognize setValue:
> INFO:(null)
> Jul 27 20:02:13 sogod [6316]: 10.69.96.122 "REPORT
> /SOGo/dav/USER/Calendar/personal/ HTTP/1.1" 501 0/619 0.050 - - 0
> Jul 27 20:02:19 sogod [6289]: [WARN] <0x0x555ef2ad6b10[WOWatchDogChild]> pid
> 6314 has been hanging in the same request for 2 minutes
> Jul 27 20:02:21 sogod [6314]: <0x0x555ef3373fa0[SOGoActiveSyncDispatcher]>
> Sleeping 30 seconds while detecting changes for user USER in Ping...
> Jul 27 20:02:38 sogod [6316]: 10.69.96.122 "GET /SOGo/so/USER/Calendar
> HTTP/1.1" 302 0/0 0.004 - - 0
> 2020-07-27 20:02:38.061 sogod[6316:6316] EXCEPTION:  0x555ef39f1150> NAME:NSInvalidArgumentException
> REASON:EOKeyValueQualifier(instance) does not recognize setValue:
> INFO:(null)
> Jul 27 20:02:38 sogod [6316]: 10.69.96.122 "GET /SOGo/so/USER/Calendar/view
> HTTP/1.1" 501 0/0 0.007 - - 0

You'll keep getting the same answer: update your SOPE packages.

This was introduced a while ago 
(https://github.com/inverse-inc/sope/commit/567bd0b).

> -Original Message-
> From: users-requ...@sogo.nu [mailto:users-requ...@sogo.nu] On Behalf Of
> Ludovic Marcotte
> Sent: pirmdiena, 2020. gada 27. jūlijs 00:23
> To: users@sogo.nu
> Subject: Re: [SOGo] Contacts and Calendar broken after upgrade to 4.3.2
> (Nightly)
> 
> On 2020-07-26 5:16 p.m., "Rinalds Tretjakovs" (rina...@itisok.lv) wrote:
> 
>> NAME:NSInvalidArgumentException REASON:EOKeyValueQualifier(instance) 
>> does not recognize setValue: INFO:(null)
> Upgrade all SOPE packages.
> 
> -- 
> Ludovic Marcotte
> lmarco...@inverse.ca  ::  +1.514.755.3630  ::  https://inverse.ca
> Inverse inc. :: Leaders behind SOGo (https://sogo.nu), PacketFence
> (https://packetfence.org) and Fingerbank (https://fingerbank.org)
> 
> -- 
> users@sogo.nu
> https://inverse.ca/sogo/lists
> 
> -- 
> users@sogo.nu
> https://inverse.ca/sogo/lists

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

Re: [SOGo] Certificate validation failed

2020-07-27 Thread Francis Lachapelle
Hi Jonathan

> On Jul 26, 2020, at 12:33 PM, Jonathan Davis (jonat...@prioritycolo.com) 
>  wrote:
> 
> We are running into a 503 error when a user clicks the save in their profiles 
> settings, logs below.
> 
> We're using SOGo with Sieve & Dovecot
> 
> SOGoSieveServer = "sieve://127.0.0.1:4190/?tls=YES";
> SOGoIMAPServer = "imap://127.0.0.1:143/";
> 
> We recently updated our SSL certificate with a wildcard for our domain, and I 
> am wondering if there is something I might have missed.

You must use your FQDN in your configuration when you enable TLS/SSL.

> LOGS:
> 
> 
> 2020-07-24 15:14:43.619 sogod[15411:15411] SSL(cert_verify_callback): 
> Certificate validation failed
> 2020-07-24 15:14:43.619 sogod[15411:15411] ERROR(-[NGActiveSSLSocket 
> startTLS]): couldn't setup SSL connection on host 127.0.0.1 
> (error:0001:lib(0):func(0):reason(1))...
> Jul 24 15:14:43 sogod [15411]: <0x0x563de89260a0[NGSieveClient]> Could not 
> start TLS.
> Jul 24 15:14:43 sogod [15411]: <0x0x563de89260a0[NGSieveClient]> WARNING: got 
> exception try to restore connection:  0x563de8a332b0> NAME:NGStreamWriteErrorException REASON:stream error occured, 
> errno=9 error=Bad file descriptor INFO:{errno = 9; error = "Bad file 
> descriptor"; stream = "{object = 0x563de89283f0;}"; }
> Jul 24 15:14:43 sogod [15411]: <0x0x563de89260a0[NGSieveClient]> WARNING: got 
> exception try to restore connection:  0x563de898d490> NAME:NGStreamWriteErrorException REASON:stream error occured, 
> errno=9 error=Bad file descriptor INFO:{errno = 9; error = "Bad file 
> descriptor"; stream = "{object = 0x563de89283f0;}"; }
> Jul 24 15:14:43 sogod [15411]: <0x0x563de89260a0[NGSieveClient]> WARNING: got 
> exception try to restore connection:  0x563de8a33f90> NAME:NGStreamWriteErrorException REASON:stream error occured, 
> errno=9 error=Bad file descriptor INFO:{errno = 9; error = "Bad file 
> descriptor"; stream = "{object = 0x563de89283f0;}"; }
> Jul 24 15:14:43 sogod [15411]: <0x0x563de89260a0[NGSieveClient]> reconnect to 
> <0x0x563de8928330[NGInternetSocketAddress]: host=127.0.0.1 port=4190>, 
> sleeping 4 seconds ...
> Jul 24 15:14:43 sogod [15408]: 2607:fea8:4a0:1e8b:59b8:c4b2:cff7:d32e "POST 
> /SOGo/so/jonat...@prioritycolo.com/Mail/0/folderINBOX/expunge HTTP/1.1" 200 
> 59/0 0.303 - - 0 - 24
> Jul 24 15:14:47 sogod [15411]: <0x0x563de89260a0[NGSieveClient]> reconnect ...
> Jul 24 15:14:47 sogod [15411]: <0x0x563de89260a0[NGSieveClient]> WARNING: got 
> exception try to restore connection:  0x563de8a35380> NAME:NGStreamWriteErrorException REASON:stream error occured, 
> errno=9 error=Bad file descriptor INFO:{errno = 9; error = "Bad file 
> descriptor"; stream = "{object = 0x563de89283f0;}"; }
> Jul 24 15:14:47 sogod [15411]: <0x0x563de89260a0[NGSieveClient]> reconnect to 
> <0x0x563de8928330[NGInternetSocketAddress]: host=127.0.0.1 port=4190>, 
> sleeping 6 seconds ...
> Jul 24 15:14:48 sogod [15416]: <0x0x563de8b49330[NGSieveClient]> reconnect ...
> Jul 24 15:14:48 sogod [15416]: [ERROR] <0x0x563de8b47ca0[SOGoSieveManager]> 
> Sieve connection failed on sieve://127.0.0.1:4190/?tls=YES
> 
> Thank you,
> 
> Jonathan
> -- 
> users@sogo.nu
> https://inverse.ca/sogo/lists

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

Re: [SOGo] smtp configuration

2020-02-05 Thread Francis Lachapelle
Hi Jeroen

TLS over SMTP is not yet supported.

See https://sogo.nu/bugs/view.php?id=31


Francis

> On Feb 1, 2020, at 7:18 AM, Jeroen van Os (jeroen.va...@nevel.io) 
>  wrote:
> 
> Hi,
> 
> I am trying out SOGo 4.3 and I have an issue with SMTP. I have an SMTP server 
> on port 587, STARTTLS required, login with email and plain text password.
> 
> I have set the following values in sogo.conf:
> SOGoMailingMechanism = smtp;
> SOGoSMTPServer = "smtp.my.domain:587";
> SOGoSMTPAuthenticationType = PLAIN;
> SOGoForceExternalLoginWithEmail = YES;
> 
> However when trying to send an email in the web interface, it says "cannot 
> send message: (smtp) authentication failure". The logs show the following:
> C: connect to <0x0x5635537778b0[NGInternetSocketAddress]: host=smtp.my.domain 
> not-filled>
> S: 
> C: EHLO sogo-0.my.domain
> S: 
> S: pipelining extension supported.
> S: size extension supported.
> C: QUIT
> S: 
> 
> Am I missing something in the configuration? I am not sure SOGo actually 
> encrypts the connection with STARTTLS but I can't find an option for that.
> 
> IMAP is working perfectly fine.
> 
> If I should provide any additional information, please let me know.
> 
> Kind regards,
> Jeroen
> 
> -- 
> users@sogo.nu
> https://inverse.ca/sogo/lists

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

Re: [SOGo] Yet another theme question

2020-01-24 Thread Francis Lachapelle
Hi Marcio

> On Jan 24, 2020, at 3:17 PM, Marcio Merlone (marcio.merl...@a1.ind.br) 
>  wrote:
> TL;DR How to customize SOGo colors?
> 
> I found many links and info, each with a different information on how to 
> customize SOGo WebUI colors. What is the ultimate and most recent RTFM on how 
> to do it?
> 
> Those are the ones I found:
> 
> http://wiki.sogo.nu/HelpOnThemes - This one cites 'MoinMoin/theme/modern.py', 
> but none of this path exists on my server.
> 
> https://sogo.nu/support/faq/how-to-customize-the-html.html
> 
> https://lists.inverse.ca/sogo/arc/users/2016-03/msg00124.html
> 
> https://material.angularjs.org/latest/Theming/01_introduction

Here's the official (and succinct) documentation:

https://sogo.nu/files/docs/SOGoDevelopersGuide.html#_defining_an_alternate_color_theme


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

Re: [SOGo] Button to expand LDAP groups in mail editor is not shown

2020-01-20 Thread Francis Lachapelle
Can you try to manually perform the LDAP search and make sure it returns the 
proper entry?

(&(|(samaccountname=Team-mOps)(mail=Team-mOps)(userPrincipalName=Team-mOps))(|(&(&(ObjectClass=user)(|(memberOf=CN=OX-Test-Users,OU=Mitarbeiter,DC=intern,DC=punkt,DC=de)(memberOf=CN=OX-Users,OU=Mitarbeiter,DC=intern,DC=punkt,DC=de)))(!(UserAccountControl:1.2.840.113556.1.4.803:=2)))(ObjectClass=group)))


Francis

> On Jan 20, 2020, at 10:38 AM, Lars Liedtke (lied...@punkt.de)  
> wrote:
> 
> Hi Francis,
> 
> This is a working group:
> 
> version: 1
> dn: CN=Team-Pi,OU=Mitarbeiter,DC=intern,DC=punkt,DC=de
> objectClass: group
> objectClass: top
> groupType: -2147483646
> instanceType: 4
> objectCategory: CN=Group,CN=Schema,CN=Configuration,DC=intern,DC=punkt,DC=de
> cn: Team-Pi
> distinguishedName: CN=Team-Pi,OU=Mitarbeiter,DC=intern,DC=punkt,DC=de
> dSCorePropagationData: 1601010100.0Z
> mail: p...@punkt.de
> member: CN=Member1,OU=Mitarbeiter,DC=intern,DC=punkt,DC=de
> member: CN=Member2,OU=Mitarbeiter,DC=intern,DC=punkt,DC=de
> member: CN=Member3,OU=Mitarbeiter,DC=intern,DC=punkt,DC=de
> member: CN=Member4,OU=Mitarbeiter,DC=intern,DC=punkt,DC=de
> member: CN=Member5,OU=Mitarbeiter,DC=intern,DC=punkt,DC=de
> member:: Q049VGhvbWFzIFDDtnR6c2NoLE9VPU1pdGFyYmVpdGVyLERDPWludGVybixEQz1wdW5
>  rdCxEQz1kZQ==
> member: CN=Member6,OU=Mitarbeiter,DC=intern,DC=punkt,DC=de
> member: CN=Member7,OU=Mitarbeiter,DC=intern,DC=punkt,DC=de
> member: CN=Member8,OU=Mitarbeiter,DC=intern,DC=punkt,DC=de
> member: CN=Member9,OU=Mitarbeiter,DC=intern,DC=punkt,DC=de
> member:: Q049QWxleGFuZGVyIELDtmhtLE9VPU1pdGFyYmVpdGVyLERDPWludGVybixEQz1wdW5
>  rdCxEQz1kZQ==
> member: CN=Member10,OU=Mitarbeiter,DC=intern,DC=punkt,DC=de
> member:: Q049SsO8cmdlbiBFZ2VsaW5nLE9VPU1pdGFyYmVpdGVyLERDPWludGVybixEQz1wdW5
>  rdCxEQz1kZQ==
> name: Team-Pi
> objectGUID:: PBbJg3IXH0jvv73vv71mIe+/ve+/ve+/vSc=
> objectSid:: AQUAAAUV77+9b9K4G++/vW4/Ngbvv73vv70kCwAA
> sAMAccountName: Team-Pi
> sAMAccountType: 268435456
> uSNChanged: 11535365
> uSNCreated: 8727024
> whenChanged: 20200117093209.0Z
> whenCreated: 20170705091619.0Z
> zarafaAccount: 0
> 
> 
> And this is a not working group
> 
> version: 1
> dn: CN=Team-mOps,OU=Mitarbeiter,DC=intern,DC=punkt,DC=de
> objectClass: group
> objectClass: top
> groupType: -2147483646
> instanceType: 4
> objectCategory: CN=Group,CN=Schema,CN=Configuration,DC=intern,DC=punkt,DC=de
> cn: Team-mOps
> distinguishedName: CN=Team-mOps,OU=Mitarbeiter,DC=intern,DC=punkt,DC=de
> dSCorePropagationData: 20101124131241.0Z
> dSCorePropagationData: 1601010101.0Z
> mail: m...@punkt.de
> member: CN=Member1,OU=Mitarbeiter,DC=intern,DC=punkt,DC=de
> member: CN=Lars Liedtke,OU=Mitarbeiter,DC=intern,DC=punkt,DC=de
> member:: Q049SsO2cmcgU2Nod2VpemVyLE9VPU1pdGFyYmVpdGVyLERDPWludGVybixEQz1wdW5
>  rdCxEQz1kZQ==
> member: CN=Member2,OU=Mitarbeiter,DC=intern,DC=punkt,DC=de
> member: CN=Member3,OU=Mitarbeiter,DC=intern,DC=punkt,DC=de
> member: CN=Member4,OU=Mitarbeiter,DC=intern,DC=punkt,DC=de
> member: CN=Member5,OU=Mitarbeiter,DC=intern,DC=punkt,DC=de
> member: CN=Member6,OU=Mitarbeiter,DC=intern,DC=punkt,DC=de
> name: Team-mOps
> objectGUID:: 77+9x7wO77+9fWFB77+9De+/vRDvv73vv73vv712
> objectSid:: AQUAAAUV77+9b9K4G++/vW4/Ngbvv73vv717CgAA
> sAMAccountName: Technik
> sAMAccountType: 268435456
> uSNChanged: 11536349
> uSNCreated: 8391
> whenChanged: 20200117141232.0Z
> whenCreated: 20100112101614.0Z
> 
> 
> I have other groups, which are working with a difference between CN and 
> sAMAccountName, so this can't be it.
> 
> 
> 
> Lars
> 
> 
> 
> Am 20.01.20 um 15:02 schrieb Francis Lachapelle (flachape...@inverse.ca):
>> Hi Lars
>> 
>> Please share the LDAP entry of a problematic group.
>> 
>> 
>> Francis
>> 
>> 
>>> On Jan 17, 2020, at 9:36 AM, Lars Liedtke (lied...@punkt.de) 
>>>  wrote:
>>> 
>>> Thank you, that worked. But some groups show a "0" the team and don't 
>>> expand.
>>> 
>>> In the log I see the following:
>>> 
>>> Jan 17 15:31:46 sogod [38517]: <0x0x811ebc598[NGLdapConnection]> Using 
>>> ldap_initialize for LDAP URL: 
>>> ldap://127.0.0.1:389
>>> 
>>> 2020-01-17 15:31:46.696 sogod[38517:100191] -[NGLdapConnection 
>>> _searchAtBaseDN:qualifier:attributes:scope:]: search at base 
>>> 'ou=mitarbeiter,dc=intern,dc=punkt,dc=de' filter '(cn=Team-mOps)' for attrs 
>>> '*'
>>> Jan 17 15:31:46 sogod [38517]: <0x0x80f2c9858[NGLdapConnection]> Using 
>>> ldap_initialize for LDAP URL: 
>>> ldap://127.0.0.1:389
>>

Re: [SOGo] SOGo 4.2.0 - An error occured while removing auto-reply

2020-01-20 Thread Francis Lachapelle



> On Jan 20, 2020, at 6:32 AM, Christian Naumer (c...@brain-biotech.de) 
>  wrote:
> 
> Am 17.01.20 um 14:47 schrieb Francis Lachapelle (flachape...@inverse.ca):
>>> 
>>> Or is this something different?
>> 
>> Please try the current nightly build and let me know if it fixes this 
>> problem. Thanks!
> 
> As we are using the release packages. Can I go back to those once the
> update with the new Version is released?

Yes, you can do that. FYI -- expect a new release package this week.


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

Re: [SOGo] SOGo 4.2.0 - An error occured while removing auto-reply

2020-01-17 Thread Francis Lachapelle
Hi Christian

> On Jan 17, 2020, at 1:47 AM, Christian Naumer (c...@brain-biotech.de) 
>  wrote:
> 
> We are using cyrus-imap and we have a problem that I think is related.
> 
> When we enable vacation via sogo-tool like this:
> 
> sogo-tool user-preferences set defaults fe -p /etc/sogo/sieve_new.creds
> Vacation '{"Vacation": {"daysBetweenResponse": 7, "enabled": 1,
> "autoReplyEmailAddresses": ["x...@brain-biotech.com"], "endDate":
> 1578438000, "startDateEnabled": 1, "autoReplyText": "This is an
> automatic notification", "alwaysSend": 0, "endDateEnabled": 1,
> "ignoreLists": 1, "startDate": 1576875600}}'
> 
> we get this error:
> 
> <0x0x12c8420[SOGoCache]> Cache cleanup interval set every 300.00 seconds
> <0x0x12c8420[SOGoCache]> Using host(s) 'localhost' as server(s)
> sogo-tool: Uncaught exception NSInvalidArgumentException, reason:
> -[SOGoMailAccount updateFiltersWithUsername:andPassword:]: unrecognized
> selector sent to instance 0x16ccdd0
> 
> Or is this something different?

Please try the current nightly build and let me know if it fixes this problem. 
Thanks!


> Am 16.01.20 um 15:47 schrieb Götz Reinicke (goetz.reini...@filmakademie.de):
>> 
>> 
>>> Am 16.01.2020 um 15:26 schrieb Ludovic Marcotte (lmarco...@inverse.ca) 
>>> :
>>> 
>>> On 2020-01-16 2:36 a.m., Götz Reinicke (goetz.reini...@filmakademie.de) 
>>> wrote:
>>> 
 Like a normal (imap) user?
>>> Yes, it normally should and in SOGo's case, must to be able to grab the 
>>> IMAP separator.
>> 
>> Did this behaviour changed from SOGo 4.1.x to SOGo 4.2.0 ? We did not change 
>> any user / LDAP / AD / auth settings recently and with SOGo 4.1.x there had 
>> been not such a problem ….
>> 
>> A /usr/sbin/sogo-tool update-autoreply -p /pathto/credentials can be 
>> executes.
>> 
>> But gives errors:
>> 
>> <0x0x4eab860[SOGoSieveManager]> Could not delete Sieve script: Sieve script 
>> `sogo' not found
>> 2020-01-16 15:46:36.562 sogo-tool[30619] An error occured while removing 
>> auto-reply of user NAME
>> 
>> 
 SOGo executes/triggers some sieve action as when a vacation responder is 
 to be disabled, my scripts are modified that way, that any folder 
 separators „/„ are removed.
 
 e.g. it changes from Mailinglisten/FOOBAR to MailinglistenFOOBAR and the 
 filters do not work any more.
>>> Likely because it can't grab the separator.

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

Re: [SOGo] Button to expand LDAP groups in mail editor is not shown

2020-01-17 Thread Francis Lachapelle
Hi Lars

When the parameter SOGoLDAPGroupExpansionEnabled is set to YES in sogo.conf, a 
new button should appear to expand groups in the mail editor and attendees 
editor:




Francis

> On Jan 17, 2020, at 7:54 AM, Lars Liedtke (lied...@punkt.de)  
> wrote:
> 
> Hello Christian,
> 
> did I misinterpret this "mail(js): new button to expand recipients that
> are LDAP groups" in
> https://github.com/inverse-inc/sogo/releases/tag/SOGo-4.2.0 then?
> 
> Best regards
> 
> Lars
> 
> Am 17.01.20 um 13:49 schrieb Christian Mack
> (christian.m...@uni-konstanz.de):
>> Hello
>> 
>> AFAIK: Those buttons only exist for attendees and privileges, not for
>> emails.
>> Emails will be sent to the group email address, which are resolved
>> into recipients by the SMTP and/or IMAP server.
>> 
>> 
>> Kind regards,
>> Christian Mack
>> 
>> Am 17.01.20 um 11:04 schrieb Lars Liedtke (lied...@punkt.de):
>>> Hello all,
>>> 
>>> I saw that with SOGo 4.2.0 a button has been added to expand LDAP groups
>>> in the mail editor.
>>> 
>>> But I seem to be unable to meet the requirements to get the button
>>> enabled. In the calendar the groups are expanded. So There the
>>> requirements are met. Which Fields have to set (and how) in the LDAP (AD
>>> in my case) so that this very useful functionality can be activated?
>>> 
>>> An example of our groups (redacted with privacy things, e.g. the group
>>> has more members than me):
>>> 
>>> version: 1
>>> 
>>> dn: CN=Team-mOps,OU=Mitarbeiter,DC=intern,DC=punkt,DC=de
>>> objectClass: group
>>> objectClass: top
>>> groupType: -2147483646
>>> instanceType: 4
>>> objectCategory:
>>> CN=Group,CN=Schema,CN=Configuration,DC=intern,DC=punkt,DC=de
>>> cn: Team-mOps
>>> distinguishedName: CN=Team-mOps,OU=Mitarbeiter,DC=intern,DC=punkt,DC=de
>>> dSCorePropagationData: 20101124131241.0Z
>>> dSCorePropagationData: 1601010101.0Z
>>> mail: tech...@punkt.de
>>> member: CN=Lars Liedtke,OU=Mitarbeiter,DC=intern,DC=punkt,DC=de
>>> name: Team-mOps
>>> sAMAccountName: Technik
>>> sAMAccountType: 268435456
>>> uSNChanged: 11268255
>>> uSNCreated: 8391
>>> 
>>> 
>>> Best Regards
>>> 
>>> Lars
>>> 
>>> ---
>>> punkt.de GmbH
>>> Lars Liedtke
>>> .infrastructure
>>> 
>>> Kaiserallee 13a   
>>> 76133 Karlsruhe
>>> 
>>> Tel. +49 721 9109 500
>>> https://infrastructure.punkt.de
>>> i...@punkt.de
>>> 
>>> AG Mannheim 108285
>>> Geschäftsführer: Jürgen Egeling, Daniel Lienert, Fabian Stein
> 
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Calendars have changed behaviour with all day events

2019-12-17 Thread Francis Lachapelle
; SEQUENCE:3
>>> X-MOZ-GENERATION:4
>>> END:VEVENT
>>> END:VCALENDAR
>>> 
>>> This is an iRedmail installation of SOGo, updated through Ubuntu apt 
>>> upgrade.
>>> We do not have any outlook clients currently.  We use android with webdav 
>>> and
>>> imap, and have a few iPhones which connect using whatever dark arts apple 
>>> use -
>>> so I don't think so, but I don't actually know.
>>> 
>>> Timezone in Thunderbird is Europe/London
>>> 
>>> SOGoTimeZone in sogo.conf is "Europe/London"
>>> 
>>> Many thanks
>>> 
>>> John Stirling
>>> 
>> Hmmmh...
>> Those are both generated in Thunderbird/Lightning:
>> PRODID:-//Mozilla.org/NONSGML Mozilla Calendar V1.1//EN
>> 
>> The first event misses a Z character at the end in DTSTART and DTEND in
>> the event definition.
>> currently is:
>> DTSTART;VALUE=DATE:20191207
>> DTEND;VALUE=DATE:20191208
>> 
>> should be:
>> DTSTART;VALUE=DATE:20191207Z
>> DTEND;VALUE=DATE:20191208Z
>> 
>> Without that Z (which means Zulu, which in turn means timezone UTC) that
>> event is in local time per standard, as no time zone is set at all.
>> So this event has a false time zone set ("Europe/London" from sogo.conf).
>> With that this event will not start and end at 00:00:00 UTC, but at
>> 00:00:00 of the set local timezone.
>> SOGo only accepts events in UTC as all day events.
>> 
>> 
>> The second event has a time zone set in the event, but in that timezone
>> definition it also has not set the Z character in DAYLIGHT and STANDARD
>> for DTSTART.
>> This is definitely a bug in Thunderbird/Lightning.
> So should I report as a bug to the lightning development team?  Any idea why 
> this suddenly started manifesting after an update to SOGo, on several 
> different versions of thunderbird, without thunderbird being updated?  
> Presumably SOGo had a workaround for the bug within its code which has been 
> removed in an update?

No. The bug was in SOGo and has been fixed.


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

Re: [SOGo] Meaning of Mail symbol

2019-09-25 Thread Francis Lachapelle
That is correct; the icon appears when vacation auto-reply is enabled.


Francis


> On Sep 25, 2019, at 3:45 AM, Andreas Blaha (andr...@blaha.at)  
> wrote:
> 
> Hi Christian,
> I think you are wrong for once, for me it shows when I turn on the out of
> office notifications ...
> warm regards
> 
> Andy
> 
>> -Original Message-
>> From: users-requ...@sogo.nu  On Behalf Of
>> Christian Mack
>> Sent: Wednesday, September 25, 2019 9:38 AM
>> To: users@sogo.nu
>> Subject: Re: [SOGo] Meaning of Mail symbol
>> 
>> Am 24.09.19 um 17:09 schrieb Florian Unger (florian.un...@intego.de):
>>> 
>>> I am currently testing the Sogo 4 webinterface.
>>> On my first tests there was just a plain mail envelope symbol and
>>> suddenly this arrow appeared
>>> 
>>> and now I am wondering what the meaning of the red arrow on the mail
>>> symbol is?
>>> 
>> 
>> It says "Hello, you got new email(s)" ;-)
>> 
>> 
>> Kind regards,
>> Christian Mack
>> --
>> Christian Mack
>> Universität Konstanz
>> Kommunikations-, Informations-, Medienzentrum (KIM)
>> Abteilung Basisdienste
>> 78457 Konstanz
>> +49 7531 88-4416
> 

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

Re: [SOGo] Enable ActiveSync to certain users

2019-07-04 Thread Francis Lachapelle
Hi Jose

> On Jul 3, 2019, at 6:48 PM, Jose David Bravo A 
> (jbr...@colombiahosting.com.co)  wrote:
> 
> Is there any way to activate SOGo ActiveSync only to certain users?

You can add a ModulesConstraints for ActiveSync in your authentication source:

ModulesConstraints = {
  ActiveSync = {
ou = employees;
  };
};

See 
https://sogo.nu/files/docs/SOGoInstallationGuide.html#_authentication_using_ldap

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

Re: [SOGo] Why not use GitHub Issues?

2019-05-22 Thread Francis Lachapelle
Hi Lewis

> On May 12, 2019, at 11:08 PM, Lewis Dexter Litanzios (h...@ldexterldesign.uk) 
>  wrote:
> 
> Apologies if this has been mentioned before - I tried to search your mailing 
> list archive but surprisingly no results
> 
> Why is SOGo not using GitHub Issues - you obviously host [c]ode there so why 
> not use their vastly better issue tracker?
> 
> I just started vetting SOGo web mail as a Thunderbird replacement and created 
> my first [i]ssue today. While interacting with GitHub's issue tracker is 
> geneally pleasant UX using your issue tracker is painful! I made a typo in my 
> issue which I want to correct and there doesn't even appear to be a way to 
> edit the issue once submitted. This is basic stuff.
> 
> You have a great product and what seems to be the best chance of a FOSS gmail 
> replacement - please prioritise making it as easy as possible for 
> contributors, including a better way to report and manage issues
> 
> I have a ton of issues to report but unfortunately I'll seriously have to 
> consider the time burden in future

I understand your concern. We're big fans of Github too. However, we started 
SOGo at about the same time Github was founded, and Mantis (the bug tracking 
system we use) seemed the best option; it was open source, mature, and could be 
deployed on-promise. A few years later, when we moved the source code to Github 
(anyone remembers monotone?), we decided to keep Mantis because of the enormous 
quantity of tickets already in our system.

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

Re: [SOGo] Migrating/Merging SOGo database(s)

2019-05-22 Thread Francis Lachapelle
Hi Sven

> On May 15, 2019, at 5:48 AM, Sven Schwedas (sven.schwe...@tao.at) 
>  wrote:
> 
> Currently, we have a SOGo setup where each branch office has their own
> server, with separate databases, and users log into their respective
> branch. This obviously leads to various problems (calendar subscriptions
> across branches are a pain, etc.); so we want to merge it all into one
> instance.
> 
> • Table names for each user are predictable and not randomized, so I can
> take the user tables, the user's sogo_folder_info rows, and
> sogo_user_profile row from the user's server and just merge them
> together, correct?

Correct, as long as all c_uid are unique.

> • In sogo_folder_info, I need to update the c_*location columns to have
> the correct new URIs; are any other changes needed?

That's it.

> • In particular, where/how are subscriptions tracked and do I need to
> make any changes to make them work on the new instance?

Subscriptions are in the c_settings (sogo_user_profile), but don't include the 
full URI. So you should not have to manipulate this column unless you used "Web 
calendars" to view the calendars of a remote SOGo server.

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

Re: [SOGo] How to select a "Sent Folder" per user on SOGo4

2019-04-30 Thread Francis Lachapelle
Hi Thibault

> On Apr 29, 2019, at 1:04 PM, Thibault Le Meur 
> (thibault.lem...@centralesupelec.fr)  wrote:
> 
> In version 2, it was possible to right-click a folder and define it as
> the "Sent Folder".
> I can't see this option anymore in SOGOv3 or 4, but I may have missed it.
> 
> There is an IMAP configuration option, but not a per-user option.
> We're using several mail servers (each one with different Cyrus/Dovecot
> configurations) but our SOGo is setup as a single domain server
> (mailhost selection is based on an LDAP attribute): thus we can't just
> use the IMAP configuration parameter.
> 
> Is there a way to set this per-user Sent folder in the Web interface ?

Are you trying to set a subfolder as the sent folder? The folder/mailbox as to 
be at the root level. You can open a ticket¹ if you feel the behaviour is 
incorrect.

Thanks

Francis

[1] https://sogo.nu/bugs/

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

Re: [SOGo] ANN: SOGo v4.0.6 released! Vacation reply not to be activated

2019-02-26 Thread Francis Lachapelle


> On Feb 26, 2019, at 9:43 AM, Markus Winkler (m...@irmawi.de)  
> wrote:
> 
> Hi Andreas,
> 
> On Di, 26 Feb 2019 at 03:03:56 +0100, Andreas Vögele wrote:
>> In the end I figured out
>> that the start and end date caused the problem although I hadn't changed
>> them. After I changed both dates with the date selector the save button
>> became green. I haven't been able to reproduce this problem though.
> 
> interesting information, thanks. This could point us in the right
> direction, now I could reproduce a similar problem too ...:
> 
> If I use German language settings and select a date for enable or
> disable or both within March (regardless which year), then in German
> this month contains an umlaut (M_ä_r) and so the save button stays
> grey and the line under the date stays red. After Switching to English
> the month becomes 'M_a_r' -> no umlaut and I can save/activate the
> vacation message.
> 
> I did all my former tests within February and so I didn't observe this
> (IMHO) bug.

Indeed. The latest version of Angular Material performs an extra test on date 
strings which doesn't handle non-latin characters. I just fixed it.

New nightly packages will be available in a few hours for testing. A new 
release will follow.


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

Re: [SOGo] List of Hotkeys for the WebUI

2019-02-08 Thread Francis Lachapelle
Robert

> On Feb 8, 2019, at 10:17 AM, Robert Krig (robert.k...@render-wahnsinn.de) 
>  wrote:
> 
> Hi, I've been searching the Web, but I can't seem to find any documentation 
> on a list of hotkeys for the SOgo WebUI. 
> 
> It there one? Does SOgo support hotkey in the WebUI?

Type '?' from anywhere except an input field.


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

Re: [SOGo] Signing into sogo redirects you to login again

2019-02-04 Thread Francis Lachapelle
Just to make sure -- is mod_headers enabled?

sudo a2enmod headers


Francis

> On Jan 31, 2019, at 10:42 AM, Matthew Valdez (maval...@ludlums.com) 
>  wrote:
> 
> So this is what I have currently, and it will let me sign in and authenticate 
> with AD, but it redirects me to http://sogo/SOGo/so/username
> 
> http://127.0.0.1:2/SOGo>
> ## Adjust the following to your configuration
> ## and make sure to enable the headers module
> 
>   RequestHeader set "x-webobjects-server-port" "443"
>   SetEnvIf Host (.*) HTTP_HOST=$1
>   RequestHeader set "x-webobjects-server-name" "%{HTTP_HOST}e" env=HTTP_HOST
>   RequestHeader set "x-webobjects-server-url" "https://%{HTTP_HOST}e; 
> env=HTTP_HOST
> 
> 
> On 1/30/2019 8:56 AM, Odhiambo Washington wrote:
>> Senor Valdez,
>> 
>> You were told to leave the values literally :-)
>> There is nothing to try! Do not change the values that you changed.
>> 
>> No cambie los valores:
>> 
>> RequestHeader set "x-webobjects-server-port" "443"
>> SetEnvIf Host (.*) HTTP_HOST=$1
>> RequestHeader set "x-webobjects-server-name" "%{HTTP_HOST}e" env=HTTP_HOST
>> RequestHeader set "x-webobjects-server-url" "https://%{HTTP_HOST}e; 
>> env=HTTP_HOST
>> 
>> ¡Déjalos como eran originalmente!
>> 
>> If you MUST change them, please take a look at https://lists.my.co.ke/~wash/
>> I have put for you two files where I have manually changed the parameters. 
>> You can copy those and replace any values related my.co.ke. Claro? :-) 
>> 
>> Let me know if you are still stuck.
>> 
>> 
>> On Tue, 29 Jan 2019 at 22:52, Matthew Valdez  wrote:
>> I've tried that and tried SERVER_NAME instead of HTTP_HOST, all same 
>> results.
>> 
>> On 1/28/2019 9:52 PM, Gordon Messmer (gordon.mess...@gmail.com) wrote:
>> > On 1/28/19 9:20 AM, Matthew Valdez" (maval...@ludlums.com) wrote:
>> >>
>> >> 
>> >> ##  RequestHeader set "x-webobjects-server-port" "80"
>> >>   SetEnvIf Host (.*) HTTP_HOST=$1
>> >> ##  RequestHeader set "x-webobjects-server-name" "SOGoSync"
>> >> ##  RequestHeader set "x-webobjects-server-url" "http://SOGoSync;
>> >>
>> >
>> > You should not have commented those out or modified them.  Those four 
>> > lines should be literally:
>> >
>> >   RequestHeader set "x-webobjects-server-port" "443"
>> >   SetEnvIf Host (.*) HTTP_HOST=$1
>> >   RequestHeader set "x-webobjects-server-name" "%{HTTP_HOST}e" 
>> > env=HTTP_HOST
>> >   RequestHeader set "x-webobjects-server-url" "https://%{HTTP_HOST}e; 
>> > env=HTTP_HOST
>> >
>> -- 
>> users@sogo.nu
>> https://inverse.ca/sogo/lists
>> 
>> 
>> -- 
>> Best regards,
>> Odhiambo WASHINGTON,
>> Nairobi,KE
>> +254 7 3200 0004/+254 7 2274 3223
>> "Oh, the cruft.", grep ^[^#] :-)
> -- 
> users@sogo.nu
> https://inverse.ca/sogo/lists

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

Re: [SOGo] Docs for JSON API of SOGo

2019-01-16 Thread Francis Lachapelle
Hi Alessio

> On Jan 15, 2019, at 3:23 AM, Alessio Cecchi (ales...@skye.it)  
> wrote:
> 
> we are looking for documentation about JSON API of Sogo, we have found only 
> this:
> 
> https://sogo.nu/files/docs/SOGoDevelopersGuide.html#_json_api
> 
> and some examples inside the source code:
> 
> https://github.com/inverse-inc/sogo/blob/18df3bafb5096c123c117d8cf1085d250254f112/UI/MailerUI/UIxMailFolderActions.m#L48
> 
> Where can I find a list of availability API?

We follow the APIDOC syntax (http://apidocjs.com/). Install the apidoc tool and 
generate the documentation yourself:

$ sudo npm install -g apidoc
$ cd sogo.git
$ apidoc -f ".*\\.m" -i UI

And open doc/index.html.


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

Re: [SOGo] Https

2018-12-18 Thread Francis Lachapelle
> On Dec 18, 2018, at 10:43 AM, Daniel - Infosoft Proyectos Informáticos, SL 
> (dan...@infosoft.es)  wrote:
> 
> Access to the main page of SOGo I do with https, when I enter the username 
> and password, the browser changes me to http.
> How can I continue with a secure connection?

Fix your Apache config. Compare it with the official config:

https://github.com/inverse-inc/sogo/blob/master/Apache/SOGo.conf#L77-L80


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

Re: [SOGo] Browser compability

2018-12-12 Thread Francis Lachapelle
> On Dec 12, 2018, at 3:42 PM, Miguel Mucio Santos Moreira 
> (mig...@prodemge.gov.br)  wrote:
> 
> However my machine is Windows 7 64 bits, maybe this is the problem.
> I asked another person to check in Microsoft Edge on Windows 10 and it worked 
> but it seems a bit slow to open screen after login process.

The best you can do is disable the animations in user's preferences. It won't 
make IE as fast as Chrome or FF though.


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

Re: [SOGo] Free/Busy not working

2018-10-29 Thread Francis Lachapelle
> On Oct 26, 2018, at 3:59 PM, Suscripciones Xubium (suscripcio...@xubium.com) 
>  wrote:
> 
> In the web interface, when scheduling a meeting, I don’t see the free/busy 
> information (all time is displayed as free). 
> Any ideas about where to look to identify the problem?

Try the latest version (4.0.4 or the latest nightly build). Make sure to 
restart your Web server and empty the cache of your browser.


Francis

smime.p7s
Description: S/MIME cryptographic signature


Re: [SOGo] Setting up Sogo on Ubuntu 18.04 / returned to login screen after successful auth

2018-10-29 Thread Francis Lachapelle
Hi Marki

> On Oct 25, 2018, at 4:55 AM, marki (list+sogous...@roth.lu)  
> wrote:
> 
> Just wanted to give some feedback and a question or two about installation of 
> nightly on Ubuntu 18.04 since "apt-get install sogo" sounded too good to be 
> true, and it was.
> 
> First, I needed to include Ubuntu's "universe" repos in order for 
> dependencies to be fulfilled. In any case 
> https://sogo.nu/support/faq/how-to-install-nightly-sogo-versions-on-ubuntu.html
>  has no mention of this.

AFAIK, Universe is enabled by default. But I will add a notice in the FAQ entry.

> Then, the packages don't have a dependency on Apache, at least I found out 
> later that I had to install Apache manually.
> 
> Furthermore, the Apache config file is put into /etc/apache2/conf.d/ while it 
> belongs into /etc/apache2/conf-enabled/ on that platform.

Actually, it should be under /etc/apache2/conf-available/. I'll fix that.

FYI -- SOGo depends on a Web server, but it doesn't have to be Apache.

If you use Apache, than you can enable the bundled configuration using the 
command "a2enconf SOGo". I'll improve the packaging to automate this part.

> Now I am stuck with the user being able to successfully authenticate (SQL 
> auth or LDAP auth both working) but after auth it returns to the login 
> screen. I've enabled all possible debugging but can't figure out why it 
> doesn't go further. Any idea?

This usually happens when the server returns a cookie associated to a domain 
different than the one used to access SOGo. You can force a specific domain by 
modifying the SOGo.conf file for Apache (see 
https://sogo.nu/files/docs/SOGoInstallationGuide.html#_apache_configuration).

Thanks for your feedback,

Francis

smime.p7s
Description: S/MIME cryptographic signature


Re: [SOGo] weblogin unhandled error response

2018-09-06 Thread Francis Lachapelle

> On Sep 4, 2018, at 10:18 AM, Florian Ransmayr (ransm...@sl-technology.de) 
>  wrote:
> 
> Queried with dpkg-query -l 'sope*' and dpkg-query -l 'libsope*'
> ii  sope4.9-gdl1-mysql 4.9.r1664.20180828  amd64 MySQL connector for 
> SOPE's fork of the GNUstep database environment
> ii  sope4.9-libxmlsaxdriver  4.9.r1664.20180828  amd64 XML Parser for SOPE's 
> SAX engine
> ii  libsope-appserver4.9   4.9.r1664.20180828  amd64 SOPE application 
> server libraries
> ii  libsope-core4.9 4.9.r1664.20180828  amd64 Core libraries 
> of the SOPE application server
> ii  libsope-gdl1-4.94.9.r1664.20180828  amd64 GNUstep 
> database libraries for SOPE
> ii  libsope-ldap4.9 4.9.r1664.20180828  amd64 SOPE libraries 
> for LDAP access
> ii  libsope-mime4.9   4.9.r1664.20180828  amd64 SOPE libraries 
> for MIME processing
> ii  libsope-xml4.9   4.9.r1664.20180828  amd64 SOPE libraries 
> for XML processing

Looks good.

Did you ever manually build sogo and/or sope? You must have old libraries lying 
somewhere.


Francis

smime.p7s
Description: S/MIME cryptographic signature


Re: [SOGo] weblogin unhandled error response

2018-09-04 Thread Francis Lachapelle
> On Sep 4, 2018, at 9:50 AM, Florian Ransmayr (ransm...@sl-technology.de) 
>  wrote:
> 
> I removed sogo and every packages regarding sope (sope* and libsope*). After 
> that I switched to the nightly respository of inverse directly and 
> reinstalled everything. Sadly I get the same error again

Show me the versions of your sope/libsope packages.


Francis

smime.p7s
Description: S/MIME cryptographic signature


Re: [SOGo] Messages not displayed

2018-07-31 Thread Francis Lachapelle
Hi Thomas

> On Jul 17, 2018, at 12:45 PM, Tom Plancon (tplan...@bkaarchs.com) 
>  wrote:
> 
> YES! This is exactly the behavior I'm experiencing! We are running 4.0 and 
> have an office intranet. I've placed a link on the intranet homepage with a 
> target="_blank" attribute to the Sogo login page. If a user accesses Sogo 
> using that link the email body is not displayed! BUT, if a user puts the Sogo 
> address directly into the browser everything is fine! I am so glad it is a 
> bug! It was driving me crazy!

Try to add the attribute rel="noreferrer" to your link.

Or try the next nightly build.


Francis

smime.p7s
Description: S/MIME cryptographic signature


Re: [SOGo] ANN: SOGo v4.0.1 released!

2018-07-11 Thread Francis Lachapelle
> On Jul 11, 2018, at 5:10 AM, Andreas Mair (amair@gmail.com) 
>  wrote:
> 
> Hi,
> 
> the tar balls don't extract to a new folder (SOGo-4.0.1, SOPE) like they used 
> to. Intended?

No. But it's now fixed.



Francis

smime.p7s
Description: S/MIME cryptographic signature


Re: [SOGo] ANN: SOGo v4.0.1 released!

2018-07-10 Thread Francis Lachapelle
> On Jul 10, 2018, at 6:52 PM, Slávek Banko (slavek.ba...@axis.cz) 
>  wrote:
> 
> On Tuesday 10 of July 2018 19:56:49 Francis Lachapelle wrote:
>> The Inverse Team is pleased to announce the immediate availability of
>> SOGo v4.0.1. This is a minor release of SOGo which focuses on small new
>> features and improved stability over previous versions.
> 
> Hi,
> 
> I do not know if there was a problem while publishing a new version, but 
> links to downloading source tarballs for version 4.0.1 do not work - 
> official tarballs on official site are not available.

Fixed. There's still some tuning to be done on our new build system.


Francis

smime.p7s
Description: S/MIME cryptographic signature


[SOGo] ANN: SOGo v4.0.1 released!

2018-07-10 Thread Francis Lachapelle
The Inverse Team is pleased to announce the immediate availability of SOGo 
v4.0.1. This is a minor release of SOGo which focuses on small new features and 
improved stability over previous versions.


What is SOGo

SOGo is a free and modern scalable groupware server. It offers shared 
calendars, address books and emails through your favorite Web browser or by 
using a native client such as Mozilla Thunderbird and Lightning, Apple Calendar 
and Address Book (Mac OS X and iOS) and Microsoft Outlook.

SOGo is standard-compliant and supports CalDAV, CardDAV and reuses existing 
IMAP, SMTP and database servers - making the solution easy to deploy and 
interoperable with many applications.

SOGo features:

Scalable architecture suitable for deployments from dozen to many thousand users
Rich, responsible Web-based interface aligned with Google Material Design 
guidelines
Improved integration with Mozilla Thunderbird and Lightning by using the SOGo 
Connector and the SOGo Integrator
Native compatibility for Microsoft Outlook 2003, 2007, 2010, 2013 and 2016
Two-way synchronization support with any Microsoft ActiveSync-capable device 
(Apple iOS, Android, Windows Phone, BlackBerry 10) or Outlook 2013/2016
Excellent native integration with Apple software (OS X and iOS) and 
Android-based devices

and many more! SOGo and our connectors are completely free.
Changes from the previous release

Enhancements

[web] now possible to show events/task for the current year
[web] show current ordering setting in lists
[web] remove invalid occurrences when modifying a recurrent event
[web] updated Angular to version 1.7.2
[web] updated Angular Material to version 1.1.10
[web] updated CKEditor to version 4.10.0
[web] allow mail flag addition/edition on mobile
[web] added Japanese (jp) translation - thanks to Ryo Yamamoto
Bug fixes

[core] properly update the last-modified attribute (#4313)
[core] fixed default data value for c_hascertificate (#4442)
[core] fixed ACLs restoration with sogo-tool in single store mode (#4385)
[core] fixed S/MIME code with chained certificates
[web] prevent deletion of special folders using del key
[web] fixed SAML2 session timeout handling during XHR requests
[web] fixed renaming a folder under iOS
[web] fixed download of exported folders under iOS
[web] improved server-side CSS sanitizer
[web] match recipient address when replying (#4495)
[eas] improved alarms syncing with EAS devices (#4351)
[eas] avoid potential cache update when breaking sync queries (#4422)
[eas] fixed EAS search
See https://sogo.nu/bugs/changelog_page.php?version_id=215 
 for closed tickets and 
https://github.com/inverse-inc/sogo/compare/SOGo-4.0.0...SOGo-4.0.1 
 for the 
complete change log.


Getting SOGo

SOGo is free software and is distributed under the GNU GPL. As such, you are 
free to download and try it by visiting the following page:

https://sogo.nu/download.html#/backend 
You can also download the sources by following the instructions on this page:

https://github.com/inverse-inc/sogo#source-code 

Front-end clients such as Mozilla Thunderbird, Mozilla Lightning (Inverse 
Edition), SOGo Connector and SOGo Integrator extensions are available for 
download from:

https://sogo.nu/download.html#/frontends 

Documentation about the installation and configuration of SOGo, Thunderbird or 
the native Microsoft Outlook compatibility layer is available from:

https://sogo.nu/support.html#/documentation 

You can also try our online SOGo demo at:

http://demo.sogo.nu/SOGo/ 

Upgrading to v4.0.1

No special measure needs to be taken when upgrading.


Helping

SOGo is a collaborative effort in order to create the best Free and Open Source 
groupware solution.

There are multiple ways you can contribute to the project:

Documentation reviews, enhancements and translations
Write test cases - if you know Python, join in!
Feature requests or by sharing your ideas
Participate to the discussion in mailing lists
Patches for bugs or enhancements (https://sogo.nu/bugs )
Provide new translations (https://github.com/inverse-inc/sogo#translations 
)
Feel free to send us your questions. You can also post them to the SOGo mailing 
list: https://sogo.nu/lists/info/users 

Getting Support

For any questions, do not hesitate to contact us by writing to 
supp...@inverse.ca 
Customer support packages for SOGo are available from 
https://inverse.ca/#support-plans 

smime.p7s
Description: S/MIME cryptographic signature


Re: [SOGo] BTS activities for Wednesday, January 31 2018 break mail compuse forward and reply !

2018-02-01 Thread Francis Lachapelle
Hello Gerhard

> On Feb 1, 2018, at 10:07 AM, Gerhard W. Recher (privat) (gerh...@recher.de) 
> <users@sogo.nu> wrote:
> 
> This nightly build breaks forward and reply totally!
> 
> angular.js:14791 TypeError: "Uploader" must be an instance of FileUploader
> at Object.link (angular-file-upload.js:1981)
> at angular.js:1383
> at va (angular.js:10610)
> at p (angular.js:)
> at f (angular.js:9239)
> at f (angular.js:9242)
> at p (angular.js:9993)
> at f (angular.js:9239)
> at p (angular.js:9993)
> at f (angular.js:9239) " nv-file-select="nv-file-select" uploader="editor.uploader" class="ng-hide" 
> multiple="multiple" id="fileInput">"

Already fixed. Try the latest nightly build and empty your browser's cache.

Francis


smime.p7s
Description: S/MIME cryptographic signature


Re: [SOGo] sogo 3.2.10 nigthly build report spam and report ham in SOGoMailJunkSettings have no web gui buttons

2018-01-24 Thread Francis Lachapelle
Hello Gerhard

> On Jan 23, 2018, at 12:50 PM, Gerhard W. Recher (privat) (gerh...@recher.de) 
> <users@sogo.nu> wrote:
> 
> Christian, you made my day !
> 
> I wonder why nobody replied with this answer earlier
> 
> 6th sep 2017: [SOGo] junk and nothunk button in webmail v 3.2.10
> 
> this works as expected... but mail has been forwarded to junk contact
> without any subject ...
> 
> is this a hidden config var ? or a bug ? or a feature ?

This was a bug which I fixed today.

Thanks,

Francis

smime.p7s
Description: S/MIME cryptographic signature


Re: [SOGo] add contact out of mail view in sogo 3.2.10 does not work like version 2.3.10

2018-01-23 Thread Francis Lachapelle
Hi Gerhard

> On Jan 23, 2018, at 1:03 PM, Gerhard W. Recher (privat) (gerh...@recher.de) 
> <users@sogo.nu> wrote:
> 
> reading mail in web on version 2.3.10, you may right click on address
> and add it to address book
> 
> in Version 3.2.10 you only have a link leading to compose new message to
> someone, but not the opportunity to add him to address book
> 
> any plans to re-enable this ?

Indeed, this is a feature we would like to restore. But I can't commit on to 
date.


Francis

smime.p7s
Description: S/MIME cryptographic signature


[SOGo] ANN: SOGo v2.3.23 released!

2017-10-18 Thread Francis Lachapelle
The Inverse Team is pleased to announce the immediate availability of SOGo 
v2.3.23. This is a minor release of SOGo which focuses on small new features 
and improved stability over previous versions.


What is SOGo

SOGo is a free and modern scalable groupware server. It offers shared 
calendars, address books and emails through your favorite Web browser or by 
using a native client such as Mozilla Thunderbird and Lightning, Apple Calendar 
and Address Book (Mac OS X and iOS) and Microsoft Outlook.

SOGo is standard-compliant and supports CalDAV, CardDAV and reuses existing 
IMAP, SMTP and database servers - making the solution easy to deploy and 
interoperable with many applications.

SOGo features:

Scalable architecture suitable for deployments from dozen to many thousand users
Rich Web-based interface that shares the look and feel, the features and the 
data of Mozilla Thunderbird and Lightning
Improved integration with Mozilla Thunderbird and Lightning by using the SOGo 
Connector and the SOGo Integrator
Native compatibility for Microsoft Outlook 2003, 2007, 2010, 2013 and 2016
Two-way synchronization support with any Microsoft ActiveSync-capable device 
(Apple iOS, Android, Windows Phone, BlackBerry 10) or Outlook 2013/2016
Excellent native integration with Apple software (OS X and iOS) and 
Android-based devices
and many more! SOGo and our connectors are completely free.


Changes from the previous release

Enhancements
[web] added Simplified Chinese (zh_CN) translation - thanks to Thomas Kuiper
[web] updated CKEditor to version 4.7.3

Bug fixes
[core] yearly repeating events are not shown in web calendar (#4237)
[core] correctly handle "Last day of the month" recurrence rule
[core] fixed yearly recurrence calculator with until date
[core] generalized HTML sanitization to avoid encoding issues when 
replying/forwarding mails
[eas] avoid sync requests for shared folders every second (#4275)
See https://sogo.nu/bugs/changelog_page.php?version_id=213 for closed tickets 
and https://github.com/inverse-inc/sogo/compare/SOGo-2.3.22...SOGo-2.3.23 for 
the complete change log.


Getting SOGo

SOGo is free software and is distributed under the GNU GPL. As such, you are 
free to download and try it by visiting the following page:

https://sogo.nu/download.html#/backend 

You can also download the sources by following the instructions on this page:

https://github.com/inverse-inc/sogo#source-code 


Front-end clients such as Mozilla Thunderbird, Mozilla Lightning (Inverse 
Edition), SOGo Connector and SOGo Integrator extensions are available for 
download from:

https://sogo.nu/download.html#/frontends 


Documentation about the installation and configuration of SOGo, Thunderbird or 
the native Microsoft Outlook compatibility layer is available from:

https://sogo.nu/support.html#/documentation 


You can also try our online SOGo demo at:

http://sogo-demo.inverse.ca/SOGo/ 


Upgrading to v2.3.23

No special measure needs to be taken when upgrading.


Helping

SOGo is a collaborative effort in order to create the best Free and Open Source 
groupware solution.

There are multiple ways you can contribute to the project:
Documentation reviews, enhancements and translations
Write test cases - if you know Python, join in!
Feature requests or by sharing your ideas
Participate to the discussion in mailing lists
Patches for bugs or enhancements (https://sogo.nu/bugs)
Provide new translations (https://github.com/inverse-inc/sogo#translations 
)
Feel free to send us your questions. You can also post them to the SOGo mailing 
list: https://sogo.nu/lists/info/users 


Getting Support

For any questions, do not hesitate to contact us by writing to 
supp...@inverse.ca 

Customer support packages for SOGo are available from 
https://inverse.ca/#support-plans 

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

Re: [SOGo] SOGo: INBOX blank page

2017-09-25 Thread Francis Lachapelle
Hi Ivan

> On Sep 23, 2017, at 1:45 PM, ivan.yagodin (ivan.yago...@exo-it.com) 
> <users@sogo.nu> wrote:
> 
> I need your help, as I have an issue with SOGo. it seems that it's a bug.
> 
> We use SOGo more than a year, all worked perfect. Now I got a blank page when 
> log in web mail. I tried many-many variants and found that if I remove last 
> mails using linux cli (about 100, last 10 days) then web mail works. (to 
> check that the problem is in these last mails,  I copied these 100 mails to 
> another user and he got a blank page too).
> 
> I need to say that both web and outlook versions work perfect for the rest 
> users.
> 
> I checked the logs of sogo, apache, dovecot, slapd services and didn't catch 
> any errors that could help to find the problem.
> 
> Any ideas what could it be? And how to check and solve it?

Any JavaScript error in your browser's console? 


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

Re: [SOGo] Theming SOGO

2017-09-25 Thread Francis Lachapelle
Hi Jay

I've updated the documentation on how to define a new color theme:

https://sogo.nu/files/docs/SOGoDevelopersGuide.html#_defining_an_alternate_color_theme

And here's the associated commit where you can find the "theme.js" file:

https://github.com/inverse-inc/sogo/commit/1e0b71bbda4ea3fe541813980173501992226684


Francis


> On Sep 13, 2017, at 2:36 PM, Jay Lepore (j...@compumatter.com) 
> <users@sogo.nu> wrote:
> 
> Hello,
> 
> I am using Sogo 3.2.1 and was wondering if there was a way for me to control 
> the colors used by Sogo ie; modify the bright green to something of our 
> preference ?
> 
> What sayeth the group ?
> 
> Jay
> CompuMatter



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

Re: [SOGo] user is logged off from webmail even while writing a mail

2017-09-21 Thread Francis Lachapelle
> On Sep 21, 2017, at 9:40 AM, Stefano Zamboni (tdi...@gmail.com) 
> <users@sogo.nu> wrote:
> 
> On 06/09/2017 19:12, stephane de Labrusse (step...@de-labrusse.fr) wrote:
>> Le 06/09/2017 à 11:15, Stefano Zamboni (tdi...@gmail.com) a écrit :
>>> in any case, any hint is more than welcome
>> how many time before to be logged off, something precise ?
>> 
> hi, sorry for the delay
> 
> no, unfortunately I have no way to understand how frequently it happens..
> 
> the strange thing is that (user reports) if I start writing a new mail, he's 
> logged out while he's typing.. and that's really strange..
> 
> Thank you mate
> 
> anything I can do to debug?
> 
> Finally.. I personally think that SOGo is a great piece of software but it 
> lacks tremendously on the debug side.. once you start having more than 10 
> users and you find an issue, you have almost no way to debug the problem 
> (both on the server and on the client side) and (the worst thing) there's no 
> answer from the developers on HOW to debug.. I'm not asking for a solution, 
> I'm just asking for a debug method to help my customer and SOGo's devs.

Debugging is unfortunately not easy. You'll find some entries in the FAQ that 
could help you start:

https://sogo.nu/nc/support/faq/select_category/50.html

I would recommend to set SOGoUIxDebugEnabled to YES, open your browser's 
development tools, and look for network activity. Try to identify in which 
circonstances the user gets kicked out.

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

Re: [SOGo] Store Sent Mail Addresses in Address Book

2017-08-28 Thread Francis Lachapelle
Hi Bersam

> On Aug 28, 2017, at 2:39 AM, Bersam Karbasion (bersa...@gmail.com) 
> <users@sogo.nu> wrote:
> 
> It seems SOGo doesn't store sent mail addresses in address book by default. 
> is there any way to do this task? so users don't have to type duplicate mail 
> address twice. I was thinking about a cron job that would add new email 
> address in address book directly on DB, but thought to ask first.

SOGo has this feature, you just need to enable it for your domain:

SOGoMailAddOutgoingAddresses = YES;

I just improved the documentation regarding this feature¹.

[1] 
https://github.com/inverse-inc/sogo/commit/ccf9ceb7294c40a114421578d597cf999d2b3294


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

[SOGo] ANN: SOGo v2.3.21 released!

2017-06-01 Thread Francis Lachapelle
The Inverse Team is pleased to announce the immediate availability of SOGo 
v2.3.21. This is a minor release of SOGo which focuses on small new features 
and improved stability over previous versions.


What is SOGo

SOGo is a free and modern scalable groupware server. It offers shared 
calendars, address books and emails through your favorite Web browser or by 
using a native client such as Mozilla Thunderbird and Lightning, Apple Calendar 
and Address Book (Mac OS X and iOS) and Microsoft Outlook.

SOGo is standard-compliant and supports CalDAV, CardDAV and reuses existing 
IMAP, SMTP and database servers - making the solution easy to deploy and 
interoperable with many applications.

SOGo features:

Scalable architecture suitable for deployments from dozen to many thousand users
Rich Web-based interface that shares the look and feel, the features and the 
data of Mozilla Thunderbird and Lightning
Improved integration with Mozilla Thunderbird and Lightning by using the SOGo 
Connector and the SOGo Integrator
Native compatibility for Microsoft Outlook 2003, 2007, 2010, 2013 and 2016
Two-way synchronization support with any Microsoft ActiveSync-capable device 
(Apple iOS, Android, Windows Phone, BlackBerry 10) or Outlook 2013/2016
Excellent native integration with Apple software (OS X and iOS) and 
Android-based devices
and many more! SOGo and our connectors are completely free.


Changes from the previous release

Enhancements

[core] improved event invitation for all day events (#4145)
[core] now possible to {un}subscribe to folders using sogo-tool
[eas] added photo support for GAL search operations
[web] added custom fields support from Thunderbird's address book
[web] updated CKEditor to version 4.7.0
[web] added Latvian (lv) translation - thanks to Juris Balandis
Bug fixes

[core] fixed calendar component move across collections (#4116)
[core] handle properly mails using windows-1255 charset (#4124)
[core] properly honor the "include in freebusy" setting (#3354)
[core] make sure to use crypt scheme when encoding md5/sha256/sha512 (#4137)
[core] newly subscribed calendars are excluded from freebusy (#3354)
[core] strip cr during LDIF import process (#4172)
[web] fixed mail delegation of pristine user accounts (#4160)
[web] respect SOGoLanguage and SOGoSupportedLanguages (#4169)
[eas] fixed opacity in EAS freebusy (#4033)
[eas] set reply/forwarded flags when ReplaceMime is set (#4133)
[eas] remove alarms over EAS if we don't want them (#4059)
[eas] correctly set RSVP on event invitations
[eas] avoid sending IMIP request/update messages for all EAS clients (#4022)
See https://sogo.nu/bugs/changelog_page.php?version_id=208 
 for closed tickets and 
https://github.com/inverse-inc/sogo/compare/SOGo-2.3.20...SOGo-2.3.21 
 for the 
complete change log.


Getting SOGo

SOGo is free software and is distributed under the GNU GPL. As such, you are 
free to download and try it by visiting the following page:

https://sogo.nu/download.html#/backend 
You can also download the sources by following the instructions on this page:

https://github.com/inverse-inc/sogo#source-code 

Front-end clients such as Mozilla Thunderbird, Mozilla Lightning (Inverse 
Edition), SOGo Connector and SOGo Integrator extensions are available for 
download from:

https://sogo.nu/download.html#/frontends 

Documentation about the installation and configuration of SOGo, Thunderbird or 
the native Microsoft Outlook compatibility layer is available from:

https://sogo.nu/support.html#/documentation 

You can also try our online SOGo demo at:

http://demo.sogo.nu/SOGo/ 

Upgrading to v2.3.21

No special measure needs to be taken when upgrading.


Helping

SOGo is a collaborative effort in order to create the best Free and Open Source 
groupware solution.

There are multiple ways you can contribute to the project:

Documentation reviews, enhancements and translations
Write test cases - if you know Python, join in!
Feature requests or by sharing your ideas
Participate to the discussion in mailing lists
Patches for bugs or enhancements (https://sogo.nu/bugs )
Provide new translations (https://github.com/inverse-inc/sogo#translations 
)
Feel free to send us your questions. You can also post them to the SOGo mailing 
list: https://sogo.nu/lists/info/users 

Getting Support

For any questions, do not hesitate to contact us by writing to 
supp...@inverse.ca 
Customer support packages for SOGo are available from 
https://inverse.ca/#support-plans 
-- 

[SOGo] ANN: SOGo v3.2.9 released!

2017-05-09 Thread Francis Lachapelle
The Inverse Team is pleased to announce the immediate availability of SOGo 
v3.2.9. This is a minor release of SOGo which focuses on small new features and 
improved stability over previous versions.


What is SOGo

SOGo is a free and modern scalable groupware server. It offers shared 
calendars, address books and emails through your favorite Web browser or by 
using a native client such as Mozilla Thunderbird and Lightning, Apple Calendar 
and Address Book (Mac OS X and iOS) and Microsoft Outlook.

SOGo is standard-compliant and supports CalDAV, CardDAV and reuses existing 
IMAP, SMTP and database servers - making the solution easy to deploy and 
interoperable with many applications.

SOGo features:

Scalable architecture suitable for deployments from dozen to many thousand users
Rich, responsible Web-based interface aligned with Google Material Design 
guidelines
Improved integration with Mozilla Thunderbird and Lightning by using the SOGo 
Connector and the SOGo Integrator
Native compatibility for Microsoft Outlook 2003, 2007, 2010, 2013 and 2016
Two-way synchronization support with any Microsoft ActiveSync-capable device 
(Apple iOS, Android, Windows Phone, BlackBerry 10) or Outlook 2013/2016
Excellent native integration with Apple software (OS X and iOS) and 
Android-based devices
and many more! SOGo and our connectors are completely free.


Changes from the previous release

New features

[core] email alarms now have pretty formatting (#805)
Enhancements

[core] improved event invitation for all day events (#4145)
[web] improved interface refresh time with external IMAP accounts
[eas] added photo support for GAL search operations
Bug fixes

[web] fixed attachment path when inside multiple body parts
[web] fixed email reminder with attendees (#4115)
[web] prevented form to be marked dirty when changing password (#4138)
[web] restored support for SOGoLDAPContactInfoAttribute
[web] avoid duplicated email addresses in LDAP-based addressbook (#4129)
[web] fixed mail delegation of pristine user accounts (#4160)
[core] cherry-picked comma escaping fix from v2 (#3296)
[core] fix sogo-tool restore potentially crashing on corrupted data (#4048)
[core] handle properly mails using windows-1255 charset (#4124)
[core] fixed email reminders sent multiple times (#4100)
[core] fixed LDIF to vCard conversion for non-handled multi-value attributes 
(#4086)
[core] properly honor the "include in freebusy" setting (#3354)
[core] make sure to use crypt scheme when encoding md5/sha256/sha512 (#4137)
[eas] set reply/forwarded flags when ReplaceMime 
 is set (#4133)
[eas] remove alarms over EAS if we don't want them (#4059)
[eas] correctly set RSVP on event invitations
[eas] avoid sending IMIP request/update messages for all EAS clients (#4022)
See https://sogo.nu/bugs/changelog_page.php?version_id=209 
 for closed tickets and 
https://github.com/inverse-inc/sogo/compare/SOGo-3.2.8...SOGo-3.2.9 
 for the 
complete change log.


Getting SOGo

SOGo is free software and is distributed under the GNU GPL. As such, you are 
free to download and try it by visiting the following page:

https://sogo.nu/download.html#/backend 
You can also download the sources by following the instructions on this page:

https://github.com/inverse-inc/sogo#source-code 

Front-end clients such as Mozilla Thunderbird, Mozilla Lightning (Inverse 
Edition), SOGo Connector and SOGo Integrator extensions are available for 
download from:

https://sogo.nu/download.html#/frontends 

Documentation about the installation and configuration of SOGo, Thunderbird or 
the native Microsoft Outlook compatibility layer is available from:

https://sogo.nu/support.html#/documentation 

You can also try our online SOGo demo at:

http://demo.sogo.nu/SOGo/ 

Upgrading to v3.2.9

No special measure needs to be taken when upgrading.


Helping

SOGo is a collaborative effort in order to create the best Free and Open Source 
groupware solution.

There are multiple ways you can contribute to the project:

Documentation reviews, enhancements and translations
Write test cases - if you know Python, join in!
Feature requests or by sharing your ideas
Participate to the discussion in mailing lists
Patches for bugs or enhancements (https://sogo.nu/bugs )
Provide new translations (https://github.com/inverse-inc/sogo#translations 
)
Feel free to send us your questions. You can also post them to the SOGo mailing 
list: https://sogo.nu/lists/info/users 

Getting Support

For any questions, do not hesitate to contact us by 

[SOGo] ANN: SOGo v3.2.8 released!

2017-03-24 Thread Francis Lachapelle
The Inverse Team is pleased to announce the immediate availability of SOGo 
v3.2.8. This is a minor release of SOGo which focuses on small new features and 
improved stability over previous versions.

What is SOGo

SOGo is a free and modern scalable groupware server. It offers shared 
calendars, address books and emails through your favorite Web browser or by 
using a native client such as Mozilla Thunderbird and Lightning, Apple Calendar 
and Address Book (Mac OS X and iOS) and Microsoft Outlook.

SOGo is standard-compliant and supports CalDAV, CardDAV and reuses existing 
IMAP, SMTP and database servers - making the solution easy to deploy and 
interoperable with many applications.

SOGo features:

• Scalable architecture suitable for deployments from dozen to many 
thousand users
• Rich, responsible Web-based interface aligned with Google Material 
Design guidelines

• Improved integration with Mozilla Thunderbird and Lightning by using 
the SOGo Connector and the SOGo Integrator
• Native compatibility for Microsoft Outlook 2003, 2007, 2010, 2013 and 
2016
• Two-way synchronization support with any Microsoft ActiveSync-capable 
device (Apple iOS, Android, Windows Phone, BlackBerry 10) or Outlook 2013/2016
• Excellent native integration with Apple software (OS X and iOS) and 
Android-based devices
and many more! SOGo and our connectors are completely free.

Changes from the previous release

New features

• [core] new sogo-tool manage-acl command to manage calendar/address 
book ACLs

Enhancements

• [web] constrain event/task reminder to a positive number
• [web] display year in day and week views
• [web] split string on comma and semicolon when pasting multiple 
addresses (#4097)
• [web] restrict Draft/Sent/Trash/Junk mailboxes to the top level
• [web] animations are automatically disabled under IE11
• [web] updated Angular Material to version 1.1.3

Bug fixes

• [core] handle broken CalDAV clients sending bogus SENT-BY (#3992)
• [core] fixed handling of exdates and proper intersection for fbinfo 
(#4051)
• [core] remove attendees that have the same identity as the organizer 
(#3905)
• [web] fixed ACL editor in admin module for Safari (#4036)
• [web] fixed function call when removing contact category (#4039)
• [web] localized mailbox names everywhere (#4040, #4041)
• [web] hide fab button when printing (#4038)
• [web] SOGoCalendarWeekdays must now be defined before saving 
preferences
• [web] fixed CAS session timeout handling during XHR requests (#1456)
• [web] exposed default value of SOGoMailAutoSave (#4053)
• [web] exposed default value of SOGoMailAddOutgoingAddresses (#4064)
• [web] fixed handling of contact organizations (#4028)
• [web] fixed handling of attachments in mail editor (#4058, #4063)
• [web] fixed saving draft outside Mail module (#4071)
• [web] fixed SCAYT automatic language selection in HTML editor
• [web] fixed task sorting on multiple categories
• [web] fixed sanitisation of flags in Sieve filters (#4087)
• [web] fixed missing CC or BCC when specified before sending message 
(#3944)
• [web] enabled Save button after deleting attributes from a card 
(#4095)
• [web] don't show Copy To and Move To menu options when user has a 
single address book
• [web] fixed display of category colors in events and tasks lists
• [eas] fixed opacity in EAS freebusy (#4033)

See https://sogo.nu/bugs/changelog_page.php?version_id=207 
 for closed tickets and 
https://github.com/inverse-inc/sogo/compare/SOGo-3.2.7...SOGo-3.2.8 
 for the 
complete change log.

Getting SOGo

SOGo is free software and is distributed under the GNU GPL. As such, you are 
free to download and try it by visiting the following page:

https://sogo.nu/download.html#/backend 

You can also download the sources by following the instructions on this page:

https://github.com/inverse-inc/sogo#source-code 


Front-end clients such as Mozilla Thunderbird, Mozilla Lightning (Inverse 
Edition), SOGo Connector and SOGo Integrator extensions are available for 
download from:

https://sogo.nu/download.html#/frontends 


Documentation about the installation and configuration of SOGo, Thunderbird or 
the native Microsoft Outlook compatibility layer is available from:

https://sogo.nu/support.html#/documentation 


You can also try our online SOGo demo at:

http://demo.sogo.nu/SOGo/ 

Upgrading to v3.2.8

No special measure needs to be taken 

Re: [SOGo] Preferred patch process

2017-03-20 Thread Francis Lachapelle
Hello Gordon

> On Mar 20, 2017, at 1:10 PM, Gordon Messmer (gordon.mess...@gmail.com) 
> <users@sogo.nu> wrote:
> 
> When submitting changes to SOGo, should we be filing bugs at 
> https://sogo.nu/bugs/ in addition to pull requests, or is a pull request on 
> github sufficient?

Opening a PR is sufficient. Just be patient :)

Thanks,

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

Re: [SOGo] disable animations

2017-01-03 Thread Francis Lachapelle
> 
> On Jan 3, 2017, at 5:10 PM, To Ja (goa.ra...@gmail.com) <users@sogo.nu> wrote:
> 
> Hi Everyone.
> Sogo3 interface is beautiful, but all these animations are killing 
> performance.
> Is there a way to disable them?

You can start by disabling the "ink" effect by adding this property to the body 
element: 

  md-no-ink="true"

The body element is defined in the UIxPageFrame.wox template.


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

Re: [SOGo] Not able to choose Appropriate function

2016-12-28 Thread Francis Lachapelle
Hello Vickey

> On Dec 28, 2016, at 2:04 AM, Vickey Patel (vickeypatel...@gmail.com) 
> <users@sogo.nu> wrote:
> 
> I have installed Sogo 3.2.1 version with iredmail on Centos 6.5, everything 
> looks great!
> 
> I am trying to call the NewMessage function of mailbox from Addressbook and 
> Calendar page but its not working.

Can you explain exactly how you tried to call this function?

> NewMessage function is working only on mailbox page and in the same way 
> NewAddressbook and NewCalendar functions is working only on perticular page.
> 
> This are  the functions for Creating new Email, NewAddressbook and 
> NewCalendar :- 
> 
> mailbox.newMessage($event)
> 
> addressbook.newComponent('card')
> 
> list.newComponent($event, 'appointment')
> 
> can you tell me how can i call these all function from all pages like Email, 
> Addressbook and Calendar. 

It's currently possible to compose a message from the Contacts module. Check 
the newMessage function from the AddresBook controller:

https://github.com/inverse-inc/sogo/blob/master/UI/WebServerResources/js/Contacts/AddressBookController.js#L322


Francis



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

Re: [SOGo] Drag and drop attachment don't work

2016-12-10 Thread Francis Lachapelle
Hi Maxime

> On Dec 8, 2016, at 9:06 AM, Maxime Bourget (maxime.bour...@cptaq.gouv.qc.ca) 
> <users@sogo.nu> wrote:
> 
> Since SOGo 2.3.18, we can't drag and drop attachment in email. The splash 
> stay in the email window. The button works well.
> I test it with SOGo 2.3.18 on Precise and with 
> http://sogo-demo.inverse.ca/SOGo/
> 
> I don't know if this known issue.


Indeed. I've updated jQuery and jQuery-UI to fix the problem. Will be part of 
release 2.3.19.

Thanks,

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

[SOGo] ANN: SOGo v3.2.4 released!

2016-12-01 Thread Francis Lachapelle
The Inverse Team is pleased to announce the immediate availability of SOGo 
v3.2.4. This is a minor release of SOGo which focuses on small new features and 
improved stability over previous versions. 


What is SOGo

SOGo is a free and modern scalable groupware server. It offers shared 
calendars, address books and emails through your favorite Web browser or by 
using a native client such as Mozilla Thunderbird and Lightning, Apple Calendar 
and Address Book (Mac OS X and iOS) and Microsoft Outlook. 

SOGo is standard-compliant and supports CalDAV, CardDAV and reuses existing 
IMAP, SMTP and database servers - making the solution easy to deploy and 
interoperable with many applications. 

SOGo features: 

Scalable architecture suitable for deployments from dozen to many thousand 
users 
Rich, responsible Web-based interface aligned with Google Material Design 
guidelines 
Improved integration with Mozilla Thunderbird and Lightning by using the SOGo 
Connector and the SOGo Integrator 
Native compatibility for Microsoft Outlook 2003, 2007, 2010, 2013 and 2016 
Two-way synchronization support with any Microsoft ActiveSync-capable device 
(Apple iOS, Android, Windows Phone, BlackBerry 10) or Outlook 2013/2016 
Excellent native integration with Apple software (OS X and iOS) and 
Android-based devices 
and many more! SOGo and our connectors are completely free. 


Changes from the previous release

New features

[core] new sogo-tool cleanup user feature 
Enhancements

[core] added handling of BYSETPOS for BYDAY in recurrence rules 
[web] added sort by start date for tasks (#3840) 
Bug fixes

[web] fixed JavaScript exception when SOGo is launched from an external link 
(#3900) 
[web] restored fetching of freebusy information of MS Exchange contacts 
[web] fixed mail attribute when importing an LDIF file (#3878) 
[eas] properly escape all GAL responses (#3923) 
See https://sogo.nu/bugs/changelog_page.php?version_id=200 
 for closed tickets and 
https://github.com/inverse-inc/sogo/compare/SOGo-3.2.3...SOGo-3.2.4 
 for the 
complete change log. 


Getting SOGo

SOGo is free software and is distributed under the GNU GPL. As such, you are 
free to download and try it by visiting the following page: 

https://sogo.nu/download.html#/backend 
You can also download the sources by following the instructions on this page: 

https://github.com/inverse-inc/sogo#source-code 

Front-end clients such as Mozilla Thunderbird, Mozilla Lightning (Inverse 
Edition), SOGo Connector and SOGo Integrator extensions are available for 
download from: 

https://sogo.nu/download.html#/frontends 

Documentation about the installation and configuration of SOGo, Thunderbird or 
the native Microsoft Outlook compatibility layer is available from: 

https://sogo.nu/support.html#/documentation 

You can also try our online SOGo demo at: 

http://demo.sogo.nu/SOGo/ 

Upgrading to v3.2.4

No special measure needs to be taken when upgrading. 


Helping

SOGo is a collaborative effort in order to create the best Free and Open Source 
groupware solution. 

There are multiple ways you can contribute to the project: 

Documentation reviews, enhancements and translations 
Write test cases - if you know Python, join in! 
Feature requests or by sharing your ideas 
Participate to the discussion in mailing lists 
Patches for bugs or enhancements (https://sogo.nu/bugs ) 
Provide new translations (https://github.com/inverse-inc/sogo#translations 
) 
Feel free to send us your questions. You can also post them to the SOGo mailing 
list: https://sogo.nu/lists/info/users 

Getting Support

For any questions, do not hesitate to contact us by writing to 
supp...@inverse.ca 
Customer support packages for SOGo are available from 
https://inverse.ca/#support-plans 
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] documentation sogo 2.3.18 missing

2016-11-30 Thread Francis Lachapelle
Hello Julian

> On Nov 29, 2016, at 9:14 AM, Julian Vanden Broeck 
> (julian.vandenbro...@unamur.be) <users@sogo.nu> wrote:
> 
> I would like to find the documentation of sogo2 but I can't find the pdf on 
> your website! So could you help me please?
> 
> The link available on this website 
> http://v2.sogo.nu/support/documentation.html (juste before "For SOGo version 
> 2.3.7") doesn't give the good pdf (user guide for version 3.0.1)?
> 
> Could you tell me where I can get the right documentation?

The latest version is always available on github:

https://github.com/inverse-inc/sogo/tree/v2/Documentation

But I updated the PDF files on the Website.

Thanks,

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

Re: [SOGo] [WEB UI ] where is the tool "print"

2016-11-25 Thread Francis Lachapelle
> On Nov 25, 2016, at 9:01 AM, Sylvain Amado (syl.am...@gmail.com) 
> <users@sogo.nu> wrote:
> 
> Hey 
> The new version of UI  Sogo 3.2.2 is very nice, but I search the function 
> "Print" 
> Where is the button  ?

You should not be using a printer in 2016 ;)

But if you want to live in the past, use v2. Or wait until we restore the CSS 
for printing in v3 ..


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

[SOGo] ANN: SOGo v3.2.2

2016-11-23 Thread Francis Lachapelle
The Inverse Team is pleased to announce the immediate availability of SOGo 
v3.2.2. This is a minor release of SOGo which focuses on small new features and 
improved stability over previous versions. 


What is SOGo

SOGo is a free and modern scalable groupware server. It offers shared 
calendars, address books and emails through your favorite Web browser or by 
using a native client such as Mozilla Thunderbird and Lightning, Apple Calendar 
and Address Book (Mac OS X and iOS) and Microsoft Outlook. 

SOGo is standard-compliant and supports CalDAV, CardDAV and reuses existing 
IMAP, SMTP and database servers - making the solution easy to deploy and 
interoperable with many applications. 

SOGo features:

Scalable architecture suitable for deployments from dozen to many thousand 
users 
Rich, responsible Web-based interface aligned with Google Material Design 
guidelines 
Improved integration with Mozilla Thunderbird and Lightning by using the SOGo 
Connector and the SOGo Integrator 
Native compatibility for Microsoft Outlook 2003, 2007, 2010, 2013 and 2016 
Two-way synchronization support with any Microsoft ActiveSync-capable device 
(Apple iOS, Android, Windows Phone, BlackBerry 10) or Outlook 2013/2016 
Excellent native integration with Apple software (OS X and iOS) and 
Android-based devices 
and many more! SOGo and our connectors are completely free.

Changes from the previous release

New features
[core] support repetitive email alarms on tasks and events (#1053) 
[web] allow to hide center column on large screens (#3861) 
[eas] relaxed permission requirements for subscription synchronizations (#3118 
and #3180) 
Enhancements
[core] added sha256-crypt and sha512-crypt password support 
[core] updated time zones to version 2016i 
[eas] now also search on senders when using EAS Search ops 
[web] allow multiple messages to be marked as seen (#3873) 
[web] use switches instead of checkboxes in Calendars module 
Bug fixes
[core] fixed condition in weekly recurrence calculator 
[core] always send IMIP messages using UTF-8 
[web] fixed mail settings persistence when sorting by arrival date 
[web] disable submit button while saving an event or a task (#3880) 
[web] disable submit button while saving a contact 
[web] fixed computation of week number 
[web] fixed and improved IMAP folder subscriptions manager (#3865) 
[web] fixed Sieve script activation when vacation start date is in the future 
(#3885) 
[web] fixed moving a component without the proper rights (#3889) 
[web] restored Sieve folder encoding support (#3904) 
[web] allow edition of a mailbox rights when user can administer mailbox 

See https://sogo.nu/bugs/changelog_page.php?version_id=198 
 for closed tickets and 
https://github.com/inverse-inc/sogo/commits/SOGo-3.2.2 
 for the complete 
change log. 


Getting SOGo

SOGo is free software and is distributed under the GNU GPL. As such, you are 
free to download and try it by visiting the following page: 

https://sogo.nu/download.html#/backend 

You can also download the sources by following the instructions on this page: 

https://github.com/inverse-inc/sogo#source-code 


Front-end clients such as Mozilla Thunderbird, Mozilla Lightning (Inverse 
Edition), SOGo Connector and SOGo Integrator extensions are available for 
download from: 

https://sogo.nu/download.html#/frontends 


Documentation about the installation and configuration of SOGo, Thunderbird or 
the native Microsoft Outlook compatibility layer is available from: 

https://sogo.nu/support.html#/documentation 


You can also try our online SOGo demo at: 

http://demo.sogo.nu/SOGo/ 


Upgrading to v3.2.2

No special measure needs to be taken when upgrading. 


Helping

SOGo is a collaborative effort in order to create the best Free and Open Source 
groupware solution. 

There are multiple ways you can contribute to the project: 
Documentation reviews, enhancements and translations 
Write test cases - if you know Python, join in! 
Feature requests or by sharing your ideas 
Participate to the discussion in mailing lists 
Patches for bugs or enhancements (https://sogo.nu/bugs ) 
Provide new translations (https://github.com/inverse-inc/sogo#translations 
) 
Feel free to send us your questions. You can also post them to the SOGo mailing 
list: https://sogo.nu/lists/info/users 


Getting Support

For any questions, do not hesitate to contact us by writing to 
supp...@inverse.ca 

Customer support packages for SOGo are available from 
https://inverse.ca/#support-plans 

Re: [SOGo] markMessageRead gives HTTP 500 error

2016-11-17 Thread Francis Lachapelle
> On Nov 17, 2016, at 1:23 PM, Niklaas Baudet von Gersdorff (st...@niklaas.eu) 
> <users@sogo.nu> wrote:
> 
> Francis Lachapelle [2016-11-17 12:56 -0500] :
> 
>>> Francis Lachapelle [2016-11-17 10:20 -0500] :
>>> 
>>>> Sniff your IMAP traffic to see the error returned from your IMAP server.
>>> 
>>> What's the best way to do that? I tried `tcpdump` but I cannot
>>> decipher its output. Because SOGo and Dovecot communicate over
>>> 993 there will be not a lot for me to see, I guess.
>> 
>> Use imapproxy and configure SOGo to connect to imapproxy rather than 
>> directly to your Dovecot server.
> 
> I see. Looks like a tool for my utility belt, anyway. :-) I'm
> setting it up.
> 
> And imapproxy's log is more informative? Or shall I configure
> SOGo to connect to imapproxy on 143 while imapproxy connects to
> Dovecot on 993, so that I can tcpdump between SOGo and imapproxy?

The latter.

>>> anything suspicious. However, I suspect that this is not an issue
>>> with Dovecot but with SOGo because other clients such as Mutt and
>>> AquaMail work as expected.
>> 
>> We still need to know the full discussion exchanged between SOGo and Dovecot 
>> if there is one.
> 
> Of course.
> 
>Niklaas



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

  1   2   3   4   5   6   >