Re: [SOGo] Large deployments

2013-12-20 Thread Albert Shih
 Le 18/12/2013 à 16:28:11+0100, Jan-Frode Myklebust a écrit
 On Wed, Dec 18, 2013 at 03:55:22PM +0100, Albert Shih wrote:
   
   We at the Universität Konstanz in Germany have more than 16000 users.
   
  Can you describe your infrastructure ? How many server ? (hardware 
  Virtual), what size (Ram, CPU) ? 
 
 We have around 30.000 unique users daily.
 
 The sogo-servers are 5 virtual machines with 4 cpus and 8 GB
 memory each. Top output from one of these right now:
 
 top - 16:17:22 up 15 days, 15:54,  1 user,  load average: 0.16, 0.09, 0.03
 Tasks: 277 total,   2 running, 275 sleeping,   0 stopped,   0 zombie
 Cpu0  :  2.0%us,  0.7%sy,  0.0%ni, 97.0%id,  0.3%wa,  0.0%hi,  0.0%si,  0.0%st
 Cpu1  :  1.7%us,  0.3%sy,  0.0%ni, 98.0%id,  0.0%wa,  0.0%hi,  0.0%si,  0.0%st
 Cpu2  :  3.7%us,  1.0%sy,  0.0%ni, 94.6%id,  0.0%wa,  0.0%hi,  0.7%si,  0.0%st
 Cpu3  :  0.3%us,  0.7%sy,  0.0%ni, 98.7%id,  0.0%wa,  0.0%hi,  0.3%si,  0.0%st
 Mem:   8059428k total,  5849244k used,  2210184k free,   540264k buffers
 Swap:  2097144k total,26476k used,  2070668k free,  2298216k cached
 
   PID USER  PR  NI  VIRT  RES  SHR S %CPU %MEMTIME+  COMMAND  
   
 
  6580 root  20   0  273m 115m 3844 S  0.0  1.5  36:49.53 splunkd  
   
 
  7997 sogo  20   0  381m  62m 8796 S  0.0  0.8   0:44.65 sogod
   
 
  6438 sogo  20   0  380m  60m 8108 S  0.0  0.8   0:55.09 sogod
   
 
  2730 sogo  20   0  379m  59m 8708 S  0.0  0.8   0:42.99 sogod
   
 
  6035 sogo  20   0  378m  59m 8568 S  0.0  0.8   0:44.89 sogod
   
 
  6459 sogo  20   0  379m  59m 8164 S  0.0  0.8   0:51.07 sogod
   
 
 17130 sogo  20   0  378m  59m 8672 S  0.0  0.8   0:46.98 sogod
   
 
 13702 sogo  20   0  379m  58m 8600 S  0.0  0.7   0:43.08 sogod
   
 
  6428 sogo  20   0  380m  58m 8356 S  0.0  0.7   0:51.75 sogod
   
 
 25734 sogo  20   0  376m  57m 8896 S  0.0  0.7   0:42.47 sogod
   
 
  8076 sogo  20   0  375m  56m 8616 S  0.0  0.7   0:38.01 sogod
   
 
  2725 sogo  20   0  375m  56m 8336 S  2.7  0.7   0:35.36 sogod
   
 
  2690 sogo  20   0  372m  55m 8388 S  0.0  0.7   0:38.71 sogod
   
 
 14427 sogo  20   0  374m  55m 8620 S  0.0  0.7   0:36.37 sogod
   
 
  8090 sogo  20   0  374m  55m 8552 S  0.0  0.7   0:36.86 sogod
   
 
 23322 sogo  20   0  375m  54m 8244 S  0.0  0.7   0:28.58 sogod
   
 
 13543 sogo  20   0  373m  54m 8448 S  0.0  0.7   0:25.63 sogod
   
 
  9580 sogo  20   0  372m  54m 8584 S  0.0  0.7   0:34.44 sogod
   
 
 28024 sogo  20   0  372m  53m 8780 S  0.0  0.7   0:33.48 sogod
   
 
  7722 sogo  20   0  374m  53m 8640 S  0.0  0.7   0:35.03 sogod
   
 
  8991 sogo  20   0  373m  52m 8272 S  0.0  0.7   0:23.42 sogod
   
 
  8411 sogo  20   0  369m  50m 8496 S  0.0  0.6   0:34.35 sogod
   
 

Re: [SOGo] Large deployments

2013-12-20 Thread Ludovic Marcotte

On 2013-12-20 5:41 AM, Albert Shih wrote:

Well I try this, actually only manually, for example I just kill some sogod
process who eat ~150:00:00 time (since yesterday) and that make sogo crash
(no more connection on the web-gui, need a service sogod restart).
That's because you killed the parent process, and not one of its child 
workers. You must never do that.


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 (run
   http://mysqltuner.pl to start with)

This should get you started.

Thanks,

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

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

Re: [SOGo] samba crashes

2013-12-20 Thread Ludovic Marcotte

On 2013-12-18 8:34 AM, Pascal den Bekker wrote:
ive installed Sogo with Openchange/Postfix and Cyrus. When I try to 
add an exchange account to outlook 2007.. Samba crashes.. 
Try testing things with Samba4 running in single-process mode. Don't 
forget that if it did crash, you better cleanup the profile on the 
SOGo/OpenChange side of things by running openchange_user_cleanup 
(don't forget to install the Python module it'll warn you about, 
otherwise the most important part, the database, won't be cleaned) and 
also by creating a new Outlook profile.


There seems to be an issue when using it with Samba in non-single 
process mode. We'll look at this in the next coming days.


Thanks,

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

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


[SOGo] Inviting address pb

2013-12-20 Thread Albert Shih
Hi,

I've got a problem about inviting in a event from Thunderbird+Lightning

When Alice create a event and invited Bob, Bob going to received a message
like

Event Invitation: New Event Wonderland Alice(sent by  
  
alice.wonderl...@somewhere.com)



Start:
Friday, December 20, 2013 - 14:00 Europe\/Paris
End:
Friday, December 20, 2013 - 15:15 Europe\/Paris
  

but the mail comming not from 

alice.wonderl...@somewhere.com

but from

al...@somewhere.com (where alice is the login of Alice Wonderland) 

Inside the calendar file we can see : 


ORGANIZER;PARTSTAT=ACCEPTED;ROLE=CHAIR;SENT-BY=mailto:alice.wonderl...@somewhere.com;RSVP=TRUE:mailto:al...@somewhere.com

On the configuration of the agenda inside Thunderbird we configure the
address mail of this agenda as alice.wonderl...@somewhere.com, I didn't
event known where Thunderbird/Lightning/Sogo find this address.

This behaviour don't appear from when we use the web-gui. 

Regards

JAS
-- 
Albert SHIH
DIO bâtiment 15
Observatoire de Paris
5 Place Jules Janssen
92195 Meudon Cedex
France
Téléphone : +33 1 45 07 76 26/+33 6 86 69 95 71
xmpp: j...@obspm.fr
Heure local/Local time:
ven 20 déc 2013 14:21:41 CET
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Inviting address pb

2013-12-20 Thread Christian Mack
Hello Albert Shih


Am 2013-12-20 14:36, schrieb Albert Shih:
 
 I've got a problem about inviting in a event from Thunderbird+Lightning
 
 When Alice create a event and invited Bob, Bob going to received a message
 like
 
 Event Invitation: New Event Wonderland Alice(sent by
   
   
 alice.wonderl...@somewhere.com)
   
   
 
 Start:
 Friday, December 20, 2013 - 14:00 Europe\/Paris
 End:
 Friday, December 20, 2013 - 15:15 Europe\/Paris
   
 
 but the mail comming not from 
 
 alice.wonderl...@somewhere.com
 
 but from
 
 al...@somewhere.com (where alice is the login of Alice Wonderland) 
 
 Inside the calendar file we can see : 
 
 
 ORGANIZER;PARTSTAT=ACCEPTED;ROLE=CHAIR;SENT-BY=mailto:alice.wonderl...@somewhere.com;RSVP=TRUE:mailto:al...@somewhere.com
 
 On the configuration of the agenda inside Thunderbird we configure the
 address mail of this agenda as alice.wonderl...@somewhere.com, I didn't
 event known where Thunderbird/Lightning/Sogo find this address.
 
 This behaviour don't appear from when we use the web-gui. 
 

Have you set SOGoHideSystemEMail to YES ?


Kind regards,
Christian Mack

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


Re: [SOGo] Problems with Thunderbird+Lightning on 24.2?

2013-12-20 Thread Tanstaafl

On 2013-12-19 4:09 PM, Tanstaafl tansta...@libertytrek.org wrote:

Hi everyone,

I'm curious... there are some serious performance issues right now (and
for some time) with Thunderbird_Lightning+Provider for Google Calendar,
and I was wondering if these problems are also present with
Thunderbird+Lightning+SOGo+Connector and/or Integrator?

I'm hoping the answer is no?


No response, so apparently the performance problems with Thunderbird 24+ 
are strictly related to the Provider for Google Calendar/Google 
Calendar, and are not present with Thunderbird+SOGo?


Thanks, would appreciate at least a few reassuring responses before we 
start implementing our new SOGo installation...

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


Re: [SOGo] Inviting address pb

2013-12-20 Thread Albert Shih
 Le 20/12/2013 à 15:11:25+0100, Christian Mack a écrit
Hi, 

  When Alice create a event and invited Bob, Bob going to received a message
  like
  
  Event Invitation: New Event Wonderland Alice(sent by  
  

  alice.wonderl...@somewhere.com)
  
  
  
  Start:
  Friday, December 20, 2013 - 14:00 Europe\/Paris
  End:
  Friday, December 20, 2013 - 15:15 Europe\/Paris

  
  but the mail comming not from 
  
  alice.wonderl...@somewhere.com
  
  but from
  
  al...@somewhere.com (where alice is the login of Alice Wonderland) 
  
  Inside the calendar file we can see : 
  
  
  ORGANIZER;PARTSTAT=ACCEPTED;ROLE=CHAIR;SENT-BY=mailto:alice.wonderl...@somewhere.com;RSVP=TRUE:mailto:al...@somewhere.com
  
  On the configuration of the agenda inside Thunderbird we configure the
  address mail of this agenda as alice.wonderl...@somewhere.com, I didn't
  event known where Thunderbird/Lightning/Sogo find this address.
  
  This behaviour don't appear from when we use the web-gui. 
  
 
 Have you set SOGoHideSystemEMail to YES ?

It's fix the problem.

Thanks you very much. 

Regards.

JAS
-- 
Albert SHIH
DIO bâtiment 15
Observatoire de Paris
5 Place Jules Janssen
92195 Meudon Cedex
France
Téléphone : +33 1 45 07 76 26/+33 6 86 69 95 71
xmpp: j...@obspm.fr
Heure local/Local time:
ven 20 déc 2013 18:13:17 CET
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


[SOGo] BTS activities for Friday, December 20 2013

2013-12-20 Thread SOGo reporter
Title: BTS activities for Friday, December 20 2013





  
BTS Activities

  Home page: http://www.sogo.nu/bugs
  Project: SOGo
  For the period covering: Friday, December 20 2013

  
  
idlast updatestatus (resolution)categorysummary
	
	
	  
	
2562
	2013-12-20 05:41:33
	updated (open)
	Web Calendar
	Add a new event to a remote subscribed calendar is not possibile
	
	  
	
2563
	2013-12-20 05:02:41
	updated (open)
	Web Calendar
	Imported ICS with attendee does not create event in attendee calendar
	
	  
	
2565
	2013-12-20 07:37:15
	updated (open)
	Web Calendar
	autocomplete when inviting shows duplicates without free/busy
	
	  
	
2564
	2013-12-20 07:30:39
	updated (open)
	Web General
	All SOGo popups go into background with firefox
	
	  
	
2460
	2013-12-20 07:30:39
	updated (open)
	Web Mail
	Share popup window minimizes