[SOGo] BTS activities for Monday, February 24 2014

2014-02-24 Thread SOGo reporter
Title: BTS activities for Monday, February 24 2014





  
BTS Activities

  Home page: http://www.sogo.nu/bugs
  Project: SOGo
  For the period covering: Monday, February 24 2014

  
  
idlast updatestatus (resolution)categorysummary
	
	
	  
	
2596
	2014-02-24 13:39:23
	updated (open)
	SOGo Connector
	SoGo-Connector for SeaMonkey (formerly Mozilla Suite)
	
	  
	
2614
	2014-02-24 03:32:49
	updated (open)
	ActiveSync
	Contact postal address is shown on a single line
	
	  
	
2489
	2014-02-24 22:39:54
	updated (open)
	Apple iCal.app
	Apple iCal - OS X 10.9 - Delegated Calendars Show Error
	
	  
	
2610
	2014-02-24 03:29:47
	updated (open)
	Web Calendar
	Superuser can read source code of other user's appointments, but displayed as "(Public Event)"
	
	  
	
2611
	2014-02-24 03:30:52
	updated (open)
	Web Calendar
	Bad error message if viewing appointment sources, but not allowed to
	
	  
	
2541
	2014-02-24 08:00:31
	resolved (fixed)
	Backend Calendar
	overbooking of resources without warning
	
	  
	
2605
	2014-02-24 16:41:52
	resolved (fixed)
	Backend Calendar
	Resources not auto accept events
	
	  
	
  
  




[SOGo] Can't Login after Install/Configuration of New Instance

2014-02-24 Thread Ron Scott-Adams
I'm building a new SOGo install very similar to a current, working one. I'm 
experiencing an issue with logging in. There is a single auth source (ldap). 
The error is: "SOGoRootPage Login for user 'username' might not have worked - 
password policy: 65535  grace: -1  expire: -1  bound: 0" What can I do to 
elicit more information?

The configuration is not different between the two servers that I can tell, 
except those parts necessary due to the server being different. I have ensured 
the necessary entries exist in LDAP, and everything else seems correct. 
ldapwhoami authenticates the user fine.

My sogo.conf follows. If I can provide anything else, please let me know.

{
SOGoProfileURL = "postgresql://sogo:sogo@localhost:5432/sogo/sogo_user_profile";
OCSFolderInfoURL = 
"postgresql://sogo:sogo@localhost:5432/sogo/sogo_folder_info";
OCSSessionsFolderURL = 
"postgresql://sogo:sogo@localhost:5432/sogo/sogo_sessions_folder";
OCSEMailAlarmsFolderURL = 
"postgresql://sogo:sogo@localhost:5432/sogo/sogo_alarms_folder";

SOGoSMTPServer = 127.0.0.1;
SOGoMailDomain = tohuw.net;
SOGoMailingMechanism = smtp;
SOGoForceExternalLoginWithEmail = NO;
SOGoMailSpoolPath = /var/spool/sogo;

SOGoIMAPServer = localhost;
NGImap4ConnectionStringSeparator = "/";
SOGoDraftsFolderName = Drafts;
SOGoSentFolderName = Sent;
SOGoTrashFolderName = Trash;

SOGoIMAPAclConformsToIMAPExt = YES;
SOGoMailAuxiliaryUserAccountsEnabled = YES;
SOGoDefaultCalendar = "personal";

SOGoHideSystemEmail = YES;

SOGoSieveServer = sieve://127.0.0.1:4190;
SOGoSieveScriptsEnabled = YES;
SOGoVacationEnabled = YES;
SOGoForwardEnabled = YES;
SOGoSieveServer = sieve://127.0.0.1:4190;

SOGoAppointmentSendEMailNotifications = YES;
SOGoACLsSendEMailNotifications = YES;
SOGoEnableEmailAlarms = YES;

SOGoUserSources = (
   {
   type = ldap;
   CNFieldName = cn;
   IDFieldName = uid;
   UIDFieldName = uid;
   baseDN = "ou=Users,dc=tohuw,dc=net";
   bindDN = "uid=sogo,ou=Services,dc=tohuw,dc=net";
   bindPassword = [redacted];
   canAuthenticate = YES;
   displayName = "Shared Addresses";
   hostname = ldap://127.0.0.1:389;
   id = public;
   isAddressBook = YES;
   }
);

SOGoPasswordChangeEnabled = YES;

SOGoPageTitle = Webmail;
SOGoLanguage = English;
SOGoTimeZone = America/New_York;
}


Ron Scott-Adams
r...@tohuw.net
“We are stuck with technology when what we really want is just stuff that 
works.” (Douglas Adams)




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

Re: [SOGo] mail aliases for calendar

2014-02-24 Thread Nigel Pegram
Excellent, thanks for the detailed explanation.

Nigel

On 24/02/14 22:13, Christian Mack wrote:
> Hello Nigel Pegram
>
>
> ABBAS Alain is right, if your user bob has an email address of
> b...@somewhere.com AND an alias of i...@somewhere.com, then they should
> both be in the LDAP for user bob.
>
>
> But if you forward i...@somewhere.com to bob (and some other users) you
> can delegate use of i...@somewhere.com to bob (and the other users).
> In the SOGo Webfrontend you can do that by logging in as user "it".
> Then in "Mail" right click on "i...@somewhere.com" in the folder tree.
> Choose "Delegation...".
> It will open a window, where you can press the "Add" button.
> Another window opens, where you can search for bob.
> Select bob and press "Add" button on the bottom.
> Now close both windows again.
>
> When bob now logs in to SOGo, he can use "i...@somewhere.com" as sender in
> any email, and he can accept invitations for "i...@somewhere.com".
>
>
> Kind regards,
> Christian Mack
>
> Am 2014-02-24 09:56, schrieb Nigel Pegram:
>> Thanks for the response, but I don't think were talking about the same
>> thing. As I understand your reply, you're referring to referencing a
>> different data field for email address information.
>>
>> My issue revolves around the person having more than one external email
>> address: e.g. you can contact them on b...@somewhere.com and on
>> i...@somewhere.com. An email to either address ends up in bob's inbox. The
>> challenge is that if sogo is set up so that the calendar is for
>> b...@somewhere.com, then meeting invitations sent to i...@somewhere.com do
>> not work.
>>
>>
>> On 23/02/14 01:18, ABBAS Alain wrote:
>>> you must have in your sogo configuration file :
>>> MailFieldNames =(mail,alias);
>>> with all fields who could contain an email adress of the user
>>>
>>>
>>>
>>> Le Samedi 22 Février 2014 03:35 CET, Nigel Pegram 
>>> a écrit:
>>>  
 Hello,

 At one of the sites where I have installed SOGo, I encountered a
 hiccough when one team member created an appointment inviting others.

 The recipient team member has multiple email addresses, so they received
 on a different account than the one which is connected to their
 calendar. Yet, since their mail is received/collected by a central
 server, it all ends up at the one account.

 The recipient was unable to accept the appointment. The error message
 was not helpful.

 It occurred to me that a solution may be a setting which allows ema il
 aliases to be recorded so that events processed using any of the listed
 email accounts are placed in the primary email address's calendar.

 Is this possible?

 It seems a useful addition. I can't be the only person who is dealing
 with clients who have multiple email addresses.

 Your thoughts?

 Nigel
 --
 users@sogo.nu
 https://inverse.ca/sogo/lists
>>> --
>>> *Alain Abbas*
>>> 11 rue Robert Schumann
>>> 54500 Vandoeuvre
>>> Tel : +333 83 18 02 70
>>> skype: alain.abbas 
>

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


[SOGo] ANN: SOGo v2.2.0

2014-02-24 Thread Francis Lachapelle
The Inverse Team is pleased to announce the immediate availability of SOGo 
2.2.0. This is a minor release of SOGo which focuses on improved stability over 
previous versions and the addition of the Microsoft ActiveSync protocol support.


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 (OSX and iOS) and Microsoft Outlook.

SOGo is standard-compliant and supports CalDAV, CardDAV, GroupDAV 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 and 2010
Two-way synchronization support with any Microsoft ActiveSync-capable device 
(Apple iOS, Android, Windows Phone, BlackBerry 10) or Outlook 2013
Excellent native integration with Apple software (OSX and iOS) and 
Android-based devices
and many more! SOGo and our connectors are completely free.


Changes from the previous release

New features

initial implementation of Microsoft ActiveSync protocol
it's now possible to set a default reminder for calendar components using 
SOGoCalendarDefaultReminder
select multiple files to attach to a message or drag'n'drop files onto the mail 
editor; will also now display progress of uploads
new popup menu to download all attachments of a mail
move & copy messages between different accounts
support for the Sieve 'body' extension (mail filter based on the body content)
Enhancements

we now automatically convert  into file attachments using CIDs 
to prevent Outlook issues
updated French, Finnish, Polish, German, Russian, and Spanish (Spain) 
translations
XMLHttpRequest.js is now loaded conditionaly (< IE9)
format time in attendees invitation window according to the user's locale
improved IE11 support
respect signature placement when forwarding a message
respect Sieve server capabilities
encode messages in quoted-printable when content is bigger than 72 bytes
we now use binary encoding in memcached (#2587)
warn user when overbooking a resource by creating an event in its calendar 
(#2541)
converted JavaScript alerts to inline CSS dialogs in appointment editor
visually identify users with no freebusy information in autocompletion widget 
of attendees editor (#2565)
respect occurences of recurrent events when deleting selected events (#1950)
improved confirmation dialog box when deleting events and tasks
moved the DN cache to SOGoCache - avoiding sogod restarts after RDN operations
don't use the HTML editor with Internet Explorer 7
add message-id header to appointment notifications (#2535)
detect URLs in popup of events
improved display of a contact (#2350)
Bug fixes

don't load 'background' attribute (#2437)
fixed validation of subscribed folders (#2583)
fixed display of folder names in messages filter editor (#2569)
fixed contextual menu of the current calendar view (#2557)
fixed handling of the '=' character in cards/events/tasks (#2505)
simplify searches in the address book (#2187)
warn user when dnd failed because of a resource conflict (#1613)
respect the maximum number of bookings when viewing the freebusy information of 
a resource (#2560)
encode HTML entities when forwarding an HTML message inline in plain text 
composition mode (#2411)
encode HTML entities in JSON data (#2598)
fixed handling of ACLs on shared calendars with multiple groups (#1854)
fixed HTML formatting of appointment notifications for Outlook (#2233)
replace slashes by dashes in filenames of attachments to avoid a 404 return 
code (#2537)
avoid over-using LDAP connections when decomposing groups
fixed display of a contact's birthday when not defined (#2503)
fixed JavaScript error when switching views in calendar module (#2613)
New extensions for Mozilla Thunderbird 24 ESR have also been generated.

See http://www.sogo.nu/bugs/changelog_page.php?project_id=1 for closed tickets 
and https://github.com/inverse-inc/sogo/commits/SOGo-2.2.0 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:

http://www.sogo.nu/downloads/backend.html

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

http://www.sogo.nu/development/source_code.html

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

http://www.sogo.nu/downloads/frontends.html

[SOGo] Reply All to a message in the Sent folder

2014-02-24 Thread Laz C. Peterson
Hi there SOGo developers,

It would be great to see a feature similar to Apple’s Mail application, where 
clicking “Reply All” to a message sent by the user actually opens up a new 
email with the exact same To:, CC:, and BCC: recipients.

Just a thought.
~Laz-- 
users@sogo.nu
https://inverse.ca/sogo/lists

[SOGo] URLs contain double slashes

2014-02-24 Thread Janis Hamme
Hey all,

I noticed some URLs in the Webinterface contain double slashes. Examples
are:

> GET /SOGo/so/test123/Calendar//personal/properties

Due to this the links in the calendar properties window are wrong. The
relative URLs for Caldav/ICS/XML point to /SOGO/so/dav instead to /SOGO/dav

I tried to add a rewrite rule to the webserver to fix URLs containing
double slashes, but that broke other functionally as some HTTP POST
requests are redirected and the POST data is lost:

POST /SOGo/so/test...@examplemail.tk/Mail//0/folderINBOX/moveMessages
POST /SOGo/so/test...@examplemail.tk/Mail//0/folderINBOX/batchDelete
POST /SOGo/so/test...@examplemail.tk/Mail//0/folderINBOX/uids

The list of examples is probably not complete. Should be an easy fix.

 - Janis


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


Re: [SOGo] Zero Effort Groupware

2014-02-24 Thread Nerijus Baliunas
On Tue, 25 Feb 2014 07:52:21 +1000 br...@misgroup.com.au wrote:

> Hi, I have just installed the ZEG on our datacentre server to test out.
> Unfortunately, I cant use DHCP on this system and I need to access the
> base linux system to setup the IP so I can test. Does anyone know the root
> password for the ZEG system.

Login as sogo user and then "sudo su".

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


Re: [SOGo] Zero Effort Groupware

2014-02-24 Thread Marc Cyr
Ez Brett!

I find it's easier to setup your own virtual machine from scratch than
tying to modify the demo ZEG appliance to suit it to your own needs.

Keep in mind that you don't have SSL, no SMTP auth setup, no virus/spam
filtering with the demo appliance.

The login and password for the ZEG prebuilt virtual appliance is on the
official download webpage.. let me google that for you :P

Do a login with user sogo password sogo.

Then sudo your way up and passwd root.

Here's some links for you:

(This is copy-paste of what Pablo previously mentioned on this mailing list:

My preference is Ubuntu 12.04 LTS (Long Term Support) for production
> servers. In any event, you have several choices re: installation (in no
> particular order):
>
>- SOGo, Samba4 & OpenChange Install | 
> iabsis
>
>
>- SOGo& Open-Source Groupware | Linux 
> Journal
>
>
>- ZEG install script 
>
>
>- HowTo build your own OpenChange/SOGo appliance | 
> OpenChange
>
>
>- SOGo | Debian Wiki 
>
> RE: Limitations of the VirtualBox ZEG appliance:
>
>- No SSL (like you mentioned);
>
>
>- No SMTP-AUTH;
>
>
>- No spam/virus filtering.
>
> -Pablo




I think the ZEG demo appliance is based on Ubuntu server? Nothing is
preventing you to switch from DHCP to static ip using
/etc/network/interfaces

Good luck!

Marc


On Mon, Feb 24, 2014 at 4:52 PM,  wrote:

> Hi, I have just installed the ZEG on our datacentre server to test out.
> Unfortunately, I can't use DHCP on this system and I need to access the
> base linux system to setup the IP so I can test. Does anyone know the root
> password for the ZEG system.
>
> Cheers
>
>
> balemon
>
>
> --
> users@sogo.nu
> https://inverse.ca/sogo/lists
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

[SOGo] Zero Effort Groupware

2014-02-24 Thread brett
Hi, I have just installed the ZEG on our datacentre server to test out.
Unfortunately, I can’t use DHCP on this system and I need to access the
base linux system to setup the IP so I can test. Does anyone know the root
password for the ZEG system.

Cheers


balemon


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

Re: [SOGo] Upcoming v2.2 release

2014-02-24 Thread Sean M. Pappalardo

Hello.

On 02/07/2014 07:27 AM, Ludovic Marcotte wrote:

SOGo v2.2 is almost ready. We've done a good amount of changes in SOGo
and the extensions.


Excellent news! I am looking to upgrade just as soon as 2.2 is released 
so I can start using SOGo with Outlook 2013 (for my users that refuse to 
change to Thunderbird.)


On that note, can you tell us about when you expect to release it? My 
users are chomping at the bit and I need to give them a time frame.


Sincerely,
Sean M. Pappalardo
Sr. Networks Engineer
Renegade Technologies
spappala...@renegadetech.com
Office: (630) 631-6188
http://www.renegadetech.com

--
This communication, along with any documents, files or attachments, is 
intended only for the use of the addressee and may contain confidential 
information. If you are not the intended recipient, you are hereby 
notified that any dissemination, distribution or copying of any 
information contained in or attached to this communication is strictly 
prohibited.
If you have received this message in error, please notify the sender 
immediately and destroy the original communication and its attachments 
without reading, printing or saving in any manner.




smime.p7s
Description: S/MIME Cryptographic Signature


Re: [SOGo] Large deployments

2014-02-24 Thread Jean Benoit
On Fri, Dec 20, 2013 at 07:35:40AM -0500, Ludovic Marcotte wrote:
> There are a couple of things you should look at for under-performing
> sogod child processes:
> 
> 1. make sure your IMAP server is fast. Look at Cyrus IMAP Server or
>Dovecot with indexes. You might also want to use imapproxy in
>between SOGo and your imap server
> 2. make sure your LDAP server is properly indexed - see the SOGo
>installation guide for details
> 3. make sure the number of sogod workers X the value of SxVMemLimit is
>lower than the amount of RAM you have - so you don't start swapping
> 4. tune your database server - especially if you do use MySQL

Recently, we discovered another aspect that needs to be tuned
on the web side.

We had a performance problem crippling SOGo for several days.
The parent process was waiting a long time for unresponsive children.
Lots of kernel messages filled the log saying:
TCP: Possible SYN flooding on port 2. Sending cookies.
Strace showed a strange behaviour: a child process accepts an Nginx
connection, and then blocks polling() on the socket for over a minute.
Capture trafic on the loopback interface, we saw TCP retransmissions
between Nginx and SOGo.

With the help of the following page
http://blog.dubbelboer.com/2012/04/09/syn-cookies.html
we understood the problem and found a solution.
Nginx was hammering SOGo too fast and saturating the listen queue.
It turned out that the listen backlock was too low;
Unless specified, WOListenQueueSize defaults to 5 :

(in _prepareListeningSocket, 
sope/sope-appserver/NGObjWeb/WOWatchDogApplicationMain.m
backlog = [[NSUserDefaults standardUserDefaults]
integerForKey: @"WOListenQueueSize"];
if (!backlog)
  backlog = 5;
[listeningSocket listenWithBacklog: backlog];

(in sope/sope-appserver/NGObjWeb/Defaults.plist)
WOListenQueueSize = 5;

This value is insufficient in a large SOGo installation :
we had enough workers to handle the load.
We set WOListenQueueSize to 511 in ~sogo/GNUstep/Defaults/.GNUstepDefaults
We also modified the following sysctl parameters :

net.core.somaxconn = 511
net.ipv4.tcp_max_syn_backlog = 4096

I am not sure about how much we should really allow
(32 ? 128 ?). But this fixed our problem.

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


[SOGo] Thunderbird 24.3.0

2014-02-24 Thread alexandereisenhuth
Hello,

what about a adaption to the current version of Thunderbird? Is it planned to
adapt to it?

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


Re: [SOGo] Completely downloading LDAP-based addressbooks

2014-02-24 Thread Christian Mack
Am 2014-02-24 15:16, schrieb b...@indiwan.de:
> Hey Everyone,
> 
> I'm searching for a method to make an LDAP-addressbook available on mobile
> devices, even if they are offline.
> 
> So i hoped there was a way to download those LDAP contacts just like any other
> addressbook, synchronized with SOGo.
> 
> The "search-only" "address lookup on demand" thingy seems not to satisfy our
> needs.
> 

Sorry, that is by design (and needed here with approx. 15000 users).
See
http://www.sogo.nu/bugs/view.php?id=438


Kind regards,
Christian Mack

-- 
Christian Mack
Abteilung Basisdienste
KIM
Universität Konstanz
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Write permission to another calendar

2014-02-24 Thread Christian Mack
Hello  Denis

Am 2014-02-24 15:01, schrieb denis:
> 
> I have a problem when I configure the rights to add events in the
> calendar of another user (This person can create objects in my calendar
> and This person can erase objects from my calendar.).
> 
> If I can actually add or remove events, the event can not be changed (eg
> time)
> 
> Is it a bug? Is it possible to change this ?
> 

Just give the correct permissions.
It sounds, as if that person has only "View All" privileges for
"Public", "Confidential" and "Private" Events.
Change these to "Modify" and it will work as expected.


Kind regards,
Christian Mack

-- 
Christian Mack
Abteilung Basisdienste
KIM
Universität Konstanz
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


[SOGo] Completely downloading LDAP-based addressbooks

2014-02-24 Thread be
Hey Everyone,

I'm searching for a method to make an LDAP-addressbook available on mobile
devices, even if they are offline.

So i hoped there was a way to download those LDAP contacts just like any other
addressbook, synchronized with SOGo.

The "search-only" "address lookup on demand" thingy seems not to satisfy our
needs.


Thank you,

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


Re: [SOGo] mail aliases for calendar

2014-02-24 Thread Christian Mack
Hello Nigel Pegram


ABBAS Alain is right, if your user bob has an email address of
b...@somewhere.com AND an alias of i...@somewhere.com, then they should
both be in the LDAP for user bob.


But if you forward i...@somewhere.com to bob (and some other users) you
can delegate use of i...@somewhere.com to bob (and the other users).
In the SOGo Webfrontend you can do that by logging in as user "it".
Then in "Mail" right click on "i...@somewhere.com" in the folder tree.
Choose "Delegation...".
It will open a window, where you can press the "Add" button.
Another window opens, where you can search for bob.
Select bob and press "Add" button on the bottom.
Now close both windows again.

When bob now logs in to SOGo, he can use "i...@somewhere.com" as sender in
any email, and he can accept invitations for "i...@somewhere.com".


Kind regards,
Christian Mack

Am 2014-02-24 09:56, schrieb Nigel Pegram:
> 
> Thanks for the response, but I don't think were talking about the same
> thing. As I understand your reply, you're referring to referencing a
> different data field for email address information.
> 
> My issue revolves around the person having more than one external email
> address: e.g. you can contact them on b...@somewhere.com and on
> i...@somewhere.com. An email to either address ends up in bob's inbox. The
> challenge is that if sogo is set up so that the calendar is for
> b...@somewhere.com, then meeting invitations sent to i...@somewhere.com do
> not work.
> 
> 
> On 23/02/14 01:18, ABBAS Alain wrote:
>>
>> you must have in your sogo configuration file :
>> MailFieldNames =(mail,alias);
>> with all fields who could contain an email adress of the user
>>
>>
>>
>> Le Samedi 22 Février 2014 03:35 CET, Nigel Pegram 
>> a écrit:
>>  
>>> Hello,
>>>
>>> At one of the sites where I have installed SOGo, I encountered a
>>> hiccough when one team member created an appointment inviting others.
>>>
>>> The recipient team member has multiple email addresses, so they received
>>> on a different account than the one which is connected to their
>>> calendar. Yet, since their mail is received/collected by a central
>>> server, it all ends up at the one account.
>>>
>>> The recipient was unable to accept the appointment. The error message
>>> was not helpful.
>>>
>>> It occurred to me that a solution may be a setting which allows ema il
>>> aliases to be recorded so that events processed using any of the listed
>>> email accounts are placed in the primary email address's calendar.
>>>
>>> Is this possible?
>>>
>>> It seems a useful addition. I can't be the only person who is dealing
>>> with clients who have multiple email addresses.
>>>
>>> Your thoughts?
>>>
>>> Nigel
>>> --
>>> users@sogo.nu
>>> https://inverse.ca/sogo/lists
>>
>> --
>> *Alain Abbas*
>> 11 rue Robert Schumann
>> 54500 Vandoeuvre
>> Tel : +333 83 18 02 70
>> skype: alain.abbas 
> 


-- 
Christian Mack
Gruppe Informationsdienste
Rechenzentrum Universität Konstanz
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


[SOGo] Write permission to another calendar

2014-02-24 Thread denis
Hi,

I have a problem when I configure the rights to add events in the
calendar of another user (This person can create objects in my calendar
and This person can erase objects from my calendar.).

If I can actually add or remove events, the event can not be changed (eg
time)

Is it a bug? Is it possible to change this ?

thanks
Denis


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


Re: [SOGo] Thunderbird very slow

2014-02-24 Thread Szládovics Péter

2014-02-24 11:54 keltezéssel, denis írta:

Hello,

Since I installed the personal diaries of ten people in Thunderbird, I
see that the program becomes very slow. The opening time can take
several minutes, the memory consumption goes to several hundred MB and
some time freeze the program.

Are there any settings in Thunderbird or Sogo to solve this problem?


I think is it a TB related problem.
The synchronization is default in Thunderbird. If you don't need this 
feature, simply disable it in all client.
If you need to access some mail when you not connected to the Internet, 
you need to create a simple folder under your mailbox, and set it to 
synchronized  in it's properties. When you move/copy any mail to this 
folder, that mail will be sinchronized always, but other ones not.

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


Re: [SOGo] How to add serverside filtering SOGo and dovecot-1.2.17

2014-02-24 Thread Szládovics Péter

2014-02-24 11:25 keltezéssel, Götz Reinicke - IT Koordinator írta:

Hi,

can someone kindly explain to me in short terms how the SOGo serverside
filtering should work?
...
is it that simple, "just" enable managesieve protocols and lda on the
dovecot side ant add the SOGoSieveScriptsEnabled and SOGoSieveServer on
the SOGo Server?


Yes, it's working fine.


Sogo and dovecot are not hosted on the same system.


No problem.

I used that combo above about a year without problem. I created it based 
on SOGo and Dovecot 2 documentation.

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


[SOGo] Thunderbird very slow

2014-02-24 Thread denis
Hello,

Since I installed the personal diaries of ten people in Thunderbird, I
see that the program becomes very slow. The opening time can take
several minutes, the memory consumption goes to several hundred MB and
some time freeze the program.

Are there any settings in Thunderbird or Sogo to solve this problem?

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


[SOGo] How to add serverside filtering SOGo and dovecot-1.2.17

2014-02-24 Thread Götz Reinicke - IT Koordinator
Hi,

can someone kindly explain to me in short terms how the SOGo serverside
filtering should work?

I found some how tos and of course the dovecot documentation, but how to
put all the pieces together?

We still dont use sieve on the dovecot-1.2.17 server, so I still have
the commented dovecot configuration.

is it that simple, "just" enable managesieve protocols and lda on the
dovecot side ant add the SOGoSieveScriptsEnabled and SOGoSieveServer on
the SOGo Server?

Sogo and dovecot are not hosted on the same system.

Any hint/help is welcome.

Thanks and regards . Götz

-- 
Götz Reinicke
IT-Koordinator

Tel. +49 7141 969 82 420
E-Mail goetz.reini...@filmakademie.de

Filmakademie Baden-Württemberg GmbH
Akademiehof 10
71638 Ludwigsburg
www.filmakademie.de

Eintragung Amtsgericht Stuttgart HRB 205016

Vorsitzender des Aufsichtsrats: Jürgen Walter MdL
Staatssekretär im Ministerium für Wissenschaft,
Forschung und Kunst Baden-Württemberg

Geschäftsführer: Prof. Thomas Schadt



smime.p7s
Description: S/MIME Cryptographic Signature


Re: [SOGo] mail aliases for calendar

2014-02-24 Thread Nigel Pegram
Hello,

Thanks for the response, but I don't think were talking about the same
thing. As I understand your reply, you're referring to referencing a
different data field for email address information.

My issue revolves around the person having more than one external email
address: e.g. you can contact them on b...@somewhere.com and on
i...@somewhere.com. An email to either address ends up in bob's inbox. The
challenge is that if sogo is set up so that the calendar is for
b...@somewhere.com, then meeting invitations sent to i...@somewhere.com do
not work.

HTH
Nigel

On 23/02/14 01:18, ABBAS Alain wrote:
> HEllo
> you must have in your sogo configuration file :
> MailFieldNames =(mail,alias);
> with all fields who could contain an email adress of the user
>
> Regards
>
>
>
> Le Samedi 22 Février 2014 03:35 CET, Nigel Pegram 
> a écrit:
>  
>> Hello,
>>
>> At one of the sites where I have installed SOGo, I encountered a
>> hiccough when one team member created an appointment inviting others.
>>
>> The recipient team member has multiple email addresses, so they received
>> on a different account than the one which is connected to their
>> calendar. Yet, since their mail is received/collected by a central
>> server, it all ends up at the one account.
>>
>> The recipient was unable to accept the appointment. The error message
>> was not helpful.
>>
>> It occurred to me that a solution may be a setting which allows ema il
>> aliases to be recorded so that events processed using any of the listed
>> email accounts are placed in the primary email address's calendar.
>>
>> Is this possible?
>>
>> It seems a useful addition. I can't be the only person who is dealing
>> with clients who have multiple email addresses.
>>
>> Your thoughts?
>>
>> Nigel
>> --
>> users@sogo.nu
>> https://inverse.ca/sogo/lists
>
> --
> *Alain Abbas*
> 11 rue Robert Schumann
> 54500 Vandoeuvre
> Tel : +333 83 18 02 70
> skype: alain.abbas 

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

[SOGo] Combination of proxy authentication and password authentication

2014-02-24 Thread Pavel Cahyna
Hello,

I tried proxy authentication with SOGo but I encountered a problem. When
I set SOGoTrustProxyAuthentication = YES, I can not login anymore
without Apache performing the authentication. The login page is
displayed, but when I enter my username and password, a message in red
appears, saying: "An unhandled error occurred."

I would like SOGo to trust the proxy authentication performed by Apache,
but when Apache does not perform it, fall back to its own default
authentication. This is because I want Apache to perform proxy
authentication only for certain paths, like this:


  AuthType Kerberos
  Require valid-user
  

The reason for this is that I can not use Kerberos authentication for
the whole SOGo, because then SOGo can not login to IMAP
(bug #1200,  http://www.sogo.nu/bugs/view.php?id=1200 ) but I want to
turn it on at least for the DAV paths. Otherwise Thunderbird asks for
passwords for the calendars every time it starts, which is annoying.

Would this be possible?

Best regards, Pavel
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] SOGo Connector for SeaMonkey 2.24

2014-02-24 Thread Christian Mack
Hello Johannes Kastl

Am 2014-02-22 22:21, schrieb Johannes Kastl:
> On 19.02.14 16:28 Christian Mack wrote:
> 
>> See enhancement request: http://www.sogo.nu/bugs/view.php?id=2596
> 
> I have been playing around with the sogo-connector and my Owncloud
> test installation. But I could not get it to work, but ATM it seems
> this is a bug just in combination with owncloud.
> 
> I also forked the official sogo-connector.tb24 repo in github, changed
> it to fit SeaMonkey, and incorporated fmbietes autosave-patch.
> 
> Anna, could you test the code sitting at
> https://github.com/ojkastl/sogo-connector.SeaMonkey
> 
> (clone with git, then execute 'make' and get a xpi to install into
> SeaMonkey)
> 
> Christian, should I add this to the feature request?
> 

Yes, absolutely.
And thanks for the effort.


Kind regards,
Christian Mack

-- 
Christian Mack
Gruppe Informationsdienste
Rechenzentrum Universität Konstanz
-- 
users@sogo.nu
https://inverse.ca/sogo/lists