[SOGo] SOGo Integrator and New Calendar in Thunderbird

2013-04-04 Thread Nigel Pegram
Hello everyone,

I have TB 17.0.4 (Ubuntu) and SOGo working together, using Lightning,
Connector and Integrator.

If I create calendars via the web interface, they automatically appear
in TB—all very good :-)

However, the reverse doesn't seem to work. Creating a calendar in TB On
My Computer results in a local file store, not a SOGo calendar.

It may be my expectations, but if SOGo is /integrated/ with TB, then
when I create a calendar in TB, I had expected it to be created in SOGo.

Is this a current limitation?

I can ask my users to create using the web interface, but it's a missing
feature, then, IMHO. It would be very user friendly to create calendars
in TB directly into SOGo, either by default or as an additional option.

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


[SOGo] just gone live with sogo, and keep getting 100% cpu usage... :-(

2013-04-04 Thread mourik jan heupink

Hi all,

During testing sogo behaved perfectly, and yesterday evening we went 
live, and since my users are logging on, we are seeing 100% cpu usage, 
and I need to manually kill sogod etc, and the clients see:


The proxy server received an invalid response from an upstream server.
The proxy server could not handle the request GET /SOGo.

I have attached to the running sogod process inside gdb, according to 
the instructions from the faq, and this is what I see:


(gdb) bt
#0  0x7f1cd38cc7fa in sigsuspend () from /lib/x86_64-linux-gnu/libc.so.6
#1  0x004aecde in ?? ()
#2  0x004af6f5 in ?? ()
#3  0x004b780a in ?? ()
#4  0x005e05b6 in target_wait ()
#5  0x005a1594 in wait_for_inferior ()
#6  0x005a0979 in proceed ()
#7  0x00599438 in continue_1 ()
#8  0x005996af in continue_command ()
#9  0x004e4755 in ?? ()
#10 0x004e7794 in cmd_func ()
#11 0x0045ecbd in execute_command ()
#12 0x005bee23 in ?? ()
#13 0x005bf40e in ?? ()
#14 0x7f1cd52817fb in rl_callback_read_char () from 
/lib/x86_64-linux-gnu/libreadline.so.6

#15 0x005be959 in ?? ()
#16 0x005bed35 in stdin_event_handler ()
#17 0x005bd8f3 in ?? ()
#18 0x005bcd9c in ?? ()
#19 0x005bce63 in gdb_do_one_event ()
#20 0x005bceb4 in start_event_loop ()
#21 0x005be983 in cli_command_loop ()
#22 0x005b770c in current_interp_command_loop ()
#23 0x00453ddb in ?? ()
#24 0x005b6f09 in catch_errors ()
#25 0x00454ea2 in ?? ()
#26 0x005b6f09 in catch_errors ()
#27 0x00454ed8 in gdb_main ()
#28 0x00453aea in main ()

Can anyone help me?? This situation is not so nice... :-)

Kind regards,
Mourik Jan
--
users@sogo.nu
https://inverse.ca/sogo/lists


[SOGo] Re: just gone live with sogo, and keep getting 100% cpu usage... :-(

2013-04-04 Thread mourik jan heupink

Perhaps some more info:

debian wheezy, x64, sogo 2.0.4b from the repository, enough diskspace, 
enough cpu, enough memory.


Actually during the backtrace from below we DID see
 The proxy server received an invalid response from an upstream server.
 The proxy server could not handle the request GET /SOGo.
however, cpu usage was not 100 at that time.

I hope someone here can help us out...

On 4/4/2013 10:24 AM, mourik jan heupink wrote:

Hi all,

During testing sogo behaved perfectly, and yesterday evening we went
live, and since my users are logging on, we are seeing 100% cpu usage,
and I need to manually kill sogod etc, and the clients see:

The proxy server received an invalid response from an upstream server.
The proxy server could not handle the request GET /SOGo.

I have attached to the running sogod process inside gdb, according to
the instructions from the faq, and this is what I see:

(gdb) bt
#0  0x7f1cd38cc7fa in sigsuspend () from
/lib/x86_64-linux-gnu/libc.so.6
#1  0x004aecde in ?? ()
#2  0x004af6f5 in ?? ()
#3  0x004b780a in ?? ()
#4  0x005e05b6 in target_wait ()
#5  0x005a1594 in wait_for_inferior ()
#6  0x005a0979 in proceed ()
#7  0x00599438 in continue_1 ()
#8  0x005996af in continue_command ()
#9  0x004e4755 in ?? ()
#10 0x004e7794 in cmd_func ()
#11 0x0045ecbd in execute_command ()
#12 0x005bee23 in ?? ()
#13 0x005bf40e in ?? ()
#14 0x7f1cd52817fb in rl_callback_read_char () from
/lib/x86_64-linux-gnu/libreadline.so.6
#15 0x005be959 in ?? ()
#16 0x005bed35 in stdin_event_handler ()
#17 0x005bd8f3 in ?? ()
#18 0x005bcd9c in ?? ()
#19 0x005bce63 in gdb_do_one_event ()
#20 0x005bceb4 in start_event_loop ()
#21 0x005be983 in cli_command_loop ()
#22 0x005b770c in current_interp_command_loop ()
#23 0x00453ddb in ?? ()
#24 0x005b6f09 in catch_errors ()
#25 0x00454ea2 in ?? ()
#26 0x005b6f09 in catch_errors ()
#27 0x00454ed8 in gdb_main ()
#28 0x00453aea in main ()

Can anyone help me?? This situation is not so nice... :-)

Kind regards,
Mourik Jan

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


Re: Re: [SOGo] SoGo connector 17.0.3 /Google CardDAV

2013-04-04 Thread Michael
I've  got the exact same problem, there is no sync whatsoever happening to
Google Contacts/Gmail any more. This was working until very recently, and there
hasn't been any change in the setup on my part.

The problem is not a generic CardDAV one. CardDAV is all fine and dandy when
syncing to iOS, it's just the SOGo part that's broken. 

For the record, while Google will stop supporting CalDAV, I haven' heard
anything indicating that they are pulling CardDAV support. It definitely hasn't
happened and, for all I know, hasn't been announced.

Cheers,

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


[SOGo] Re: just gone live with sogo, and keep getting 100% cpu usage... :-(

2013-04-04 Thread mourik jan heupink

Another backtrace while SOGo no longer responds:

#0  0x7f8090fe07fa in sigsuspend () from /lib/x86_64-linux-gnu/libc.so.6
#1  0x004aecde in ?? ()
#2  0x004af6f5 in ?? ()
#3  0x004b780a in ?? ()
#4  0x005e05b6 in target_wait ()
#5  0x005a1594 in wait_for_inferior ()
#6  0x005a0979 in proceed ()
#7  0x005991c8 in ?? ()
#8  0x00599203 in ?? ()
#9  0x004e4755 in ?? ()
#10 0x004e7794 in cmd_func ()
#11 0x0045ecbd in execute_command ()
#12 0x005bee23 in ?? ()
#13 0x005bf40e in ?? ()
#14 0x7f80929957fb in rl_callback_read_char () from 
/lib/x86_64-linux-gnu/li

#15 0x005be959 in ?? ()
#16 0x005bed35 in stdin_event_handler ()
#17 0x005bd8f3 in ?? ()
#18 0x005bcd9c in ?? ()
#19 0x005bce63 in gdb_do_one_event ()
#20 0x005bceb4 in start_event_loop ()
#21 0x005be983 in cli_command_loop ()
#22 0x005b770c in current_interp_command_loop ()
#23 0x00453ddb in ?? ()
#24 0x005b6f09 in catch_errors ()
#25 0x00454ea2 in ?? ()
#26 0x005b6f09 in catch_errors ()
#27 0x00454ed8 in gdb_main ()
#28 0x00453aea in main ()
(gdb) ^CQuit

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


Re: [SOGo] Re: just gone live with sogo, and keep getting 100% cpu usage... :-(

2013-04-04 Thread Thibault Le Meur

I've had the same issue sometimes on squeeze, x64, SOGo 2.0.4b.
Rebootting the server was the only way to get back to a working SOGo.

However I'm not able to find out what is occuring to reach such a state.

Regards,
Thibault


Le 04/04/2013 10:29, mourik jan heupink a écrit :

Perhaps some more info:

debian wheezy, x64, sogo 2.0.4b from the repository, enough diskspace, 
enough cpu, enough memory.


Actually during the backtrace from below we DID see
 The proxy server received an invalid response from an upstream server.
 The proxy server could not handle the request GET /SOGo.
however, cpu usage was not 100 at that time.

I hope someone here can help us out...

On 4/4/2013 10:24 AM, mourik jan heupink wrote:

Hi all,

During testing sogo behaved perfectly, and yesterday evening we went
live, and since my users are logging on, we are seeing 100% cpu usage,
and I need to manually kill sogod etc, and the clients see:

The proxy server received an invalid response from an upstream server.
The proxy server could not handle the request GET /SOGo.

I have attached to the running sogod process inside gdb, according to
the instructions from the faq, and this is what I see:

(gdb) bt
#0  0x7f1cd38cc7fa in sigsuspend () from
/lib/x86_64-linux-gnu/libc.so.6
#1  0x004aecde in ?? ()
#2  0x004af6f5 in ?? ()
#3  0x004b780a in ?? ()
#4  0x005e05b6 in target_wait ()
#5  0x005a1594 in wait_for_inferior ()
#6  0x005a0979 in proceed ()
#7  0x00599438 in continue_1 ()
#8  0x005996af in continue_command ()
#9  0x004e4755 in ?? ()
#10 0x004e7794 in cmd_func ()
#11 0x0045ecbd in execute_command ()
#12 0x005bee23 in ?? ()
#13 0x005bf40e in ?? ()
#14 0x7f1cd52817fb in rl_callback_read_char () from
/lib/x86_64-linux-gnu/libreadline.so.6
#15 0x005be959 in ?? ()
#16 0x005bed35 in stdin_event_handler ()
#17 0x005bd8f3 in ?? ()
#18 0x005bcd9c in ?? ()
#19 0x005bce63 in gdb_do_one_event ()
#20 0x005bceb4 in start_event_loop ()
#21 0x005be983 in cli_command_loop ()
#22 0x005b770c in current_interp_command_loop ()
#23 0x00453ddb in ?? ()
#24 0x005b6f09 in catch_errors ()
#25 0x00454ea2 in ?? ()
#26 0x005b6f09 in catch_errors ()
#27 0x00454ed8 in gdb_main ()
#28 0x00453aea in main ()

Can anyone help me?? This situation is not so nice... :-)

Kind regards,
Mourik Jan


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


Re: [SOGo] Re: just gone live with sogo, and keep getting 100% cpu usage... :-(

2013-04-04 Thread mourik jan heupink

Hi Thibault, list,

I have just rebooted my server, let hope that that solves things more 
permanently?


Rebooting your server solved your issues permanently..?

I hope someone here knows what the provided backtraces mean...

On 4/4/2013 11:00 AM, Thibault Le Meur wrote:

I've had the same issue sometimes on squeeze, x64, SOGo 2.0.4b.
Rebootting the server was the only way to get back to a working SOGo.

However I'm not able to find out what is occuring to reach such a state.

Regards,
Thibault

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


Re: [SOGo] Re: just gone live with sogo, and keep getting 100% cpu usage... :-(

2013-04-04 Thread mourik jan heupink
It just happened again, so rebooting the server does not solve the 
issues here. :-(


I have no idea where to start troubleshooting this. I hope someone can 
help, fortunately our old system is still online, so we can go back 
quite easily. :-(


On 4/4/2013 11:00 AM, Thibault Le Meur wrote:

I've had the same issue sometimes on squeeze, x64, SOGo 2.0.4b.
Rebootting the server was the only way to get back to a working SOGo.

However I'm not able to find out what is occuring to reach such a state.

Regards,
Thibault


Le 04/04/2013 10:29, mourik jan heupink a écrit :

Perhaps some more info:

debian wheezy, x64, sogo 2.0.4b from the repository, enough diskspace,
enough cpu, enough memory.

Actually during the backtrace from below we DID see
 The proxy server received an invalid response from an upstream server.
 The proxy server could not handle the request GET /SOGo.
however, cpu usage was not 100 at that time.

I hope someone here can help us out...

On 4/4/2013 10:24 AM, mourik jan heupink wrote:

Hi all,

During testing sogo behaved perfectly, and yesterday evening we went
live, and since my users are logging on, we are seeing 100% cpu usage,
and I need to manually kill sogod etc, and the clients see:

The proxy server received an invalid response from an upstream server.
The proxy server could not handle the request GET /SOGo.

I have attached to the running sogod process inside gdb, according to
the instructions from the faq, and this is what I see:

(gdb) bt
#0  0x7f1cd38cc7fa in sigsuspend () from
/lib/x86_64-linux-gnu/libc.so.6
#1  0x004aecde in ?? ()
#2  0x004af6f5 in ?? ()
#3  0x004b780a in ?? ()
#4  0x005e05b6 in target_wait ()
#5  0x005a1594 in wait_for_inferior ()
#6  0x005a0979 in proceed ()
#7  0x00599438 in continue_1 ()
#8  0x005996af in continue_command ()
#9  0x004e4755 in ?? ()
#10 0x004e7794 in cmd_func ()
#11 0x0045ecbd in execute_command ()
#12 0x005bee23 in ?? ()
#13 0x005bf40e in ?? ()
#14 0x7f1cd52817fb in rl_callback_read_char () from
/lib/x86_64-linux-gnu/libreadline.so.6
#15 0x005be959 in ?? ()
#16 0x005bed35 in stdin_event_handler ()
#17 0x005bd8f3 in ?? ()
#18 0x005bcd9c in ?? ()
#19 0x005bce63 in gdb_do_one_event ()
#20 0x005bceb4 in start_event_loop ()
#21 0x005be983 in cli_command_loop ()
#22 0x005b770c in current_interp_command_loop ()
#23 0x00453ddb in ?? ()
#24 0x005b6f09 in catch_errors ()
#25 0x00454ea2 in ?? ()
#26 0x005b6f09 in catch_errors ()
#27 0x00454ed8 in gdb_main ()
#28 0x00453aea in main ()

Can anyone help me?? This situation is not so nice... :-)

Kind regards,
Mourik Jan



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


Re: [SOGo] Ubuntu 12.04 + igestis

2013-04-04 Thread Mag.(FH) Thomas E. Janisch
Hi Olivier,

Just to give you a short update on this issue.

I have redone the complete installation according to the Instructions from
scratch, and as it seemed to work, as I can create a user in igestis and can
log into sogo with the user's credentials.

Something that irritated me a little was (is) the igesits installation
itself. During the installation it asks to create an internal db and asks
for some user/pw. I think it would be helpful to describe which selections
one should make to get a default-setup running. ;)

Now i can start to look at it a little bit and check sogo out.

Have a nice day,
Tom.

Von:  Olivier Bitsch olivier.bit...@gmail.com
Antworten an:  users@sogo.nu
Datum:  Mittwoch, 03. April 2013 09:09
An:  users@sogo.nu
Betreff:  Re: [SOGo] Ubuntu 12.04 + igestis

Hi Tom,

What's happened before the issue? Do you made an iGestis upgrade? Can you
please check you have the latest version? (apt-get update  apt-get
upgrade). Did you install some modules?

I will create a ticket for you in case of we found something.

Thanks.

Olivier.


2013/3/29 Mag.(FH) Thomas E.  Janisch thomas.jani...@gmail.com
 Hi Olivier,
 
 Thx for your help, the configuration went ok this time.
 Now encounter another problem.
 Igestis reports an PHP-Error when I open http://example.local/igestis in the
 browser.
 Oops, iGestis encountered a fatal error.
 array(4) {
   [type]=
   int(1)
   [message]=
   string(57) Call to a member function module_access() on a non-object
   [file]=
   string(48) /usr/share/igestis/includes/common_librairie.php
   [line]=
   int(859)
 }
 Here is what the igestis.log file recorded:
 2013-03-29 10:52:43 - Unknown - [8] Undefined index: Page - Erreur fatale sur
 la ligne 841 dans le fichier /usr/share/igestis/includes/common_librairie.php
 2013-03-29 10:52:43 - Unknown - [8] Undefined offset: 1 - Erreur fatale sur la
 ligne 847 dans le fichier /usr/share/igestis/includes/common_librairie.php
 2013-03-29 10:52:43 - Unknown - [2]
 include(/usr/share//igestis/modules//config.php): failed to open stream: No
 such file or directory - Erreur fatale sur la ligne 852 dans le fichier
 /usr/share/igestis/includes/common_librairie.php
 2013-03-29 10:52:43 - Unknown - [2] include(): Failed opening
 '/usr/share//igestis/modules//config.php' for inclusion
 (include_path='.:/usr/share/php:/usr/share/pear') - Erreur fatale sur la ligne
 852 dans le fichier /usr/share/igestis/includes/common_librairie.php
 2013-03-29 10:52:43 - Unknown - [8] Undefined variable:  - Erreur fatale sur
 la ligne 857 dans le fichier /usr/share/igestis/includes/common_librairie.php
 
 Another issue is SOGo itself. When I try to login the sogo-process takes 100%
 of the CPU, but nothing else seems to happen.
 Here is the soho.log
 Mar 29 12:43:06 sogod [3240]: version 2.0.4b (build @shiva 201302041704) --
 starting
 Mar 29 12:43:06 sogod [3240]: vmem size check enabled: shutting down app when
 vmem  384 MB
 Mar 29 12:43:06 sogod [3240]: 0x0x7fa4e3fc56c0[SOGoProductLoader] SOGo
 products loaded from '/usr/lib/GNUstep/SOGo':
 Mar 29 12:43:06 sogod [3240]: 0x0x7fa4e3fc56c0[SOGoProductLoader]
 PreferencesUI.SOGo, MainUI.SOGo, Mailer.SOGo, CommonUI.SOGo,
 AdministrationUI.SOGo, ContactsUI.SOGo, MailPartViewers.SOGo, Contacts.SOGo,
 Appointments.SOGo, MailerUI.SOGo, SchedulerUI.SOGo
 Mar 29 12:43:06 sogod [3240]: 0x0x7fa4e41d4460[WOWatchDog] listening on
 *:2
 Mar 29 12:43:06 sogod [3240]: 0x0x7fa4e41d4460[WOWatchDog] watchdog process
 pid: 3240
 Mar 29 12:43:06 sogod [3240]: 0x0x7fa4e210c4a0[WOWatchDogChild] watchdog
 request timeout set to 10 minutes
 Mar 29 12:43:06 sogod [3240]: 0x0x7fa4e41d4460[WOWatchDog] preparing 1
 children
 Mar 29 12:43:06 sogod [3240]: 0x0x7fa4e41d4460[WOWatchDog] child spawned
 with pid 3241
 2013-03-29 12:43:17.541 sogod[3241] Note: Using UTF-8 as URL encoding in
 NGExtensions.
 Mar 29 12:43:17 sogod [3241]: 0x0x7fa4e4399d60[SOGoCache] Cache cleanup
 interval set every 300.00 seconds
 Mar 29 12:43:17 sogod [3241]: 0x0x7fa4e4399d60[SOGoCache] Using host(s)
 'localhost' as server(s)
 2013-03-29 12:43:17.623 sogod[3241] Note(SoObject): SoDebugKeyLookup is
 enabled!
 2013-03-29 12:43:17.623 sogod[3241] Note(SoObject): SoDebugBaseURL is enabled!
 2013-03-29 12:43:17.623 sogod[3241] Note(SoObject): relative base URLs are
 enabled.
 Mar 29 12:43:17 sogod [3241]: [ERROR] 0x0x7fa4e44deed0[NGLdapAttribute]
 cound not convert value of objectGUID to string
 Mar 29 12:43:17 sogod [3241]: [ERROR] 0x0x7fa4e4658c70[NGLdapAttribute]
 cound not convert value of objectSid to string
 2013-03-29 12:43:17.696 sogod[3241] ERROR(-[NGBundleManager bundleWithPath:]):
 could not create bundle for path:
 '/usr/share/GNUstep/Libraries/gnustep-base/Versions/1.22/Resources/SSL.bundle'
 2013-03-29 12:43:17.707 sogod[3241] WOxElemBuilder: could not locate builders:
 WOxExtElemBuilder,WOxExtElemBuilder
 2013-03-29 12:43:17.708 sogod[3241] WOCompoundElement: pool embedding is on.
 2013-03-29 12:43:17.708 sogod[3241] 

Re: [SOGo] Delegate user's mailbox

2013-04-04 Thread Christian Mack
Am 2013-03-27 22:41, schrieb Szládovics Péter:
 2013-03-27 22:26 keltezéssel, Ludovic Marcotte írta:
 On 27/03/13 17:08, Szládovics Péter wrote:
 Hi Guys,

 How can I delegate user's mailbox to an other user?

 e.g.
 a...@example.com user can read b...@example.com user's mail folders, and he
 can send any emails from b@... address as sender.
 I asked the Google brother, but he couldn't help me - or my question
 was wrong...
 Yes.
 
 Thanks :)
 
 First set the appropriate ACL on the mailbox{es} (right click on
 mailbox{es} - Sharing...).
 
 Ok, it's already done. But I log in as name of the other user, and
 cannot see any changes - e.g. delegated mailbox...
 

Check if Preferences -- Mail Options -- Show subscribed mailboxes
only is unset.

Then you should see the shared folders under Other Users.
If not, then something is wrong with your IMAP configuration.

 Secondly, set the delegation (right click on the account -
 Delegation...).
 
 It's already done too. In user's dovecot imap folder I have two files
 with correct ACL entries, but in the web I can't see any changes.
 
 Where can I find the problem?

When creating a new email, you can choose which account to use in the
From: selection. Either use your own or the delegated one here.


Hope that helps.


Kind regards,
Christian Mack


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


Re: [SOGo] Re: just gone live with sogo, and keep getting 100% cpu usage... :-(

2013-04-04 Thread mayak-cq
On Thu, 2013-04-04 at 11:22 +0200, mourik jan heupink wrote:

 It just happened again, so rebooting the server does not solve the 
 issues here. :-(
 
 I have no idea where to start troubleshooting this. I hope someone can 
 help, fortunately our old system is still online, so we can go back 
 quite easily. :-(
 

snip


hi jan,

i'm not an expert, but i think that you could try the following, and see
if it helps:

sudo -u sogo defaults write sogod SxVMemLimit 1024
sudo -u sogo defaults write sogod WOWorkersCount 32

and restart the sogod afterwards.

thanks

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

Re: [SOGo] ZEG 2.0.4: Authentication problems after 'aptitude safe-upgrade'

2013-04-04 Thread Christian Mack
Hello Till Dörges


Am 2013-04-01 21:25, schrieb Till Dörges:
 
 I just tested ZEG 2.0.4 from http://www.sogo.nu/english/downloads/zeg.html.
 
 After having updated all the packages (via 'aptitude safe-upgrade') logging in
 through the web interface (http://host/SOGo/so/) as the demo user 'sogo1' 
 didn't
 work anymore.
 
 The server response was Wrong username or password. even though I entered 
 both
 correctly.
 
 Without the updates everything was working fine.
 
 Since ZEG only seems to be a testing environment this probably isn't much of 
 an
 issue, but being able to update always seems like a good idea. :-)
 

You should open a bug report for this at
http://www.sogo.nu/bugs


Kind regards,
Christian Mack

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


Re: [SOGo] SOGo connector loses contacts

2013-04-04 Thread Christian Mack
Hello Till Dörges


Am 2013-04-01 21:46, schrieb Till Dörges:
 
 I just tested ZEG 2.0.4 from http://www.sogo.nu/english/downloads/zeg.html 
 together
 with these 3 clients:
 
  - SOGo connector 17.0.3 (with Thunderbird-17.0.4 esr)
  - Symbian phone speaking SyncML 1.1
  - Android 4.0.4 phone with CardDAV-Sync 0.3.11
 
 The SOGo installation was fresh and used the demo accounts. Thunderbird is 
 running on
 a stock openSUSE 12.2 (x86_64). The TB installation was fresh as well and 
 didn't
 contain any other plugins.
 
 
 I synced as follows
 
okSymbian  -  SOGo
  *fail*  SOGo -  TB with SOGo connector
okSOGo -  Android
 
 fail means that I received only 200 out of 217 contacts in the remote TB 
 address
 book. 17 seem to be missing completely.
 SOGo itself seems to have all contacts - as far as I could verify through the 
 web
 interface. And the Android address book reported 217 entries, too.
 
 When I applied a minor change through the SOGo web interface to one of the 
 contacts
 missing in TB, it would show up in TB upon the next sync.
 
 
 Where are the missing contacts? How can I debug this?
 

Find the contacts missing.
move/copy them to a separate address book.
Then export this address book.

Now you can check on the sogo demo site, if this happens there too.

If it does, then open a bug report and append the export.


Kind regards,
Christian Mack

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


Re: [SOGo] Re: just gone live with sogo, and keep getting 100% cpu usage... :-(

2013-04-04 Thread mourik jan heupink

Hi mayak-cq,

I have just done that. Let's hope it will help...

Thank you!

MJ



hi jan,

i'm not an expert, but i think that you could try the following, and see
if it helps:

sudo -u sogo defaults write sogod SxVMemLimit 1024
sudo -u sogo defaults write sogod WOWorkersCount 32

and restart the sogod afterwards.

thanks

m

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


Re: [SOGo] Re: just gone live with sogo, and keep getting 100% cpu usage... :-(

2013-04-04 Thread Jan-Frode Myklebust
Probably also good to enable some debugging with:

sudo -u sogo defaults write sogod SOGoDebugRequests YES

and see if the sogod.log tell you something..



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


Re: [SOGo] Delegate user's mailbox

2013-04-04 Thread Szládovics Péter
2013-04-04 11:32 keltezéssel, Christian Mack írta:
 Am 2013-03-27 22:41, schrieb Szládovics Péter:

 Ok, it's already done. But I log in as name of the other user, and
 cannot see any changes - e.g. delegated mailbox...

 
 Check if Preferences -- Mail Options -- Show subscribed mailboxes
 only is unset.

This setting is unset by default. When I set it on, and then off again,
don't see any changes in the folderlist.

 Then you should see the shared folders under Other Users.
 If not, then something is wrong with your IMAP configuration.

There is no shared folders on in the folders panel.

 Secondly, set the delegation (right click on the account -
 Delegation...).

 It's already done too. In user's dovecot imap folder I have two files
 with correct ACL entries, but in the web I can't see any changes.

 Where can I find the problem?
 
 When creating a new email, you can choose which account to use in the
 From: selection. Either use your own or the delegated one here.

Ok, it is found. But without mails/folders is not enough :(
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] automatic web calendar reload

2013-04-04 Thread Christian Mack
Hello  Aurélien Minet

Am 2013-04-02 18:32, schrieb Aurélien Minet:
 Hello,
 
 I'm looking for doing an automatic (on demand script) reload on
 several web calendar (remote ICS) of different fake users.
 The goal is to have real user, who subscribe to fake user's web
 calendars, getting latest changes of
 those remote web calendars.
 
 I'm actually thinking of doing something like
 https://github.com/inverse-inc/sogo/blob/master/Tests/Integration/test-ui-posts.py
 with url like
 /SOGo/so/sogo1/Calendar/monthview?day=20130402
 or
 /SOGo/so/sogo1/Calendar/eventsblocks?sd=20130401ed=20130505view=monthview
 
 Is any web service (REST), RPC or API for doing such tasks
 (I have look to sogo-tool without success)
 
 thanks for any advice
 

You mean something like the following?
/SOGo/so/sogo1/Calendar/3C17-5073F780-15-65855800/reload

Where 3C17-5073F780-15-65855800 is the unique calendar ID to reload.


Kind regards,
Christian Mack

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


Re: [SOGo] Re: just gone live with sogo, and keep getting 100% cpu usage... :-(

2013-04-04 Thread Jan-Frode Myklebust
On Thu, Apr 04, 2013 at 11:40:43AM +0200, mayak-cq wrote:
 
 sudo -u sogo defaults write sogod WOWorkersCount 32

Please remember to also increase the number of connections to your
postgres database when changing the number of workers.

postgresql max_connections  3x WOWorkersCount

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


Re: [SOGo] Re: just gone live with sogo, and keep getting 100% cpu usage... :-(

2013-04-04 Thread Jan-Frode Myklebust
On Thu, Apr 04, 2013 at 11:48:46AM +0200, Jan-Frode Myklebust wrote:
 Probably also good to enable some debugging with:
 
   sudo -u sogo defaults write sogod SOGoDebugRequests YES
 
 and see if the sogod.log tell you something..

We've often seen problems with sogod processes getting stuck, eating
cpu, so we've implemented a watchdog that kills sogod-processes
that's been using too much cputime.

Every 5 minutes we run the following script:


8-8--8---8---88---8--8-8--
#! /bin/sh -
#
# Kill sogo-processes that's been running too long.

too_long=15 # 00-59 minutes

ps -u sogo -opid,ppid,cputime | grep -v PPID | while read pid ppid time
do
# Don't kill main daemon.
if test x$ppid != x1
then
minutes=$(echo $time | cut -d: -f2)
if test $minutes -gt $too_long;
then
echo Killing $pid
ps -fp $pid
kill -9 $pid
fi
fi

done
8-8--8---8---88---8--8-8--

This hasn't been triggering often with sogo v2, but we've had situations
earlier where sogod would get stuck on unexpected data from the IMAP
server. F.ex. sogod didn't like dovecot telling it the progress during
IMAP searches and got stuck using 100% cpu whenever that happened.


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


Re: [SOGo] Is blackberry device supported as part of the mobile connector?

2013-04-04 Thread Christian Mack
Hello Joseph

Am 2013-03-27 02:58, schrieb jos...@mxhub.com:
 Is blackberry device supported as part of the mobile connector?
 

What do you mean with mobile connector ?

There are 4 protocols supported by SOGo and its extensions:
DAV (CardDAV, CalDAV)   SOGo
SyncML  SOGo + Funambol-Connector for SOGo + Funambol
ActiveSync  SOGo + successor of sogosync (sorry forgot its name)
MAPISOGo + SOGo Openchange Connector + Openchange

Which Protocol does your Blackberry support?


Kind regards,
Christian Mack

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


[SOGo] Web UI Does show mails -neither list nor content but folders are here and IMAP is good ....

2013-04-04 Thread Andreas Balg
I've installed  sogo 2.0.4.b-1 on debian (squeeze 6.0.7)  and used it as 
mail webfrontend only - no fancy stuff like LDAP, MAPI, sync, zpush 
funambol or the like are used - just postfix /dovecot (1.2.15), 
memcached and sogo WebUI via apache


All used to work well - but suddenly (might have been an update - can't 
tell for sure anymore) the WebUI is not working correctly anymore.
Not working means: I can login, I see the IMAP folder-tree to the left - 
but no list of mail subjects anymore and no content of course.

just mail has gone (this happens in all folders)

IMAP/MySQL-Debugging did not reveal anything strange -

UI_debug tell's me:

AJAX Request, Caught Exception: TypeError
search.mail is undefined
at 
https://mail.xincs.net/SOGo.woa/WebServerResources/MailerUI.js?lm=1360788144: 
787

backtrace:
onAjaxRequestStateChange ([object Window])
[anonymous]

[anonymous]

fReadyStateChange ([object Window])
[anonymous]

Any Ideas what this might be? I am so helpless and feel I've already 
read all I found on sogo, debugging and But don.t find it.
I'd be soo glad if anybody could help me remove the blind spot from 
my eyes - I've been looking into this tooo lang already


Cheers
Andreas

Lines for this request from sogo.log:

==
2013-04-03 18:20:09.184 sogod[8507] Note: Using UTF-8 as URL encoding in 
NGExtensions.
Apr 03 18:20:09 sogod [8507]: 0x0xb8a0aa40[SOGoCache] Cache cleanup 
interval set every 300.00 seconds
Apr 03 18:20:09 sogod [8507]: 0x0xb8a0aa40[SOGoCache] Using host(s) 
'127.0.0.1' as server(s)

Apr 03 18:20:09 sogod [8507]: |SOGo| lookup name: SOGo
2013-04-03 18:20:09.192 sogod[8507] Note(SoObject): SoDebugKeyLookup is 
enabled!
2013-04-03 18:20:09.192 sogod[8507] Note(SoObject): SoDebugBaseURL is 
enabled!
2013-04-03 18:20:09.192 sogod[8507] Note(SoObject): relative base URLs 
are enabled.
Apr 03 18:20:09 sogod [8507]: |SOGo|   did not find key 'SOGo' in 
SoClass: 0x0xb8b09a40[SoObjCClass]: super=0x0xb8b091a0 objc=SOGo 
slots=connect,GET,view,casProxy,index,saml2-signon-post,changePassword,saml2-metadata,loading,toolbar

Apr 03 18:20:09 sogod [8507]: |SOGo|   looked up value: (nil)
Apr 03 18:20:09 sogod [8507]: |SOGo|   lookup in root object: (nil)
Apr 03 18:20:09 sogod [8507]: |SOGo|   GOT: (nil)
Apr 03 18:20:09 sogod [8507]: |SOGo|   matched appname: SOGo
Apr 03 18:20:09 sogod [8507]: |SOGo|   = rewrote value: 
SOGo[0x0xb8b62a88]: name=SOGo

Apr 03 18:20:09 sogod [8507]: |SOGo| lookup name: GET
2013-04-03 18:20:09.220 sogod[8507] ERROR(-[NGBundleManager 
bundleWithPath:]): could not create bundle for path: 
'/usr/share/GNUstep/Libraries/gnustep-base/Versions/1.20/Resources/SSL.bundle'

2013-04-03 18:20:09.244 sogod[8507] WOCompoundElement: pool embedding is on.
2013-04-03 18:20:09.244 sogod[8507] WOCompoundElement: id logging is on.
Apr 03 18:20:09 sogod [8507]: |SOGo|   looked up value: 
0x0xb8d546a0[SoPageInvocation]: class=SOGoRootPage bound instantiated 
product=0x0xb8b2b5d0[SoProduct]: loaded code-loaded 
bundle=/usr/lib/GNUstep/SOGo/MainUI.SOGo #classes=8 #categories=4 
rm=0x0xb8b2e1a8
Apr 03 18:20:09 sogod [8507]: |SOGo|   GOT: 
0x0xb8d546a0[SoPageInvocation]: class=SOGoRootPage bound instantiated 
product=0x0xb8b2b5d0[SoProduct]: loaded code-loaded 
bundle=/usr/lib/GNUstep/SOGo/MainUI.SOGo #classes=8 #categories=4 
rm=0x0xb8b2e1a8
193.72.75.4 - - [03/Apr/2013:18:20:09 GMT] GET /SOGo/ HTTP/1.1 302 0/0 
0.066 - - 2M

Apr 03 18:20:09 sogod [8507]: |SOGo| lookup name: SOGo
Apr 03 18:20:09 sogod [8507]: |SOGo|   did not find key 'SOGo' in 
SoClass: 0x0xb8b09a40[SoObjCClass]: super=0x0xb8b091a0 objc=SOGo 
slots=connect,GET,view,casProxy,index,saml2-signon-post,changePassword,saml2-metadata,loading,toolbar

Apr 03 18:20:09 sogod [8507]: |SOGo|   looked up value: (nil)
Apr 03 18:20:09 sogod [8507]: |SOGo|   lookup in root object: (nil)
Apr 03 18:20:09 sogod [8507]: |SOGo|   GOT: (nil)
Apr 03 18:20:09 sogod [8507]: |SOGo|   matched appname: SOGo
Apr 03 18:20:09 sogod [8507]: |SOGo|   = rewrote value: 
SOGo[0x0xb8b62a88]: name=SOGo

Apr 03 18:20:09 sogod [8507]: |SOGo| lookup name: a...@balg.me
Apr 03 18:20:09 sogod [8507]: |SOGo|   did not find key 'a...@balg.me' 
in SoClass: 0x0xb8b09a40[SoObjCClass]: super=0x0xb8b091a0 objc=SOGo 
slots=connect,GET,view,casProxy,index,saml2-signon-post,changePassword,saml2-metadata,loading,toolbar

Apr 03 18:20:09 sogod [8507]: |SOGo|   looked up value: (nil)
Apr 03 18:20:09 sogod [8507]: |SOGo|   lookup in root object: (nil)
Apr 03 18:20:09 sogod [8507]: |SOGo|   GOT: (nil)
193.72.75.4 - - [03/Apr/2013:18:20:09 GMT] GET /SOGo/a...@balg.me 
HTTP/1.1 302 0/0 0.004 - - 40K

Apr 03 18:20:09 sogod [8507]: |SOGo| lookup name: SOGo
Apr 03 18:20:09 sogod [8507]: |SOGo|   did not find key 'SOGo' in 
SoClass: 0x0xb8b09a40[SoObjCClass]: super=0x0xb8b091a0 objc=SOGo 
slots=connect,GET,view,casProxy,index,saml2-signon-post,changePassword,saml2-metadata,loading,toolbar

Apr 03 18:20:09 sogod [8507]: |SOGo|   

Re: [SOGo] Re: just gone live with sogo, and keep getting 100% cpu usage... :-(

2013-04-04 Thread Ludovic Marcotte

On 04/04/13 05:00, Thibault Le Meur wrote:

I've had the same issue sometimes on squeeze, x64, SOGo 2.0.4b.
Rebootting the server was the only way to get back to a working SOGo. 
You just loose evidences by doing this. There are two possibilities for 
SOGo using 100% CPU:


1. the *parent* process is trying to find a free child and all of them
   are busy because of slow subsystems (LDAP, database, IMAP server,
   SMTP server or even remote HTTP servers for remote ICS
   subscriptions). If all children are busy, the parent process will
   spin so quickly it'll consume 100% CPU, appearing stuck, while it
   isn't ;
2. a *child* process has gone awry because of a broken subsystem or a
   bug in the code. Most of the time, it's due to unhandled IMAP
   traffic (abrupt connection close due to server bugs, broken server
   responses, broken mails not passed by correctly by the server,
   etc.). The IMAP code should be more resilient to this, but sope-mime
   is just horrible, and should eventually be replaced by the much
   cleaner Pantomime framework.

1. can be tuned quite easily, by carefully increasing the workers limit.

2. is a bug. When it happens, simply attach to the *child* process and 
produce a stack trace. Then, file a bug report with all the relevant 
data, including the culprit email message (which can be found in the 
sogo.log file). All of this is documented here: 
http://www.sogo.nu/english/nc/support/faq/article/how-do-i-debug-sogo.html


Thanks,

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

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

[SOGo] something in squeeze update is broken

2013-04-04 Thread Gerhard W. Recher (privat)
Hi List

apt-get update  apt-get upgrade

Die folgenden Pakete sind zurückgehalten worden:
sogo sogo-openchange

sogo : Hängt ab von: liblasso3 (= 2.3.6) aber 2.2.1-4+b1 soll
installiert werden

sogo-openchange : Hängt ab von: sogo (= 2.0.5.20130404-1) aber
2.0.5.20130319-1 soll installiert werden

how to resolve this issue ?

/etc/apt/sources.list
#
deb http://ftp-stud.hs-esslingen.de/debian/ squeeze main non-free contrib
deb-src http://ftp-stud.hs-esslingen.de/debian/ squeeze main non-free
contrib

deb http://security.debian.org/ squeeze/updates main non-free contrib
deb-src http://security.debian.org/ squeeze/updates main non-free contrib

deb http://packages.dotdeb.org squeeze all
deb-src http://packages.dotdeb.org squeeze all
deb http://packages.dotdeb.org squeeze-php54 all
deb-src http://packages.dotdeb.org squeeze-php54 all


# squeeze-updates, previously known as 'volatile'
deb http://ftp-stud.hs-esslingen.de/debian/ squeeze-updates main contrib
non-free
deb-src http://ftp-stud.hs-esslingen.de/debian/ squeeze-updates main
contrib non-free

#ogo
deb http://xi.rename-it.nl/debian/ stable-auto/dovecot-2.1 main
deb http://inverse.ca/debian-nightly squeeze squeeze
deb http://backports.debian.org/debian-backports squeeze-backports main


and:

dpkg --list liblasso*
Gewünscht=Unbekannt/Installieren/R=Entfernen/P=Vollständig Löschen/Halten
| Status=Nicht/Installiert/Config/U=Entpackt/halb konFiguriert/
Halb installiert/Trigger erWartet/Trigger anhängig
|/ Fehler?=(kein)/R=Neuinstallation notwendig (Status, Fehler:
GROSS=schlecht)
||/ Name Version Beschreibung
+++-===-===-==
ii liblasso3 2.2.1-4+b1 Library for Liberty Alliance and SAML protocols
- runtime libr
root@sogo:/home/sogo/GNUstep/Defaults# dpkg --list sogo*
Gewünscht=Unbekannt/Installieren/R=Entfernen/P=Vollständig Löschen/Halten
| Status=Nicht/Installiert/Config/U=Entpackt/halb konFiguriert/
Halb installiert/Trigger erWartet/Trigger anhängig
|/ Fehler?=(kein)/R=Neuinstallation notwendig (Status, Fehler:
GROSS=schlecht)
||/ Name Version Beschreibung
+++-===-===-==
ii sogo 2.0.5.20130319-1 a modern and scalable groupware
un sogo-dbg keine (keine Beschreibung vorhanden)
ii sogo-openchange 2.0.5.20130319-1 a modern and scalable groupware -
OpenChange backend




-- Gerhard


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

Re: [SOGo] password virtual appliance admin ldap

2013-04-04 Thread Francis Lachapelle
Hi
On 2013-04-03, at 5:45 AM, pva...@parcdesalutmar.cat wrote:

 I downloaded and imported the virtual appliance to virtual box.
 
 The machine it's running.
 
 but i don't find  the password of the ldap admin and i'll like create a new
 user.
 
 Does anyone know please ?

Make a guess. It's sogo.

:)

The DN is cn=admin,dc=example,dc=com.

Francis

--
flachape...@inverse.ca :: +1.514.755.3640 :: http://www.inverse.ca
Inverse :: Leaders behind SOGo (http://sogo.nu) and PacketFence 
(http://packetfence.org)

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

[SOGo] LDAP multiple mail fields and address book

2013-04-04 Thread Alessio Fattorini
In our new LDAP scheme we have this multiple mail fields for every user 
or group:


mail: alessio.fattor...@nethesis.it
mail: alessio.fattorini@progetto.it
mail: ales...@nethesis.it
mail: alessio@progetto***.it
mail: s...@nethesis.it

It works when i want to send an email, i can choose my sendere from this 
aliases, but otherwise if i search alessio from address book or 
auto-completation, sogo suggests me only the FIRST mail field, 
alessio.fattor...@nethesis.it in the example above.

BUT
* i can't search or find others mail fields
* if the first mail field is not the primary email address, i can't 
choose another


Can you help me on this?

This is my users LDAP configuration

  id = users;
type = ldap;
CNFieldName = cn;
IDFieldName = uid;
UIDFieldName = uid;
canAuthenticate = YES;
bindDN = cn=sogo,dc=directory,dc=nh;
bindPassword = $ldapPassword;
baseDN = ou=People,dc=directory,dc=nh;
filter = accountStatus=active;
scope = ONE;
hostname = ldapi://;
displayName = $SystemName users;
isAddressBook = YES;



--

Alessio Fattorini - Nethesis srl

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


Re: [SOGo] Is blackberry device supported as part of the mobile connector?

2013-04-04 Thread Louis-Philippe Gauthier
Hi,

I have old (last summer :-)  Blackberry 7.0. We installed Funambol to
sync with SOGo

I read on the BB forums that the new BlackBerry 10 supports DAV.

So, you don't need anything than SOGo with new Blackberry 10 ?


Thanks,



2013/4/4 Christian Mack christian.m...@uni-konstanz.de

 Hello Joseph

 Am 2013-03-27 02:58, schrieb jos...@mxhub.com:
  Is blackberry device supported as part of the mobile connector?
 

 What do you mean with mobile connector ?

 There are 4 protocols supported by SOGo and its extensions:
 DAV (CardDAV, CalDAV)   SOGo
 SyncML  SOGo + Funambol-Connector for SOGo + Funambol
 ActiveSync  SOGo + successor of sogosync (sorry forgot its name)
 MAPISOGo + SOGo Openchange Connector + Openchange

 Which Protocol does your Blackberry support?


 Kind regards,
 Christian Mack

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




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

Re: [SOGo] Is blackberry device supported as part of the mobile connector?

2013-04-04 Thread mayak-cq
bonjour louis,

i was aware that BB10 supports exchange/activesync -- can you confirm
where you saw DAV -- i haven't seen anything about this.

thanks

m


On Thu, 2013-04-04 at 09:34 -0400, Louis-Philippe Gauthier wrote:
 Hi, 
 
 I have old (last summer :-)  Blackberry 7.0. We installed Funambol
 to sync with SOGo
 
 I read on the BB forums that the new BlackBerry 10 supports DAV. 
 
 So, you don't need anything than SOGo with new Blackberry 10 ?
 
 
 
 
 Thanks,
 
 
 
 
 
 
 2013/4/4 Christian Mack christian.m...@uni-konstanz.de
 
 Hello Joseph
 
 Am 2013-03-27 02:58, schrieb jos...@mxhub.com:
  Is blackberry device supported as part of the mobile
 connector?
 
 
 What do you mean with mobile connector ?
 
 There are 4 protocols supported by SOGo and its extensions:
 DAV (CardDAV, CalDAV)   SOGo
 SyncML  SOGo + Funambol-Connector for SOGo + Funambol
 ActiveSync  SOGo + successor of sogosync (sorry forgot its
 name)
 MAPISOGo + SOGo Openchange Connector + Openchange
 
 Which Protocol does your Blackberry support?
 
 
 Kind regards,
 Christian Mack
 
 --
 Christian Mack
 Gruppe Informationsdienste
 Rechenzentrum Universität Konstanz
 --
 users@sogo.nu
 https://inverse.ca/sogo/lists
 
 
 
 
 -- 
 Louis-Philippe Gauthier
 

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

Re: [SOGo] Delegate user's mailbox

2013-04-04 Thread Christian Mack
Hello Szládovics Péter


Am 2013-04-04 12:10, schrieb Szládovics Péter:
 2013-04-04 11:32 keltezéssel, Christian Mack írta:
 Am 2013-03-27 22:41, schrieb Szládovics Péter:
 
 Ok, it's already done. But I log in as name of the other user, and
 cannot see any changes - e.g. delegated mailbox...


 Check if Preferences -- Mail Options -- Show subscribed mailboxes
 only is unset.
 
 This setting is unset by default. When I set it on, and then off again,
 don't see any changes in the folderlist.
 

OK, so this setting was right from the start.
No problem here, keep it unset.


 Then you should see the shared folders under Other Users.
 If not, then something is wrong with your IMAP configuration.
 
 There is no shared folders on in the folders panel.
  cut 

If there is no folder Other Users, then nobody has shared an email
folder to you.

I forgot to ask:
Which privileges did you set?
I ask, because it is not sufficient to add an user to the list of
privileged users.
You have to double click its name in the list and explicitly set some
privileges for her.


Kind regards,
Christian Mack

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


Re: [SOGo] Is blackberry device supported as part of the mobile connector?

2013-04-04 Thread Louis-Philippe Gauthier
Hi mayak-cq,

I saw it on
http://supportforums.blackberry.com/t5/BlackBerry-Z10/calDav/td-p/2126787

And I found a HOWTO with beautiful print screen
http://www.blackberryos.com/content/friday-tip-add-any-calendar-your-blackberry-10-4880/

I don't have any BB10 to test it ... but I don't think it's The Gimp /
Photoshop tricks ! lo

Regards



2013/4/4 mayak-cq ma...@australsat.com

 **
 bonjour louis,

 i was aware that BB10 supports exchange/activesync -- can you confirm
 where you saw DAV -- i haven't seen anything about this.

 thanks

 m



 On Thu, 2013-04-04 at 09:34 -0400, Louis-Philippe Gauthier wrote:

 Hi,

 I have old (last summer :-)  Blackberry 7.0. We installed Funambol to
 sync with SOGo

 I read on the BB forums that the new BlackBerry 10 supports DAV.

 So, you don't need anything than SOGo with new Blackberry 10 ?



  Thanks,





  2013/4/4 Christian Mack christian.m...@uni-konstanz.de

 Hello Joseph

 Am 2013-03-27 02:58, schrieb jos...@mxhub.com:
  Is blackberry device supported as part of the mobile connector?
 

 What do you mean with mobile connector ?

 There are 4 protocols supported by SOGo and its extensions:
 DAV (CardDAV, CalDAV)   SOGo
 SyncML  SOGo + Funambol-Connector for SOGo + Funambol
 ActiveSync  SOGo + successor of sogosync (sorry forgot its name)
 MAPISOGo + SOGo Openchange Connector + Openchange

 Which Protocol does your Blackberry support?


 Kind regards,
 Christian Mack

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




 --
 Louis-Philippe Gauthier





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

Re: [SOGo] automatic web calendar reload

2013-04-04 Thread Aurélien Minet

Hello Christian

On 04/04/2013 12:14 PM, Christian Mack wrote:

Hello  Aurélien Minet

Am 2013-04-02 18:32, schrieb Aurélien Minet:

Hello,

I'm looking for doing an automatic (on demand script) reload on
several web calendar (remote ICS) of different fake users.
The goal is to have real user, who subscribe to fake user's web
calendars, getting latest changes of
those remote web calendars.

I'm actually thinking of doing something like
https://github.com/inverse-inc/sogo/blob/master/Tests/Integration/test-ui-posts.py
with url like
/SOGo/so/sogo1/Calendar/monthview?day=20130402
or
/SOGo/so/sogo1/Calendar/eventsblocks?sd=20130401ed=20130505view=monthview

Is any web service (REST), RPC or API for doing such tasks
(I have look to sogo-tool without success)

thanks for any advice


You mean something like the following?
/SOGo/so/sogo1/Calendar/3C17-5073F780-15-65855800/reload

Where 3C17-5073F780-15-65855800 is the unique calendar ID to reload.


excatly :)

thanks for your input

using:
/SOGo/connect?userName=userXpassword=1secret
/SOGo/so/userX/Calendar/3A6-5151AC80-7-4A073D80/reload
do what I want

Regards

Aurélien

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


Re: [SOGo] LDAP multiple mail fields and address book

2013-04-04 Thread Christian Mack
Hello Alessio Fattorini


Am 2013-04-04 15:12, schrieb Alessio Fattorini:
 In our new LDAP scheme we have this multiple mail fields for every user
 or group:
 
 mail: alessio.fattor...@nethesis.it
 mail: alessio.fattorini@progetto.it
 mail: ales...@nethesis.it
 mail: alessio@progetto***.it
 mail: s...@nethesis.it
 
 It works when i want to send an email, i can choose my sendere from this
 aliases, but otherwise if i search alessio from address book or
 auto-completation, sogo suggests me only the FIRST mail field,
 alessio.fattor...@nethesis.it in the example above.
 BUT
 * i can't search or find others mail fields
 * if the first mail field is not the primary email address, i can't
 choose another
 
 Can you help me on this?
 
 cut 

I think this is by design.

You can search for e.g. progretto and will get Alessio Fattorini
alessio.fattor...@nethesis.it (alessio) displayed.
What I mean is, that it searches for persons, not for email addresses.


Also in the Address Book you can only set 2 email addresses in a
contact card.
I hope, at least this will get fixed soon.


Kind regards,
Christian Mack

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


Re: [SOGo] Assistance with missing calendars - TB error

2013-04-04 Thread Steve Ankeny

Just a curiosity, but are you using the latest Lightning 1.9.1?

It's available directly from th extensions page.

On 04/04/2013 10:13 AM, Marcio Merlone wrote:

Greetings,

I have a working sogo with about a hundred users for more than a year 
now, but I have a couple users having a problem, where after he makes 
logoff from his workstation and logging in again then no calendar is 
shown, there is the Calendars menu item on the left, but with an 
empty calendar list. Just disabling lightning makes no difference, I 
have to remove and reinstall Lightning to fix this until the next 
logoff. TB's error console has some entries (just the best ones below):


Hora: 04/04/2013 10:29:49
Erro: calItipItem is not defined
Arquivo-fonte: 
file:///C:/Users/fabio.hartmann/AppData/Roaming/Thunderbird/Profiles/yy1u471f.default/extensions/%7Be2fda1a4-762b-4020-b5ad-a41df1933103%7D/components/calItemModule.js

Linha: 60

Hora: 04/04/2013 10:29:49
Erro: entidade não definida
Arquivo-fonte: chrome://lightning/content/lightning-toolbar.xul
Linha: 111, Coluna: 7
Código-fonte:
  toolbarbutton id=calendar-appmenu-button
  ^

Server Details:
Ubuntu 12.04.2 LTS 64bits
SOGo 2.0.4b-1

Client Details:
Windows 7 64bits
Thunderbird 17ESR
lightning-1.9.1.xpi
sogo-integrator-17.0.3.xpi

Could not find any error on sogo.log nor apache/access.log. Where 
should I look or what steps should I take to find what's wrong and fix 
this?


Thanks in advance, best regards.

--
*Marcio Merlone*
TI - Administrador de redes

*A1 Engenharia - Unidade Corporativa*
Fone:   +55 41 3616-3797
Cel:+55 41 9689-0036

http://www.a1.ind.br/ http://www.a1.ind.br


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

Re: [SOGo] Assistance with missing calendars - TB error

2013-04-04 Thread Steve Ankeny

Sorry!  Didn't read far enough!

On 04/04/2013 10:13 AM, Marcio Merlone wrote:

Greetings,

I have a working sogo with about a hundred users for more than a year 
now, but I have a couple users having a problem, where after he makes 
logoff from his workstation and logging in again then no calendar is 
shown, there is the Calendars menu item on the left, but with an 
empty calendar list. Just disabling lightning makes no difference, I 
have to remove and reinstall Lightning to fix this until the next 
logoff. TB's error console has some entries (just the best ones below):


Hora: 04/04/2013 10:29:49
Erro: calItipItem is not defined
Arquivo-fonte: 
file:///C:/Users/fabio.hartmann/AppData/Roaming/Thunderbird/Profiles/yy1u471f.default/extensions/%7Be2fda1a4-762b-4020-b5ad-a41df1933103%7D/components/calItemModule.js

Linha: 60

Hora: 04/04/2013 10:29:49
Erro: entidade não definida
Arquivo-fonte: chrome://lightning/content/lightning-toolbar.xul
Linha: 111, Coluna: 7
Código-fonte:
  toolbarbutton id=calendar-appmenu-button
  ^

Server Details:
Ubuntu 12.04.2 LTS 64bits
SOGo 2.0.4b-1

Client Details:
Windows 7 64bits
Thunderbird 17ESR
lightning-1.9.1.xpi
sogo-integrator-17.0.3.xpi

Could not find any error on sogo.log nor apache/access.log. Where 
should I look or what steps should I take to find what's wrong and fix 
this?


Thanks in advance, best regards.

--
*Marcio Merlone*
TI - Administrador de redes

*A1 Engenharia - Unidade Corporativa*
Fone:   +55 41 3616-3797
Cel:+55 41 9689-0036

http://www.a1.ind.br/ http://www.a1.ind.br


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

Re: [SOGo] Re: just gone live with sogo, and keep getting 100% cpu usage... :-(

2013-04-04 Thread Thibault Le Meur


Le 04/04/2013 13:23, Ludovic Marcotte a écrit :

On 04/04/13 05:00, Thibault Le Meur wrote:

I've had the same issue sometimes on squeeze, x64, SOGo 2.0.4b.
Rebootting the server was the only way to get back to a working SOGo. 

You just loose evidences by doing this.


Yes I know, but sometimes getting quickly back in a working mode is more 
important :( It's the balance between resolving problems and incidents ;-)



There are two possibilities for SOGo using 100% CPU:

 1. the *parent* process is trying to find a free child and all of
them are busy because of slow subsystems (LDAP, database, IMAP
server, SMTP server or even remote HTTP servers for remote ICS
subscriptions). If all children are busy, the parent process will
spin so quickly it'll consume 100% CPU, appearing stuck, while it
isn't ;
 2. a *child* process has gone awry because of a broken subsystem or a
bug in the code. Most of the time, it's due to unhandled IMAP
traffic (abrupt connection close due to server bugs, broken
server responses, broken mails not passed by correctly by the
server, etc.). The IMAP code should be more resilient to this, but
sope-mime is just horrible, and should eventually be replaced by
the much cleaner Pantomime framework.

1. can be tuned quite easily, by carefully increasing the workers limit.


Thanks for the advice. I've seen in this list the following proposals:
sudo -u sogo defaults write sogod SxVMemLimit 1024
sudo -u sogo defaults write sogod WOWorkersCount 32

I just don't feel like this kind of setup is really safe... couldn't it 
result in a very high memory consumption mode ?




2. is a bug. When it happens, simply attach to the *child* process and 
produce a stack trace. Then, file a bug report with all the relevant 
data, including the culprit email message (which can be found in the 
sogo.log file). All of this is documented here: 
http://www.sogo.nu/english/nc/support/faq/article/how-do-i-debug-sogo.html




Okay, I'll try this next time.

Thanks again for your useful tips,
Thibault

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

Re: [SOGo] Delegate user's mailbox

2013-04-04 Thread Szládovics Péter
2013-04-04 16:05 keltezéssel, Christian Mack írta:
 Hello Szládovics Péter


 Am 2013-04-04 12:10, schrieb Szládovics Péter:
 2013-04-04 11:32 keltezéssel, Christian Mack írta:
 Am 2013-03-27 22:41, schrieb Szládovics Péter:
 Ok, it's already done. But I log in as name of the other user, and
 cannot see any changes - e.g. delegated mailbox...

 Check if Preferences -- Mail Options -- Show subscribed mailboxes
 only is unset.
 This setting is unset by default. When I set it on, and then off again,
 don't see any changes in the folderlist.

 OK, so this setting was right from the start.
 No problem here, keep it unset.

OK.

 Then you should see the shared folders under Other Users.
 If not, then something is wrong with your IMAP configuration.
 There is no shared folders on in the folders panel.
  cut 
 If there is no folder Other Users, then nobody has shared an email
 folder to you.

No, there is a user who share its folders. The other user has given some
informative mail from the delegation.

 I forgot to ask:
 Which privileges did you set?

All of them.

 I ask, because it is not sufficient to add an user to the list of
 privileged users.
 You have to double click its name in the list and explicitly set some
 privileges for her.

Yes, I know. I did it as well.
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Delegate user's mailbox

2013-04-04 Thread Ludovic Marcotte

On 04/04/13 14:19, Szládovics Péter wrote:

I ask, because it is not sufficient to add an user to the list of
privileged users.
You have to double click its name in the list and explicitly set some
privileges for her.

Yes, I know. I did it as well.
Do you still see what you gave when you edit back the access rights for 
the mail folder?


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

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


Re: [SOGo] Assistance with missing calendars - TB error

2013-04-04 Thread Marcio Merlone

Em 04-04-2013 11:39, Steve Ankeny escreveu:

Just a curiosity, but are you using the latest Lightning 1.9.1?

Yeap:


On 04/04/2013 10:13 AM, Marcio Merlone wrote:

Client Details:
Windows 7 64bits
Thunderbird 17ESR
lightning-1.9.1.xpi
sogo-integrator-17.0.3.xpi


--
*Marcio Merlone*
TI - Administrador de redes

*A1 Engenharia - Unidade Corporativa*
Fone:   +55 41 3616-3797
Cel:+55 41 9689-0036

http://www.a1.ind.br/ http://www.a1.ind.br
--
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Assistance with missing calendars - TB error

2013-04-04 Thread Marcio Merlone

Em 04-04-2013 11:40, Steve Ankeny escreveu:

Sorry!  Didn't read far enough!

That's ok, I didn't either. :)

--
*Marcio Merlone*
TI - Administrador de redes

*A1 Engenharia - Unidade Corporativa*
Fone:   +55 41 3616-3797
Cel:+55 41 9689-0036

http://www.a1.ind.br/ http://www.a1.ind.br
--
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Samba4 Crash

2013-04-04 Thread ScottJ
Here is some strace output on the crash:

write(2, Apr 04 12:10:23 samba [6504]: M..., 119Apr 04 12:10:23 samba
[6504]: MAPIStoreFAIMessage:0x1de7f80:(null) METHOD '-[MAPIStoreMessage
init]' (142) (31358848)) = 119
write(2, \n, 1
)   = 1
write(2, 2013-04-04 12:10:23.265 samba[65..., 842013-04-04 12:10:23.265
samba[6504] returning wrapper: 0x265cdf0; object: 0x1de7f80
) = 84
rt_sigprocmask(SIG_BLOCK, [PIPE], [FPE USR1 USR2 PIPE], 8) = 0
rt_sigpending([])   = 0
write(109, \27\3\1\0
\330n\21\206\204\250Fn_\324\376\2474\3\354xS\304\277~\232\235\356\371\253v...,
90) = 90
rt_sigprocmask(SIG_SETMASK, [FPE USR1 USR2 PIPE], NULL, 8) = 0
poll([{fd=109, events=POLLIN|POLLERR}], 1, -1) = 1 ([{fd=109, revents=POLLIN}])
rt_sigprocmask(SIG_BLOCK, [PIPE], [FPE USR1 USR2 PIPE], 8) = 0
rt_sigpending([])   = 0
read(109, \27\3\1\0 , 5)  = 5
read(109,
\336\206\272\0\272\353\245\3045\263t\3060\3410\16\2538\200@\202\324\317Yd\342\325\306\231,
32) = 32
read(109, \27\3\1\, 5)= 5
read(109, \16\2559\234\20\24\361.+\2\3017\27 ;\324m\36\203\317\247
|S\365\265\310m0\322;\22..., 48) = 48
rt_sigprocmask(SIG_SETMASK, [FPE USR1 USR2 PIPE], NULL, 8) = 0
fcntl(25, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=26744, len=1}) = 0
fcntl(25, F_SETLKW, {type=F_UNLCK, whence=SEEK_SET, start=26744, len=1}) = 0
fcntl(25, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=25836, len=1}) = 0
fcntl(25, F_SETLKW, {type=F_UNLCK, whence=SEEK_SET, start=25836, len=1}) = 0
fcntl(25, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=32952, len=1}) = 0
fcntl(25, F_SETLKW, {type=F_UNLCK, whence=SEEK_SET, start=32952, len=1}) = 0
fcntl(25, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=26744, len=1}) = 0
fcntl(25, F_SETLKW, {type=F_UNLCK, whence=SEEK_SET, start=26744, len=1}) = 0
fcntl(25, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=25836, len=1}) = 0
fcntl(25, F_SETLKW, {type=F_UNLCK, whence=SEEK_SET, start=25836, len=1}) = 0
fcntl(25, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=32952, len=1}) = 0
fcntl(25, F_SETLKW, {type=F_UNLCK, whence=SEEK_SET, start=32952, len=1}) = 0
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
fstat(1, {st_mode=S_IFCHR|0600, st_rdev=makedev(136, 2), ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) =
0x7f2d015de000
lseek(1, 0, SEEK_CUR)   = -1 ESPIPE (Illegal seek)
write(1, ...,
64===
) = 64
munmap(0x7f2d015de000, 4096)= 0
fstat(1, {st_mode=S_IFCHR|0600, st_rdev=makedev(136, 2), ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) =
0x7f2d015de000
lseek(1, 0, SEEK_CUR)   = -1 ESPIPE (Illegal seek)
write(1, INTERNAL ERROR: Signal 11 in pid..., 46INTERNAL ERROR: Signal 11 in
pid 6504 (4.0.1)
) = 46
munmap(0x7f2d015de000, 4096)= 0
fstat(1, {st_mode=S_IFCHR|0600, st_rdev=makedev(136, 2), ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) =
0x7f2d015de000
lseek(1, 0, SEEK_CUR)   = -1 ESPIPE (Illegal seek)
write(1, Please read the Trouble-Shooting..., 60Please read the
Trouble-Shooting section of the Samba HOWTO
) = 60
munmap(0x7f2d015de000, 4096)= 0
fstat(1, {st_mode=S_IFCHR|0600, st_rdev=makedev(136, 2), ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) =
0x7f2d015de000
lseek(1, 0, SEEK_CUR)   = -1 ESPIPE (Illegal seek)
write(1, ...,
64===
) = 64
munmap(0x7f2d015de000, 4096)= 0
prctl(0x59616d61 /* PR_??? */, 0x1968, 0, 0, 0) = 0
fstat(1, {st_mode=S_IFCHR|0600, st_rdev=makedev(136, 2), ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) =
0x7f2d015de000
lseek(1, 0, SEEK_CUR)   = -1 ESPIPE (Illegal seek)
write(1, PANIC: internal error\n, 22PANIC: internal error
) = 22
munmap(0x7f2d015de000, 4096)= 0
rt_sigaction(SIGABRT, {SIG_DFL, [ABRT], SA_RESTORER|SA_RESTART,
0x7f2d013a7cb0}, {0x7f2d011828f0, [ABRT], SA_RESTORER|SA_RESTART,
0x7f2d013a7cb0}, 8) = 0
rt_sigprocmask(SIG_UNBLOCK, [ABRT], NULL, 8) = 0
tgkill(6504, 6504, SIGABRT) = 0
--- SIGABRT (Aborted) @ 0 (0) ---
+++ killed by SIGABRT +++
Aborted
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Delegate user's mailbox

2013-04-04 Thread Jean Raby

On 13-04-04 3:53 PM, Szládovics Péter wrote:

2013-04-04 20:23 keltezéssel, Ludovic Marcotte írta:

On 04/04/13 14:19, Szládovics Péter wrote:

I ask, because it is not sufficient to add an user to the list of
privileged users.
You have to double click its name in the list and explicitly set some
privileges for her.

Yes, I know. I did it as well.

Do you still see what you gave when you edit back the access rights for the
mail folder?



Yes, when I dblclick the user's name, every option are checked.


Are you sure the ACL / shared mailbox setup is ok on the dovecot side?

Have a look here: http://wiki2.dovecot.org/SharedMailboxes/Shared
In particular, check the Shared mailbox listing section.

If this isn't setup properly, dovecot won't return the shared mailboxes to SOGo,
SOGo won't have any way of knowing that the shared mailbox exists (even if the 
user has access to it).


--
Jean Raby
jr...@inverse.ca  ::  +1.514.447.4918 (x120) ::  www.inverse.ca
Inverse inc. :: Leaders behind SOGo (www.sogo.nu) and PacketFence 
(www.packetfence.org)

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


[SOGo] SOGO login - imap or sql

2013-04-04 Thread Karol Pomaski
Hey.

I have recently insalled SOGO. I would like to while loging into SOGO to
make it check the login/password by IMAP. Is it possible? (using Dovecot
1.2 and Postfix)

If not, I have all the users/password stored in mysql database, however the
password fiel is encrypted with salt. How should I change
the SOGoUserSources to correctly use it? How can I specify which field
should be used for login and which for the password?

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

[SOGo] Authorization

2013-04-04 Thread Karol Pomaski
Hey All,

I am stuck with the authentication configuration. Want to be able to enter
to SOGo by IMAP authentication or by sql. I don't use LDAP nor SAMBA.

My passwords are encrypted inside the mysql database with salt. How should
I configure SOGo to read correctly users and passwords from DB?

This is really a blocker for me.

Thanks for any hint on this.

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

Re: [SOGo] Authorization

2013-04-04 Thread Michael Vogel

Am 04.04.2013 23:30, schrieb Karol Pomaski:

Hey All,

I am stuck with the authentication configuration. Want to be able to enter
to SOGo by IMAP authentication or by sql. I don't use LDAP nor SAMBA.

My passwords are encrypted inside the mysql database with salt. How should
I configure SOGo to read correctly users and passwords from DB?


Had you taken a look at the documentation?

http://www.sogo.nu/files/docs/SOGo%20Installation%20Guide.pdf

Salted password doesn't seem to be supported.

Michael

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


Re: [SOGo] Authorization

2013-04-04 Thread Karol Pomaski
Ok, so if there is no option for SALT, can I use the IMAP authentication
instead?

Regards,
karol


2013/4/4 Michael Vogel ica...@dabo.de

 Am 04.04.2013 23:30, schrieb Karol Pomaski:

  Hey All,

 I am stuck with the authentication configuration. Want to be able to enter
 to SOGo by IMAP authentication or by sql. I don't use LDAP nor SAMBA.

 My passwords are encrypted inside the mysql database with salt. How should
 I configure SOGo to read correctly users and passwords from DB?


 Had you taken a look at the documentation?

 http://www.sogo.nu/files/docs/**SOGo%20Installation%20Guide.**pdfhttp://www.sogo.nu/files/docs/SOGo%20Installation%20Guide.pdf

 Salted password doesn't seem to be supported.

 Michael

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

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

Re: [SOGo] something in squeeze update is broken

2013-04-04 Thread Jean Raby

On 13-04-04 7:58 AM, Gerhard W. Recher (privat) wrote:

Hi List

apt-get update  apt-get upgrade

Die folgenden Pakete sind zurückgehalten worden:
sogo sogo-openchange

sogo : Hängt ab von: liblasso3 (= 2.3.6) aber 2.2.1-4+b1 soll
installiert werden

sogo-openchange : Hängt ab von: sogo (= 2.0.5.20130404-1) aber
2.0.5.20130319-1 soll installiert werden

how to resolve this issue ?
If you run the nightlies on squeeze, install liblasso from 
http://deb.entrouvert.org/


deb http://deb.entrouvert.org/ squeeze main


This will be sorted out before the next release.


/etc/apt/sources.list
#
deb http://ftp-stud.hs-esslingen.de/debian/ squeeze main non-free contrib
deb-src http://ftp-stud.hs-esslingen.de/debian/ squeeze main non-free
contrib

deb http://security.debian.org/ squeeze/updates main non-free contrib
deb-src http://security.debian.org/ squeeze/updates main non-free contrib

deb http://packages.dotdeb.org squeeze all
deb-src http://packages.dotdeb.org squeeze all
deb http://packages.dotdeb.org squeeze-php54 all
deb-src http://packages.dotdeb.org squeeze-php54 all


# squeeze-updates, previously known as 'volatile'
deb http://ftp-stud.hs-esslingen.de/debian/ squeeze-updates main contrib
non-free
deb-src http://ftp-stud.hs-esslingen.de/debian/ squeeze-updates main
contrib non-free

#ogo
deb http://xi.rename-it.nl/debian/ stable-auto/dovecot-2.1 main
deb http://inverse.ca/debian-nightly squeeze squeeze
deb http://backports.debian.org/debian-backports squeeze-backports main


and:

dpkg --list liblasso*
Gewünscht=Unbekannt/Installieren/R=Entfernen/P=Vollständig Löschen/Halten
| Status=Nicht/Installiert/Config/U=Entpackt/halb konFiguriert/
Halb installiert/Trigger erWartet/Trigger anhängig
|/ Fehler?=(kein)/R=Neuinstallation notwendig (Status, Fehler:
GROSS=schlecht)
||/ Name Version Beschreibung
+++-===-===-==
ii liblasso3 2.2.1-4+b1 Library for Liberty Alliance and SAML protocols
- runtime libr
root@sogo:/home/sogo/GNUstep/Defaults# dpkg --list sogo*
Gewünscht=Unbekannt/Installieren/R=Entfernen/P=Vollständig Löschen/Halten
| Status=Nicht/Installiert/Config/U=Entpackt/halb konFiguriert/
Halb installiert/Trigger erWartet/Trigger anhängig
|/ Fehler?=(kein)/R=Neuinstallation notwendig (Status, Fehler:
GROSS=schlecht)
||/ Name Version Beschreibung
+++-===-===-==
ii sogo 2.0.5.20130319-1 a modern and scalable groupware
un sogo-dbg keine (keine Beschreibung vorhanden)
ii sogo-openchange 2.0.5.20130319-1 a modern and scalable groupware -
OpenChange backend




-- Gerhard





--
Jean Raby
jr...@inverse.ca  ::  +1.514.447.4918 (x120) ::  www.inverse.ca
Inverse inc. :: Leaders behind SOGo (www.sogo.nu) and PacketFence 
(www.packetfence.org)

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


[SOGo] BTS activities for Thursday, April 04 2013

2013-04-04 Thread SOGo reporter
Title: BTS activities for Thursday, April 04 2013





  
BTS Activities

  Home page: http://www.sogo.nu/bugs
  Project: SOGo
  For the period covering: Thursday, April 04 2013

  
  
idlast updatestatus (resolution)categorysummary
	
	
	  
	
2278
	2013-04-04 11:26:59
	updated (open)
	Funambol SOGo Connector
	Events synchronized from Nokia E72 phone are synchronized, alarms not
	
	  
	
  
  




Re: [SOGo] Cannot get SOGo/OpenChange working with Cyrus-IMAP

2013-04-04 Thread lloydsystems
Hi,

I have continued trying to get OpenChange to work with SOGo, but still
unsuccessful, and have not received any feedback to guide me to the problem.  I
do have some more information.  I initially suspected an IMAP authentication
problem, but now I am not so sure.

I believe I have covered the IMAP trust issue.  I have Cyrus-IMAP running 2
instances - 'imap' listening on the server IP and 'imaplocal' listening on the
loopback address.  'imap' has pwcheck_method = saslauthd while 'imaplocal' has
pwcheck_method = alwaystrue as per the setup guide.

With this I can login at the server using the imtest utility with my testuser
AD account and any password, so this should be correct.

My testing shows 2 scenarios, depending on how I configure SOGo:

1. Set SOGoIMAPServer = server.example.com
Using the SOGo web GUI the testuser AD account can login OK.  saslauthd shows
successful authentication by testuser, and Cyrus reports successful
authentication in maillog by testuser and service 'imap'.  testuser can see
mail, contacts and calendar.
Starting Outlook and login as testuser, Outlook will open and says it is
connected to Exchange, but there is no mail folder creation and no mail items
visible.  In the maillog Cyrus service 'imap' reports authentication failed for
testuser.  This is oviously the IMAP trust issue.  So...

2. Set SOGoIMAPServer = localhost
The testuser can still login via SOGo web GUI.  Cyrus now shows successful
authentication in maillog by testuser on service 'imaplocal'.  No activity
reported by saslauthd, as expected, because pwcheck_method = alwaystrue.  Looks
good up to here, but...
Starting Outlook and login as testuser, Outlook will hang at the splash screen
for 12 minutes (every time) before finally opening.  When it does there is no
folder creation, but I can see existing mail in Inbox/Sent folders.  I can view
contacts, but selecting calendar crashes Outlook.  When Outlook does open Cyrus
reports a successful authentication in the maillog by testuser on service
'imaplocal'.

This would suggest to me that there is no problem with Cyrus-IMAP or SASL, but
the problem is OpenChange.

Furthermore, in both scenarios above, once Outlook is started I see 100% CPU
usage on the server.  The process consuming this is 'paster'.  paster is part
of the python-paste-script package, required by python-pylons, required by
openchange-ocsmanager.  The only way to free the CPU is to restart the
openchange-ocsmanager service.

I have followed the guide and tested everything systematically but still cannot
make it work.  SOGo itself appears to be stable and works through its web GUI
so I am happy to use it, but OpenChange seems to me to be still experimental
and not something I can use in a live system.  I think I will have to give up
for now and wait until OpenChange reaches greater maturity.

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