Re: [SOGo] Vacation auto-reply only one day per week ?

2021-05-21 Thread "J. Echter"
I thought it only gets overriden if you enter mail options and click save, what 
you wouldn't do if you not there, so it should survive the off day at least.

Am 20. Mai 2021 18:19:14 MESZ schrieb Pierre Fumet :
>Thanks for your proposal,
>but that's not appropriate IMHO :
>- SOGo does not manage sieve via sogo.sieve file but in DB, so changes
>would be overrided soon
>- I'm looking for (the possibility of) a clean (eg. managed by SOGo)
>way of implementing this feature
>
>On 20 May 2021 at 16:59, from Jürgen Echter :
>>
>>Hi,
>>
>>maybe you can write a small bash script and run it with cron.
>>
>>#!/bin/bash
>>
>>DAYOFWEEK=$(date +"%u")
>>
>>if [[ ($DAYOFWEEK -eq 3) ]]; then
>>grep -qsxF '{ vacation :days 1 :addresses ["your@mail.address"] text:
>I'm out of office.; }' /path/to/your/sieve/sogo.sieve || printf "{
>vacation :days 1 :addresses ["your@mail.address"] text: I'm out of
>office.; }" >> /path/to/your/sieve/sogo.sieve
>>
>>elif
>>sed -i '{ vacation :days 1 :addresses ["your@mail.address"] text: I'm
>out of office.; }/d' /path/to/your/sieve/sogo.sieve
>>
>>fi
>>
>>untested :)
>>
>>Juergen
>>
>>Am Donnerstag, Mai 20, 2021 10:31 CEST, "Pierre Fumet" (p...@zdn.fr)
> schrieb:
>> Hi all,
>>
>>SOGo webmail can activate vacation auto-reply and schedule beginning
>and end for this activation.
>>
>>But would it be possible to schedule auto-reply only one day each
>week, eg. on wednesday ?
>
>-- 
>Pierre Fumet
>-- 
>users@sogo.nu
>https://inverse.ca/sogo/lists

-- 
Diese Nachricht wurde von meinem Android-Gerät mit K-9 Mail gesendet.
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Problem with SoGo calendar

2021-05-20 Thread "J. Echter"
Hi,

have you tried to restart memcached?

Cheers

Juergen

Am 19. Mai 2021 18:47:46 MESZ schrieb "H.Plett" :
>Hi All,>
>>
> >
>can someone point me to a valid instruction how to configure the
>calendar and contacts option of SoGo?>
>>
> >
>Currently, I can login to https://192.168.xxx.xxx/SOGo > username and
>password are accepted.>
>>
>I am forwarded then to the Mail section, which shows up properly.>
>>
> >
>But as soon as I click on "calendar" or "contacts" on the right top
>side, I get a blank site back with absolutely no content.>
>>
>The URL just changes to
>https://192.168.xxx.xxx/SOGo/so/user@local/Calendar/view#!/calendar/week/20210519>
>>
> >
>Any Idea why this happens?>
>>
> >
>Thanks,>
>>
> >
>Heinrich>
>>
>-- 
>users@sogo.nu
>https://inverse.ca/sogo/lists

-- 
Diese Nachricht wurde von meinem Android-Gerät mit K-9 Mail gesendet.
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Vacation Auto Reply doesnt'work - tries to send directly not on the defined relay.

2020-03-11 Thread "J. Echter"
i forgot to mention, the problem was that the sender was <>, and that's
why postfix didn't know which relay to use.

Am 10.03.20 um 22:21 schrieb Markus Winkler (m...@irmawi.de):
> Hi Juergen,
>
> On 10.03.20 15:47, "J. Echter" (j.ech...@echter-kuechen-elektro.de)
> wrote:
>> How to handle this?
>
> in case you're using Dovecot IMAP server and not already configured:
> you could have a look at
>
> /etc/dovecot/conf.d/15-lda.conf:
>
> # If non-empty, send mails via this SMTP host[:port] instead of sendmail.
> #submission_host =
>
> Regards,
> Markus
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Vacation Auto Reply doesnt'work - tries to send directly not on the defined relay.

2020-03-11 Thread &quot;J. Echter"
Hi Markus,

i solved it by using

sieve_vacation_send_from_recipient = yes

in my dovecot.conf

Thanks

Juergen

Am 10.03.20 um 22:21 schrieb Markus Winkler (m...@irmawi.de):
> Hi Juergen,
>
> On 10.03.20 15:47, "J. Echter" (j.ech...@echter-kuechen-elektro.de)
> wrote:
>> How to handle this?
>
> in case you're using Dovecot IMAP server and not already configured:
> you could have a look at
>
> /etc/dovecot/conf.d/15-lda.conf:
>
> # If non-empty, send mails via this SMTP host[:port] instead of sendmail.
> #submission_host =
>
> Regards,
> Markus
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Connector 68.01

2020-03-10 Thread &quot;J. Echter"
Hi,

https://sogo.nu/files/docs/SOGoMozillaThunderbirdConfigurationGuide.html

Look at step 4

Am 03.03.20 um 17:09 schrieb Robert A Wooldridge
(bob.wooldri...@edm-inc.com):
> Can someone explain how to configure Connector 68.01?
>
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


[SOGo] Vacation Auto Reply doesnt'work - tries to send directly not on the defined relay.

2020-03-10 Thread &quot;J. Echter"
Hi,

we're using auto vacation reply within sogo, now i realized that the
auto reply is sent directly to the mx from the sender, but in postfix i
configured to send everything via a mailrelay.

I get this error:

Mär 10 15:39:38 mail postfix/smtp[1339]: 8D4886EDEF:
to=, relay=mx01.emig.gmx.net[212.227.17.5]:25,
delay=0.5, delays=0.32/0/0.18/0, dsn=4.0.0, status=deferred (host
mx01.emig.gmx.net[212.227.17.5] refused to talk to me: 554-gmx.net
(mxgmx117) Nemesis ESMTP Service not available 554-No SMTP service
554-Bad DNS PTR resource record. 554 For explanation visit
https://www.gmx.net/mail/senderguidelines?ip=12.34.56.78=rdns)

If i mail normally it looks like this:

Mär 10 15:45:58 mail postfix/smtp[1567]: 4CB1457807:
to=, relay=mailrelay.our-provider.de[123.321.0.1]:587,
delay=1.1, delays=0.6/0/0.36/0.13, dsn=2.0.0, status=sent (250 2.0.0 Ok:
queued as 48cHvp2Sx1z2xKZ)
Mär 10 15:45:58 mail postfix/qmgr[31527]: 4CB1457807: removed

How to handle this?

Thanks

Juergen

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

Re: [SOGo] Second Mail-Account within SoGo

2020-03-10 Thread &quot;J. Echter"
Hi,

should be settings - e-mail - imap accounts in the webinterface, on my
account i can click "new e-mail account".

I'm using sogo version 4 here.

On version 2 it's the same but you have to click "+" in the imap
accounts tab to add another one.


Am 26.02.20 um 12:05 schrieb Michael Lehner (mich...@virser.de):
>
> Hey there,
>
> is it possible to call two different mail-accounts within SoGo?
>
> In the configuration of the user under Configuration/Settings => Mail
> =>IMAP-Accounts it is only possible to change some settings of the
> logged in account, but no feature to add another account that should
> appear within SoGo.
>
> I already checked the Installation and Config guide on the wiki of
> SoGo: https://sogo.nu/files/docs/SOGoInstalla … iguration.
>
> But I did not find any solution.
>
> Is it possible after all to call two different mail-accounts within
> one instance of SoGo like in e.g. Horde? I used Horde for a long time,
> but the user interface is so outdated that I switched to iRedMail with
> SoGo as a whole.
>
> Any help is appreciated on that.
>
> Thx and Greets mike
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Problems with a fresh install of SOGO 4.0.7 on ubuntu 16

2019-03-13 Thread &quot;J. Echter"

Am 13.03.19 um 13:43 schrieb Carsten Pieper (i...@carstenpieper.com):


Hi all,

sorry, I think I have quite a stupid question this time.

I try to install SOGo v4.0.7 on my new server on Ubuntu 16.

Installation succeeded, I copied the database from the old server,

checked /etc/sogo/sogo.conf

and /etc/apache2/conf-enabled/SOGo.conf

When I try to open https://mydomain.tld/SOGo/ I get an Internal Server 
Error on mydomain.tld:443.


I checked /var/log/sogo.log, var/log/apache2/error.log and 
/var/log/nginx/error.log and found nothing helpful to get the login 
screen displayed.


I checked if SOGo is running:

root@server:/var/log/nginx# service sogo status
● sogo.service - LSB: SOGo server
   Loaded: loaded (/etc/init.d/sogo; bad; vendor preset: enabled)
   Active: active (running) since Wed 2019-03-13 11:48:07 CET; 1h 
52min ago

 Docs: man:systemd-sysv-generator(8)
  Process: 24670 ExecStop=/etc/init.d/sogo stop (code=exited, 
status=0/SUCCESS)
  Process: 24740 ExecStart=/etc/init.d/sogo start (code=exited, 
status=0/SUCCESS)

   CGroup: /system.slice/sogo.service
   ├─24811 /usr/sbin/sogod -WOWorkersCount 3 -WOPidFile 
/var/run/sogo/sogo.pid -WOLogFile /var/log/sogo/sogo.log
   ├─24812 /usr/sbin/sogod -WOWorkersCount 3 -WOPidFile 
/var/run/sogo/sogo.pid -WOLogFile /var/log/sogo/sogo.log
   ├─24813 /usr/sbin/sogod -WOWorkersCount 3 -WOPidFile 
/var/run/sogo/sogo.pid -WOLogFile /var/log/sogo/sogo.log
   └─24814 /usr/sbin/sogod -WOWorkersCount 3 -WOPidFile 
/var/run/sogo/sogo.pid -WOLogFile /var/log/sogo/sogo.log


Mar 13 11:48:07 mydomain.tld sogo[24740]:  * Starting SOGo sogo
Mar 13 11:48:07 mydomain.tld sogo[24740]:    ...done.

Does anybody have an idea what I'm doing wrong and I have to do to get 
the login screens displayed?


Thanks a lot,

Carsten



Hi,

as you try accessing via ssl i would check ssl_error_log, ssl_access_log 
and ssl_request_log.


I don't know if its the same on ubuntu, but on centos i got different 
logs for ssl.


greets

juergen

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


[SOGo] strange behaviour of one user when sending attendee invitation using thunderbird

2018-11-26 Thread &quot;J. Echter"

Hi,

i have a user i want to be an attendee of my event, so i sent him an 
invitation.


So far so good.

But if the attendee accepts the invitation i get a acceptance message 
from another user, i can alos see the message in the other users sent 
folder.


This only happens in thunderbird, not using webmail.

So far as i can see is this the only occurrance, other users work fine 
with thunderbird.


Only thing i've seen is that the user has more than one mail account 
setup in thunderbird, as well in sogo.


So my question is what can be wrong in my setup?

Thunderbird Version: 60.2.1

SOGo Add-Ons are also upgraded to the latest.

SOGo Version: 2.3.23.20181125-1.el7.centos


Thanks in advance

Juergen

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


Re: [SOGo] ANN: SOGo v4 released!

2018-03-08 Thread &quot;J. Echter"

Hi,

as we need to update the SQL tables, is SOGo4 still compatible to SOGo2?

As we run 2 & 3 in parallel on the same db.

Greetings

Juergen


Am 07.03.2018 um 21:26 schrieb Ludovic Marcotte (lmarco...@inverse.ca):


The Inverse Team is pleased to announce the immediate availability of 
SOGo v4.0.0. This is a major release of SOGo which focuses on new 
features and improved stability over previous versions.



  What is SOGo

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


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


SOGo features:

  * Scalable architecture suitable for deployments from dozen to many
thousand users
  * Rich, responsive Web-based interface aligned with Google Material
Design guidelines
  * Improved integration with Mozilla Thunderbird and Lightning by
using the SOGo Connector and the SOGo Integrator
  * Compatibility for Microsoft Outlook 2007, 2010, 2013 and 2016
 *

Two-way synchronization support with any Microsoft
ActiveSync-capable devices (Apple iOS, Android, Windows Phone,
BlackBerry 10) or Outlook 2013/2016

  * Excellent native integration with Apple software (macOS and iOS)
and Android-based devices

and many more! SOGo and our connectors are completely free.


  Changes from the previous release

*New features*

  * [core] full S/MIME support
  * [core] can now invite attendees to exceptions only (#2561)
  * [core] add support for module constraints in SQL sources
  * [core] add support for listRequiresDot in SQL sources
 *

[web] add support for SearchFieldNames in SQL sources

  * [web] display freebusy information of owner in appointment editor
  * [web] register SOGo as a handler for the mailto scheme (#1223)
  * [web] new events list view where events are grouped by day
  * [web] user setting to always show mail editor inside current
window or in popup window
  * [web] add support for events with recurrence dates (RDATE)

*Enhancements*

  * [web] follow requested URL after user authentication
  * [web] added Simplified Chinese (zh_CN) translation - thanks to
Thomas Kuiper
  * [web] now also give modify permission when selecting all calendar
rights
  * [web] allow edition of IMAP flags associated to mail labels
  * [web] search scope of address book is now respected
 *

[web] avoid redirection to forbidden module (via ModulesConstraints)

  * [web] lower constraints on dates range of auto-reply message (#4161)
  * [web] sort categories in event and task editors (#4349)
  * [web] show weekday in headers of day view
  * [web] improve display of overlapping events wi

*Bug fixes*

  * [core] yearly repeating events are not shown in web calendar (#4237)
  * [core] increased column size of settings/defaults for MySQL (#4260)
  * [core] fixed yearly recurrence calculator with until date
  * [core] generalized HTML sanitization to avoid encoding issues when
replying/forwarding mails
  * [core] don't expose web calendars to other users (#4331)
  * [web] fixed display of error when the mail editor is in a popup
  * [web] attachments are not displayed on IOS (#4150)
  * [web] fixed parsing of pasted email addresses from Spreadsheet (#4258)
  * [web] messages list not accessible when changing mailbox in
expanded mail view (#4269)
  * [web] only one postal address of same type is saved (#4091)
  * [web] improve handling of email notifications of a calendar properties
  * [web] fixed XSRF cookie path when changing password (#4139)
  * [web] spaces can now be inserted in address book names
  * [web] prevent the creation of empty contact categories
  * [web] fixed mail composition from message headers (#4335)
  * [web] restore messages selection after automatic refresh (#4330)
  * [web] fixed path of destination mailbox in Sieve filter editor
  * [web] force copy of dragged contacts from global address books
  * [web] removed null characters from JSON responses
  * [web] fixed advanced mailbox search when mailbox name is very long
  * [web] fixed handling of public access rights of Calendars (#4344)
  * [web] fixed server-side CSS sanitization of messages (#4366)
  * [web] cards list not accessible when changing address book in
expanded card view
  * [web] added missing subject to junk/not junk reports
  * [web] fixed file uploader URL in mail editor
  * [web] fixed decoding of spaces in URL-encoded parameters (+)
  * [web] fixed scrolling of message with Firefox (#4008, #4282, #4398)
  * [web] save original username in cookie when remembering login (#4363)
  * [eas] hebrew folders encoding problem using EAS (#4240)
  * [eas] avoid sync 

Re: [SOGo] updates.php

2017-05-24 Thread &quot;J. Echter"
Am 23.05.2017 um 15:31 schrieb Christian Naumer (c...@brain-biotech.de):
> Hello all,
> do any of you have the updates.php script to update the sogo-plugins in 
> thunderbird running
> with the latest thunderbird (52)? I can not get my installation to pull the 
> plugins any more. 
> This used to work. 
> 
> 
> Regards
> 
> 
> Christian
> 

Hi,

do you use ssl?

Greetings

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


Re: [SOGo] reminders pop up in webui after upgrading to latest nightly sogo 2.x

2017-01-06 Thread &quot;J. Echter"

Am 06.01.2017 um 15:16 schrieb Michel Mallejac (michel.malle...@gmail.com):

Hello !

Same thing here. Juergen :  did you find something to correct this ?
I have updated to latest - Version: 2.3.18.20170106-1 - but same behavior.

Thanks,
Michel

2017-01-03 9:12 GMT+01:00 "J. Echter" <users@sogo.nu
<mailto:users@sogo.nu>>:

Hi,

on our webui, reminder for events (even old ones, 2010 for example)
popping up, even for events i didn't put a reminder in.

my sogo.log got spammed with:

Jan 03 09:04:40 sogod [1253]: 192.168.0.91 "POST

/SOGo/so/u...@mydomain.de/Calendar/personal/b490eac7-c033-4b74-a307-658e4e506a6c.ics/view?resetAlarm=yes
HTTP/1.1

<http://u...@mydomain.de/Calendar/personal/b490eac7-c033-4b74-a307-658e4e506a6c.ics/view?resetAlarm=yes
HTTP/1.1>" 200 267/0 0.008 - - 0

Jan 03 09:07:22 sogod [1253]: [ERROR] >UIxCalListingActions> event
'b9de2c5f-3283-4f32-84e5-7f1a532941d8.ics' has a computed offset that
overflows the amount of blocks (skipped)

Jan 03 09:07:22 sogod [1253]: [ERROR] >UIxCalListingActions> event
'2F41-58415400-47-11D3E4C.ics' has negative start: -2147483648 (skipped)


after a while i see:

Jan 03 09:07:24 sogod [1253]: |SOGo| terminating app, vMem size limit
(512 MB) has been reached (currently 529 MB)
Jan 03 09:07:24 sogod [1127]: <0x0x7fe219d0fad0[WOWatchDogChild]> child
1253 exited
Jan 03 09:07:24 sogod [1127]: <0x0x7fe219dade40[WOWatchDog]> child
spawned with pid 2357
Jan 03 09:07:24 sogod [2357]: <0x0x7fe219cc0fe0[WOHttpAdaptor]> notified
the watchdog that we are ready
Jan 03 09:07:31 sogod [2357]: <0x0x7fe219dcd5f0[SOGoCache]> Cache
cleanup interval set every 300.00 seconds
Jan 03 09:07:31 sogod [2357]: <0x0x7fe219dcd5f0[SOGoCache]> Using
host(s) '127.0.0.1' as server(s)
Jan 03 09:07:32 sogod [2357]: [WARN]
<0x0x7fe21aa63e60[SOGoWebDAVAclManager]> entry '{DAV:}write' already
exists in DAV permissions table
Jan 03 09:07:32 sogod [2357]: [WARN]
<0x0x7fe21aa63e60[SOGoWebDAVAclManager]> entry '{DAV:}write-properties'
already exists in DAV permissions table
Jan 03 09:07:32 sogod [2357]: [WARN]
<0x0x7fe21aa63e60[SOGoWebDAVAclManager]> entry '{DAV:}write-content'
already exists in DAV permissions table

and then it starts again.

im using centos 7 with latest nightly sogo 2.x

any hint where i should look at?

thanks

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


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


Hi,

this should be fixed now.

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

Greetings

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


[SOGo] reminders pop up in webui after upgrading to latest nightly sogo 2.x

2017-01-03 Thread &quot;J. Echter"
Hi,

on our webui, reminder for events (even old ones, 2010 for example)
popping up, even for events i didn't put a reminder in.

my sogo.log got spammed with:

Jan 03 09:04:40 sogod [1253]: 192.168.0.91 "POST
/SOGo/so/u...@mydomain.de/Calendar/personal/b490eac7-c033-4b74-a307-658e4e506a6c.ics/view?resetAlarm=yes
HTTP/1.1" 200 267/0 0.008 - - 0

Jan 03 09:07:22 sogod [1253]: [ERROR] >UIxCalListingActions> event
'b9de2c5f-3283-4f32-84e5-7f1a532941d8.ics' has a computed offset that
overflows the amount of blocks (skipped)

Jan 03 09:07:22 sogod [1253]: [ERROR] >UIxCalListingActions> event
'2F41-58415400-47-11D3E4C.ics' has negative start: -2147483648 (skipped)


after a while i see:

Jan 03 09:07:24 sogod [1253]: |SOGo| terminating app, vMem size limit
(512 MB) has been reached (currently 529 MB)
Jan 03 09:07:24 sogod [1127]: <0x0x7fe219d0fad0[WOWatchDogChild]> child
1253 exited
Jan 03 09:07:24 sogod [1127]: <0x0x7fe219dade40[WOWatchDog]> child
spawned with pid 2357
Jan 03 09:07:24 sogod [2357]: <0x0x7fe219cc0fe0[WOHttpAdaptor]> notified
the watchdog that we are ready
Jan 03 09:07:31 sogod [2357]: <0x0x7fe219dcd5f0[SOGoCache]> Cache
cleanup interval set every 300.00 seconds
Jan 03 09:07:31 sogod [2357]: <0x0x7fe219dcd5f0[SOGoCache]> Using
host(s) '127.0.0.1' as server(s)
Jan 03 09:07:32 sogod [2357]: [WARN]
<0x0x7fe21aa63e60[SOGoWebDAVAclManager]> entry '{DAV:}write' already
exists in DAV permissions table
Jan 03 09:07:32 sogod [2357]: [WARN]
<0x0x7fe21aa63e60[SOGoWebDAVAclManager]> entry '{DAV:}write-properties'
already exists in DAV permissions table
Jan 03 09:07:32 sogod [2357]: [WARN]
<0x0x7fe21aa63e60[SOGoWebDAVAclManager]> entry '{DAV:}write-content'
already exists in DAV permissions table

and then it starts again.

im using centos 7 with latest nightly sogo 2.x

any hint where i should look at?

thanks

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


[SOGo] SOGo vacation and catchall address - unknown mail transport error

2016-07-12 Thread &quot;J. Echter"

Hi,

i have a small Problem with my vacation script.

I set up vacation, sent a mail from my private account and got the 
response i wanted...


...but i also have a catchall (archive) adress set up and some of those 
vacation mails going to the catchall address are now stuck as 'deferred' 
in the postfix queue.


If i reroute those stuck messages its always a vacation response which 
should go to my catchall address.


Anyone know how to fix this (as i can't see whats going on)?

Here's the postfix log (smtp -v):

Jul 12 18:41:22 mail postfix/smtpd[30115]: < unknown[xx.xx.xx.xx]: MAIL 
FROM: SIZE=2884
Jul 12 18:41:22 mail postfix/smtpd[30115]: extract_addr: input: 

Jul 12 18:41:22 mail postfix/smtpd[30115]: smtpd_check_addr: 
addr=mypriv...@mail.adr
Jul 12 18:41:22 mail postfix/smtpd[30115]: send attr address = 
mypriv...@mail.adr
Jul 12 18:41:22 mail postfix/smtpd[30115]: input attribute value: 
mypriv...@mail.adr
Jul 12 18:41:22 mail postfix/smtpd[30115]: rewrite_clnt: local: 
mypriv...@mail.adr -> mypriv...@mail.adr
Jul 12 18:41:22 mail postfix/smtpd[30115]: send attr address = 
mypriv...@mail.adr
Jul 12 18:41:22 mail postfix/smtpd[30115]: input attribute value: 
mypriv...@mail.adr
Jul 12 18:41:22 mail postfix/smtpd[30115]: resolve_clnt: `' -> 
`mypriv...@mail.adr' -> transp=`smtp' host=`mail.adr' 
rcpt=`mypriv...@mail.adr' flags= class=default
Jul 12 18:41:22 mail postfix/smtpd[30115]: ctable_locate: install entry 
key mypriv...@mail.adr
Jul 12 18:41:22 mail postfix/smtpd[30115]: extract_addr: in: 
, result: mypriv...@mail.adr
Jul 12 18:41:22 mail postfix/smtpd[30115]: reject_unknown_address: 
mypriv...@mail.adr
Jul 12 18:41:22 mail postfix/smtpd[30115]: ctable_locate: move existing 
entry key mypriv...@mail.adr
Jul 12 18:41:23 mail postfix/smtpd[30115]: send attr sender = 
mypriv...@mail.adr
Jul 12 18:41:23 mail postgrey[664]: action=pass, reason=client 
whitelist, client_name=unknown, client_address=xx.xx.xx.xx, 
sender=mypriv...@mail.adr, recipient=myw...@mail.adr
Jul 12 18:41:23 mail postfix/qmgr[30104]: 189EA12386C: 
from=, size=3169, nrcpt=1 (queue active)
Jul 12 18:41:23 mail amavis[28429]: (28429-09) ESMTP [127.0.0.1]:10024 
/var/spool/amavisd/tmp/amavis-20160712T170951-28429-dGN45qXh: 
 ->  SIZE=3169 Received: from mail 
([127.0.0.1]) by localhost (mail.domain.lan [127.0.0.1]) (amavisd-new, 
port 10024) with ESMTP for ; Tue, 12 Jul 2016 18:41:23 
+0200 (CEST)
Jul 12 18:41:23 mail amavis[28429]: (28429-09) Checking: g4rAanZhs0rX 
[xx.xx.xx.xx]  -> 
Jul 12 18:41:29 mail postfix/qmgr[30104]: 0FB1C3242F: 
from=, size=4054, nrcpt=2 (queue active)
Jul 12 18:41:29 mail amavis[28429]: (28429-09) g4rAanZhs0rX FWD from 
 -> , BODY=7BIT 250 2.0.0 from 
MTA(smtp:[127.0.0.1]:10025): 250 2.0.0 Ok: queued as 0FB1C3242F
Jul 12 18:41:29 mail amavis[28429]: (28429-09) Passed CLEAN 
{RelayedInbound}, [xx.xx.xx.xx]:36744 [87.150.196.82] 
 -> , Queue-ID: 189EA12386C, 
Message-ID: <383683e3-b66f-4c6a-a8b1-a5e7e89e4...@mail.adr>, mail_id: 
g4rAanZhs0rX, Hits: -1.926, size: 3169, queued_as: 0FB1C3242F, 
dkim_sd=20120113:mail.adr, 5863 ms
Jul 12 18:41:29 mail dovecot: lmtp(30158, myw...@mail.adr): 
PFCIOogdhVfOdQAAtnFApQ: sieve: 
msgid=<383683e3-b66f-4c6a-a8b1-a5e7e89e4...@mail.adr>: sent vacation 
response to 
Jul 12 18:41:30 mail postfix/error[30174]: 1CDF73E15B: 
to=, relay=none, delay=1.1, delays=0.01/1/0/0.01, 
dsn=4.3.0, status=deferred (unknown mail transport error)
Jul 12 18:46:27 mail postfix/error[30347]: 1CDF73E15B: 
to=, relay=none, delay=298, delays=297/1.1/0/0, 
dsn=4.3.0, status=deferred (unknown mail transport error)
Jul 12 18:48:43 mail postfix/error[30394]: 1CDF73E15B: 
to=, relay=none, delay=434, delays=433/1/0/0, 
dsn=4.3.0, status=deferred (unknown mail transport error)
Jul 12 18:53:17 mail postfix/error[30465]: 1CDF73E15B: 
to=, relay=none, delay=709, delays=708/1/0/0, 
dsn=4.3.0, status=deferred (unknown mail transport error)


Thanks

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


Re: [SOGo] Package gnustep-base-libs-1.24.6-6.el7.centos.x86_64.rpm is not signed - CentOS 7

2016-07-07 Thread &quot;J. Echter"

Am 04.07.2016 um 21:22 schrieb Patrice Levesque (pleves...@inverse.ca):



i wanted to try out SOGo V3 on CentOS 7, but yum denies the install
with above error.


Just updated the CentOS 7 repo, adding signatures; let me know if the
newer packages still complain.

(I would suggest a `yum clean all` first, to ensure local copies of
packages fetched pre-signatures are not playing tricks on you.)





Hi,

this time i had no complains from yum.

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


[SOGo] Package gnustep-base-libs-1.24.6-6.el7.centos.x86_64.rpm is not signed - CentOS 7

2016-07-03 Thread &quot;J. Echter"

Hi,

i wanted to try out SOGo V3 on CentOS 7, but yum denies the install with 
above error.


Please sign this package :)

Thanks

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


Re: [SOGo] Backup and Restore of Users / Settings / Folders on another Host

2016-02-03 Thread J. Echter
Am 03.02.2016 um 12:22 schrieb Christian Mack:
> Hello
> 
> Am 02.02.2016 um 13:10 schrieb J. Echter:
>> Hi,
>>
>> when i backup and restore (with sogo-tool) i've seen that user settings
>> are gone (first day of the week, signature etc).
>>
>> If i restore the whole sogo mysql database i've seen that some infos
>> still pointing to the wrong server (the one it was installed before).
>>
>> This doesnt happen if i use sogo-tool to restore users.
>>
>> Any hints on the right way of moving a sogo server to a new host with a
>> new hostname?
>>
> 
> SOGo is storing the database URL in the database itself.
> Therefore it is not enough to change sogo.conf.
> You also have to change the already stored user info in the database,
> when you change your database server.
> 
> We prevented that by using a fake databse servername in sogo.conf and
> added this fake name in /etc/hosts for pointing to the real server.
> 
> 
> when restoring with sogo-tool, did you first restore all folders and
> then restore the privileges and other user preferences with "sogo-tool -p "?
> 
> 
> Kind regards,
> Christian Mack
> 

Hi,

first the fake server one sounds good, but too late now :D

Seems i did miss the -p option.

I'll dig into that.

Thanks a lot Christian!

Greetings

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


[SOGo] Backup and Restore of Users / Settings / Folders on another Host

2016-02-02 Thread J. Echter
Hi,

when i backup and restore (with sogo-tool) i've seen that user settings
are gone (first day of the week, signature etc).

If i restore the whole sogo mysql database i've seen that some infos
still pointing to the wrong server (the one it was installed before).

This doesnt happen if i use sogo-tool to restore users.

Any hints on the right way of moving a sogo server to a new host with a
new hostname?

Thanks for helping

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


Re: [SOGo] MySQL connection with SSL

2016-02-02 Thread J. Echter


Am 03.09.2014 um 14:43 schrieb Yin Xu:
> Hi everyone,
> 
> I am trying to authenticate through MySQL database, and I need to use
> SSL connection. I tried below connection string in SOGo.conf, but I got
> connection denied error. 
> 
> viewURL =
> "mysql://username:passw...@example.com:3306/sogo/sogo_user?verifyServerCertificate=false=true=true”;
> 
> Do you guys know how to write the connection string with SSL option? or
> any alternative method to use SSL connection?
> 
> Thanks in advance,
> 
> —
> Yin Xu
> 

Hi,

i'm sitting in front of the very same problem.

I have imap over ssl, smtp over ssl, sieve over ssl, ldap over ssl, but
mysql with sogo user forced to use ssl gets me an user@host with
password: yes is not accepted.

Any hints on what we could do wrong?

Or is ssl for mysql not supported?

Does it work with stunnel? Any things i should have in mind regarding
memcached?

Greetings

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


[SOGo] SOGo V2 and SOGo V3 in parallel

2016-01-28 Thread J. Echter
Hi,

as it was mentioned i could run sogo in v2.x and v3.x in parallel on the
same set of data, i ask myself how to do this on an centos system.

If i have a look at the downloads (repos) it seems that sogo v3 will
just get pulled as an update for sogo v2.

Do i have to compile from source or do i look at the very wrong files?

Or do i have another machine accessing the same databases?

Thanks for enlightenment :D

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


Re: [SOGo] one user can't create tasks

2015-08-27 Thread J. Echter

Am 26.08.2015 um 17:06 schrieb Christian Mack:

Hello

Am 26.08.2015 um 15:58 schrieb J. Echter:

Am 26.08.2015 um 11:07 schrieb J. Echter:

Hi,

i have one user who cannot create tasks.

i use sogo 2.3.1 on Centos 6.5

and i have this in my logs:

Aug 26 11:01:23 sogod [21979]: 192.168.0.13 POST
/SOGo/so/someu...@echter-kuechen-elektro.de/Calendar/personal/canAccessContent
HTTP/1.1 204 0/0 0.005 - - 0
Aug 26 11:01:23 sogod [399]: 192.168.0.13 POST
/SOGo/so/someu...@echter-kuechen-elektro.de/Calendar/alarmslist?browserTime=1440579683
HTTP/1.1 200 2/0 0.008 - - 0
Aug 26 11:01:23 sogod [399]: 192.168.0.13 POST
/SOGo/so/someu...@echter-kuechen-elektro.de/Calendar/activeTasks
HTTP/1.1 200 647/0 0.012 - - 8K
Aug 26 11:01:23 sogod [399]: 192.168.0.13 POST
/SOGo/so/someu...@echter-kuechen-elektro.de/Calendar/eventslist?asc=truesort=startday=filterpopup=view_today
HTTP/1.1 200 2/0 0.017 - - 28K
Aug 26 11:01:23 sogod [399]: 192.168.0.13 POST
/SOGo/so/someu...@echter-kuechen-elektro.de/Calendar/taskslist?show-completed=0asc=truesort=endfilterpopup=view_today
HTTP/1.1 200 2/0 0.007 - - 4K
Aug 26 11:01:23 sogod [21979]: 192.168.0.13 POST
/SOGo/so/someu...@echter-kuechen-elektro.de/Calendar/weekview
HTTP/1.1 200 2263/0 0.014 54909 95% 20K
Aug 26 11:01:23 sogod [21979]: 192.168.0.13 POST
/SOGo/so/someu...@echter-kuechen-elektro.de/Calendar/eventsblocks?sd=20150824ed=20150830view=weekview
HTTP/1.1 200 663/0 0.010 2313 71% 8K
Aug 26 11:01:25 sogod [21979]: 192.168.0.13 GET
/SOGo/so/someu...@echter-kuechen-elektro.de/Calendar/personal/newevent?day=20150828hm=1300
HTTP/1.1 302 0/0 0.025 - - 24K
Aug 26 11:01:25 sogod [21979]: 192.168.0.13 GET
/SOGo/so/someu...@echter-kuechen-elektro.de/Calendar/personal//55DB-55DD8080-1-7F906700.ics/editAsAppointment?day=20150828hm=1300
HTTP/1.1 200 10481/0 0.043 33243 68% 188K
Aug 26 11:01:28 sogod [21979]: 0x0x7f70f1284378[NGSendMail] wrote 1,
length 1278
EXCEPTION: NSException: 0x7f70f1289f38
NAME:NSInvalidArgumentException REASON:nil object to be added in
HashMap for key to INFO:{key = to; map = {\MIME-Version\ = \1.0\;
\content-type\ = \text/html; charset=utf-8\; date = \Wed, 26 Aug
2015 11:01:28 +0200\; from = \some user
someu...@echter-kuechen-elektro.de\; \message-id\ =
\55db-55dd8080-7-7f906700@231734869\; subject =
\=?utf-8?q?Der_Termin_=22test=22_wurde_angelegt?=\; to = \some user
someu...@echter-kuechen-elektro.de\; }; object = nil; }
Aug 26 11:01:28 sogod [8275]: 0x0x7f70f0cbf548[WOWatchDogChild]
child 21979 exited
Aug 26 11:01:28 sogod [8275]: 0x0x7f70f0cbf548[WOWatchDogChild]
(terminated due to signal 6)
Aug 26 11:01:28 sogod [8275]: 0x0x7f70f098c3d8[WOWatchDog] child
spawned with pid 11755

any hints on what could be done in this situation?

thanks a lot

juergen

i should add, if i add the event it works, only from the user's account
itself it fails.

every other user works so far.

I would check his browser for Add-Ons.
Disable all (Firefox: option --safe-mode) and try again.
If it works without them, find the one who interferes with SOGo web and
remove it.


Kind regards,
Christian Mack

some additional infos, i installed thunderbird on his box with sogo 
integrator, connector and lightning.


now it works.

but i want to figure out why he can't use wbmail.
--
users@sogo.nu
https://inverse.ca/sogo/lists


[SOGo] one user can't create tasks

2015-08-26 Thread J. Echter

Hi,

i have one user who cannot create tasks.

i use sogo 2.3.1 on Centos 6.5

and i have this in my logs:

Aug 26 11:01:23 sogod [21979]: 192.168.0.13 POST 
/SOGo/so/someu...@echter-kuechen-elektro.de/Calendar/personal/canAccessContent 
HTTP/1.1 204 0/0 0.005 - - 0
Aug 26 11:01:23 sogod [399]: 192.168.0.13 POST 
/SOGo/so/someu...@echter-kuechen-elektro.de/Calendar/alarmslist?browserTime=1440579683 
HTTP/1.1 200 2/0 0.008 - - 0
Aug 26 11:01:23 sogod [399]: 192.168.0.13 POST 
/SOGo/so/someu...@echter-kuechen-elektro.de/Calendar/activeTasks 
HTTP/1.1 200 647/0 0.012 - - 8K
Aug 26 11:01:23 sogod [399]: 192.168.0.13 POST 
/SOGo/so/someu...@echter-kuechen-elektro.de/Calendar/eventslist?asc=truesort=startday=filterpopup=view_today 
HTTP/1.1 200 2/0 0.017 - - 28K
Aug 26 11:01:23 sogod [399]: 192.168.0.13 POST 
/SOGo/so/someu...@echter-kuechen-elektro.de/Calendar/taskslist?show-completed=0asc=truesort=endfilterpopup=view_today 
HTTP/1.1 200 2/0 0.007 - - 4K
Aug 26 11:01:23 sogod [21979]: 192.168.0.13 POST 
/SOGo/so/someu...@echter-kuechen-elektro.de/Calendar/weekview HTTP/1.1 
200 2263/0 0.014 54909 95% 20K
Aug 26 11:01:23 sogod [21979]: 192.168.0.13 POST 
/SOGo/so/someu...@echter-kuechen-elektro.de/Calendar/eventsblocks?sd=20150824ed=20150830view=weekview 
HTTP/1.1 200 663/0 0.010 2313 71% 8K
Aug 26 11:01:25 sogod [21979]: 192.168.0.13 GET 
/SOGo/so/someu...@echter-kuechen-elektro.de/Calendar/personal/newevent?day=20150828hm=1300 
HTTP/1.1 302 0/0 0.025 - - 24K
Aug 26 11:01:25 sogod [21979]: 192.168.0.13 GET 
/SOGo/so/someu...@echter-kuechen-elektro.de/Calendar/personal//55DB-55DD8080-1-7F906700.ics/editAsAppointment?day=20150828hm=1300 
HTTP/1.1 200 10481/0 0.043 33243 68% 188K
Aug 26 11:01:28 sogod [21979]: 0x0x7f70f1284378[NGSendMail] wrote 1, 
length 1278
EXCEPTION: NSException: 0x7f70f1289f38 NAME:NSInvalidArgumentException 
REASON:nil object to be added in HashMap for key to INFO:{key = to; map 
= {\MIME-Version\ = \1.0\; \content-type\ = \text/html; 
charset=utf-8\; date = \Wed, 26 Aug 2015 11:01:28 +0200\; from = 
\some user someu...@echter-kuechen-elektro.de\; \message-id\ = 
\55db-55dd8080-7-7f906700@231734869\; subject = 
\=?utf-8?q?Der_Termin_=22test=22_wurde_angelegt?=\; to = \some user 
someu...@echter-kuechen-elektro.de\; }; object = nil; }
Aug 26 11:01:28 sogod [8275]: 0x0x7f70f0cbf548[WOWatchDogChild] child 
21979 exited
Aug 26 11:01:28 sogod [8275]: 0x0x7f70f0cbf548[WOWatchDogChild]  
(terminated due to signal 6)
Aug 26 11:01:28 sogod [8275]: 0x0x7f70f098c3d8[WOWatchDog] child 
spawned with pid 11755


any hints on what could be done in this situation?

thanks a lot

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


Re: [SOGo] one user can't create tasks

2015-08-26 Thread J. Echter

Am 26.08.2015 um 11:07 schrieb J. Echter:

Hi,

i have one user who cannot create tasks.

i use sogo 2.3.1 on Centos 6.5

and i have this in my logs:

Aug 26 11:01:23 sogod [21979]: 192.168.0.13 POST 
/SOGo/so/someu...@echter-kuechen-elektro.de/Calendar/personal/canAccessContent 
HTTP/1.1 204 0/0 0.005 - - 0
Aug 26 11:01:23 sogod [399]: 192.168.0.13 POST 
/SOGo/so/someu...@echter-kuechen-elektro.de/Calendar/alarmslist?browserTime=1440579683 
HTTP/1.1 200 2/0 0.008 - - 0
Aug 26 11:01:23 sogod [399]: 192.168.0.13 POST 
/SOGo/so/someu...@echter-kuechen-elektro.de/Calendar/activeTasks 
HTTP/1.1 200 647/0 0.012 - - 8K
Aug 26 11:01:23 sogod [399]: 192.168.0.13 POST 
/SOGo/so/someu...@echter-kuechen-elektro.de/Calendar/eventslist?asc=truesort=startday=filterpopup=view_today 
HTTP/1.1 200 2/0 0.017 - - 28K
Aug 26 11:01:23 sogod [399]: 192.168.0.13 POST 
/SOGo/so/someu...@echter-kuechen-elektro.de/Calendar/taskslist?show-completed=0asc=truesort=endfilterpopup=view_today 
HTTP/1.1 200 2/0 0.007 - - 4K
Aug 26 11:01:23 sogod [21979]: 192.168.0.13 POST 
/SOGo/so/someu...@echter-kuechen-elektro.de/Calendar/weekview 
HTTP/1.1 200 2263/0 0.014 54909 95% 20K
Aug 26 11:01:23 sogod [21979]: 192.168.0.13 POST 
/SOGo/so/someu...@echter-kuechen-elektro.de/Calendar/eventsblocks?sd=20150824ed=20150830view=weekview 
HTTP/1.1 200 663/0 0.010 2313 71% 8K
Aug 26 11:01:25 sogod [21979]: 192.168.0.13 GET 
/SOGo/so/someu...@echter-kuechen-elektro.de/Calendar/personal/newevent?day=20150828hm=1300 
HTTP/1.1 302 0/0 0.025 - - 24K
Aug 26 11:01:25 sogod [21979]: 192.168.0.13 GET 
/SOGo/so/someu...@echter-kuechen-elektro.de/Calendar/personal//55DB-55DD8080-1-7F906700.ics/editAsAppointment?day=20150828hm=1300 
HTTP/1.1 200 10481/0 0.043 33243 68% 188K
Aug 26 11:01:28 sogod [21979]: 0x0x7f70f1284378[NGSendMail] wrote 1, 
length 1278
EXCEPTION: NSException: 0x7f70f1289f38 
NAME:NSInvalidArgumentException REASON:nil object to be added in 
HashMap for key to INFO:{key = to; map = {\MIME-Version\ = \1.0\; 
\content-type\ = \text/html; charset=utf-8\; date = \Wed, 26 Aug 
2015 11:01:28 +0200\; from = \some user 
someu...@echter-kuechen-elektro.de\; \message-id\ = 
\55db-55dd8080-7-7f906700@231734869\; subject = 
\=?utf-8?q?Der_Termin_=22test=22_wurde_angelegt?=\; to = \some user 
someu...@echter-kuechen-elektro.de\; }; object = nil; }
Aug 26 11:01:28 sogod [8275]: 0x0x7f70f0cbf548[WOWatchDogChild] 
child 21979 exited
Aug 26 11:01:28 sogod [8275]: 0x0x7f70f0cbf548[WOWatchDogChild]  
(terminated due to signal 6)
Aug 26 11:01:28 sogod [8275]: 0x0x7f70f098c3d8[WOWatchDog] child 
spawned with pid 11755


any hints on what could be done in this situation?

thanks a lot

juergen
i should add, if i add the event it works, only from the user's account 
itself it fails.


every other user works so far.
--
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] autocreate personnal calendar

2015-07-24 Thread J. Echter
Am 24.07.2015 um 22:10 schrieb Louis-Philippe:
 Hi,

 Fresh install SOGo (2.3.1) on Debian Jessie.

 I connect SOGo to our LDAP directory.

 In older version, personnal calendar were created automatically. Now,
 if i want to subscribe to a user calendar, I have no possible
 subscription. The user never login to this test server. But for the
 test, I need his calendar

 I don't see the option in the documentation.

 Can I create automatically calendar as older version ?

 Thanks for your help,


 -- 
 Louis-Philippe Gauthier
imho its created on login.

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


[SOGo] Is there a way to see when a event was created?

2015-06-22 Thread J. Echter

Hi,

i'd like to know if there is an easy way to see 'when' a event was created?

Thanks

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


Re: [SOGo] Is there a way to see when a event was created?

2015-06-22 Thread J. Echter

Am 22.06.2015 um 13:08 schrieb Ludovic Marcotte:

On 22/06/2015 05:12, J. Echter wrote:
i'd like to know if there is an easy way to see 'when' a event was 
created? 


From the Web GUI, you can view the event's source and use the CREATED 
attribute value.


Thanks!

Works :)

Thanks too!

Greetings

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

Re: [SOGo] SOLVED: Providing Updates for Sieve plugin via updates.php

2015-06-16 Thread J. Echter

Am 02.06.2015 um 13:52 schrieb J. Echter:

Hi,

i try to update sieve plugin in thunderbird via updates.php file.

It seems that it doesn't work. :)

What i did:

i added these line to updates.php (i copied lightning lines too that 
you see i added the comma):


 {e2fda1a4-762b-4020-b5ad-a41df1933103}
= array( application = thunderbird,
   version = 3.3.3,
   filename = lightning.xpi ),
si...@mozdev.org
 = array( application = thunderbird,
   version = 0.2.3f,
   filename = sieve-0.2.3f.xpi )

si...@mozdev.org this i have from thunderbird roaming dir - profile 
- extensions - si...@mozdev.org.xpi


rights for the file:

-rw-r--r-- 1 root root  596561  2. Jun 13:21 sieve-0.2.3f.xpi
-rw-r--r-- 1 root root  262678  6. Feb 19:48 sogo-connector-31.0.1.xpi

i pasted the sogo-connector line that you see we have the same rights 
on those files.


updating connector, lightning and integrator works just fine.

any hints to that?

thanks

juergen


Hi,

i had to add it to the sogo-integrator.xpi too.

I added:

li
  Description
em:id=si...@mozdev.org
em:name=Sieve/
/li

to extensions,.rdf and now it works. :)

Thanks

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


Re: [SOGo] Sogo debian 8.1/jessie

2015-06-10 Thread J. Echter

Am 09.06.2015 um 21:51 schrieb Ian:
So I decided to reinstall sogo to see if that would fix my problem. 
Can someone tell be what packages I should be installing for 
Debian/jessie, and what the apt sources.list should be (I have tried 
deb http://inverse.ca/debian jessie jessie but that doesn't work.) 
Should I just use the packages in the normal stable debian distribution?


Thanks,
Ian

Hi,

if this doesn't work, its not available for debian 8, debian 7 is an lts 
release, so its supported till 2018.


https://wiki.debian.org/LTS

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


[SOGo] Providing Updates for Sieve plugin via updates.php

2015-06-02 Thread J. Echter

Hi,

i try to update sieve plugin in thunderbird via updates.php file.

It seems that it doesn't work. :)

What i did:

i added these line to updates.php (i copied lightning lines too that you 
see i added the comma):


 {e2fda1a4-762b-4020-b5ad-a41df1933103}
= array( application = thunderbird,
   version = 3.3.3,
   filename = lightning.xpi ),
si...@mozdev.org
 = array( application = thunderbird,
   version = 0.2.3f,
   filename = sieve-0.2.3f.xpi )

si...@mozdev.org this i have from thunderbird roaming dir - profile 
- extensions - si...@mozdev.org.xpi


rights for the file:

-rw-r--r-- 1 root root  596561  2. Jun 13:21 sieve-0.2.3f.xpi
-rw-r--r-- 1 root root  262678  6. Feb 19:48 sogo-connector-31.0.1.xpi

i pasted the sogo-connector line that you see we have the same rights on 
those files.


updating connector, lightning and integrator works just fine.

any hints to that?

thanks

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


Re: [SOGo] Providing Updates for Sieve plugin via updates.php

2015-06-02 Thread J. Echter

Am 02.06.2015 um 14:26 schrieb Adi Kriegisch:

Hi!


i try to update sieve plugin in thunderbird via updates.php file.

(...)

updating connector, lightning and integrator works just fine.

any hints to that?

Do you get any requests for the sieve plugin to updates.php in your server
log? If so, how does the request look like?

-- Adi

thanks for helping me!

like this:

192.168.0.13 - - [02/Jun/2015:14:10:28 +0200] GET 
/plugins/updates.php?plugin=si...@mozdev.orgversion=0.00platform=WINNT_x86-msvc 
HTTP/1.1 200 768
192.168.0.13 - - [02/Jun/2015:14:10:28 +0200] GET 
/plugins/sieve-0.2.3f.xpi HTTP/1.1 200 596561
192.168.0.13 - - [02/Jun/2015:14:12:39 +0200] GET 
/plugins/updates.php?plugin=si...@mozdev.orgversion=0.00platform=WINNT_x86-msvc 
HTTP/1.1 200 768
[02/Jun/2015:14:10:28 +0200] 192.168.0.13 TLSv1.2 
ECDHE-RSA-AES128-GCM-SHA256 GET 
/plugins/updates.php?plugin=si...@mozdev.orgversion=0.00platform=WINNT_x86-msvc 
HTTP/1.1 768
[02/Jun/2015:14:10:28 +0200] 192.168.0.13 TLSv1.2 
ECDHE-RSA-AES128-GCM-SHA256 GET /plugins/sieve-0.2.3f.xpi HTTP/1.1 596561
[02/Jun/2015:14:12:39 +0200] 192.168.0.13 TLSv1.2 
ECDHE-RSA-AES128-GCM-SHA256 GET 
/plugins/updates.php?plugin=si...@mozdev.orgversion=0.00platform=WINNT_x86-msvc 
HTTP/1.1 768


nothing else with sieve. i grepped if this matters.

cheers

j.

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


Re: [SOGo] issue with time set in calendar

2015-05-26 Thread J. Echter

Am 26.05.2015 um 17:34 schrieb Nicolas Fabre:

Hi,

When i create a new event in webUI, the new event is created 4 hours 
before the time i specified.

Here is the error message i get in sogo.log :
sogod[4757] Unable to obtain time zone `leap-seconds.list'... 
NSException: 0x2dc5e6ff460 NAME:GSTimeZoneFileException 
REASON:TZ_MAGIC is incorrect INFO:(null)


My server and SOGo timezone is ok.
Don't have any problem with time  date on this server.

SOGo 2.2.17a on debian 8

Thanks in advance if you can help me with that and feel free to ask me 
if you need further informations.



Hi,

did you adjust the timezone in SOGo integrator plugin?

If not you have to change it in thunderbird - lightning.

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


Re: [SOGo] Re: One calendar stay gray in Thunderbird

2015-05-04 Thread J. Echter

Am 04.05.2015 um 17:25 schrieb Francis:
2015-05-01 10:07 GMT-04:00 Francis franc...@gmail.com 
mailto:franc...@gmail.com:


Hello,

I have a user running Thunderbird with SOGo connector on a Mac. 
He had no problems until today.  He have 2 calendars (the default

personal agenda and another one he previously created) and
subscribed to one co-worker's agenda.

The second calendar he created is not enabled in
Thunderbird/Lightning.  The agenda stay gray. It cannot be
checked.  If we double click on it and try to activate it, the OK
button does nothing.

The calendar is working fine on the SOGo web interface and all
others calendars work fine on his Thunderbird.

I see no error log in the SOGo log files.

Any idea what's wrong and how to fix that?


Nobody have an idea?  Server logs and Thunderbird error console have 
nothing useful about this issue.


--
Francis


Hi,

try deleting the sqlite files in your profile folder.

for example under linux:

/home/user/.thunderbird/5jofewjf.default/calendar-data/*.sql.

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

Re: [SOGo] Added Event in TB does not display immediately

2015-04-14 Thread J. Echter
Am 27.03.2015 um 14:05 schrieb Marc Patermann:
 Hi,

 when I add e new event to the calendar with Lightning 3.3.3 in
 Thunderbird 31.5.0, the event is added successfully to the SOGo server
 2.2.17a. But it is not displayed in Thunderbird/Lightning.

 When I activate the sync manually or restart Thunderbird the event is
 displayed.

 Is this a known bug?
 What can I do about it?
 It is really annoying. :(

 Marc
Hi,

right click on the calendar, click properties.

Here it sync's every 30 mins.

maybe this is your problem.

choose a lower sync time.

hope this helps

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


Re: [SOGo] Configure saog for first use

2015-04-01 Thread J. Echter
Am 01.04.2015 um 16:09 schrieb CP vd Vyver:
 Hello
 When we started using sogo we also battled to get things to work, we first 
 used this guide to get a config going and understand it better
 it runs on clearos

 http://www.clearfoundation.com/component/option,com_kunena/Itemid,232/catid,40/func,view/id,45488/

 -Original Message-
 From: users-requ...@sogo.nu [mailto:users-requ...@sogo.nu] On Behalf Of 
 Gerard Schoenmakers
 Sent: 01 April 2015 02:58 PM
 To: users@sogo.nu
 Subject: [SOGo] Configure saog for first use

 Haai,

 I installed sogo 2.2 with mysql on an ubuntu 14.04. server However i do not 
 understand the initial configuration, so i installed webmin with the sogo 
 module because i thought that would make life easier for me.
 However when i try to save the general preferences i get this error message 
 -Error while saving the following parameter : Workers count- The value i 
 filled is 3, which should be ok according to the doc's i found

 Questions i have
 1. Can somebody give me a sample config file i can change to my needs with 
 mysql, or doesn't it work that way ( i found commands like defaults -u sogo 
 write  of which i can not find in which file they write the config.
 This document as a whole is a bit to complex for me 
 http://www.sogo.nu/files/docs/SOGo%20Installation%20Guide.pdf
 2. can anybody confirm i should be able to use webmin sogo module to 
 configure sogo 2.2 3. i found a sample config on this page
 https://www.thefanclub.co.za/how-to/how-setup-ubuntu-business-box-server-ubb-part-2
 but in this sample they write
   defaults write sogod,
 some other guide state
   defaults write sogo
 Which is the correct one?

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




but remember this tutorial uses the old sogo configuration method.

it uses /etc/sogo/sogo.conf now.

cheers

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


Re: [SOGo] no logs produced

2015-04-01 Thread J. Echter
Am 01.04.2015 um 21:28 schrieb Robert Watson:
 I'm trying to debug ldap login issues but sogo isn't creating any log
 files

 I've set sogo.conf
   /* Debug */
   SOGoDebugRequests = YES;
   SoDebugBaseURL = YES;
   ImapDebugEnabled = YES;
   LDAPDebugEnabled = YES;
   //PGDebugEnabled = YES;
   MySQL4DebugEnabled = YES;
   //SOGoUIxDebugEnabled = YES;
   WODontZipResponse = YES;
   WOLogFile = /var/log/sogo/sogo.log;

 What am I missing here?
 Robert
sorry,

ls /var/log/sogo*

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


Re: [SOGo] no logs produced

2015-04-01 Thread J. Echter
Am 01.04.2015 um 21:28 schrieb Robert Watson:
 I'm trying to debug ldap login issues but sogo isn't creating any log
 files

 I've set sogo.conf
   /* Debug */
   SOGoDebugRequests = YES;
   SoDebugBaseURL = YES;
   ImapDebugEnabled = YES;
   LDAPDebugEnabled = YES;
   //PGDebugEnabled = YES;
   MySQL4DebugEnabled = YES;
   //SOGoUIxDebugEnabled = YES;
   WODontZipResponse = YES;
   WOLogFile = /var/log/sogo/sogo.log;

 What am I missing here?
 Robert
ls /etc/sogo ?
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] could not create bundle for path [...] SSL.bundle

2015-03-25 Thread J. Echter
Am 25.03.2015 um 13:14 schrieb Remi Verchere:
 NGBundleManager] could not create bundle for path:
Hi,

i've found a rather old bug report regarding this error.

http://www.sogo.nu/bugs/view.php?id=287

cheers

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


Re: [SOGo] Different Servers: Samba, OpenChange+Dovecot+Postfix+SOGo

2015-03-25 Thread J. Echter
Am 25.03.2015 um 14:25 schrieb andrew_...@hotmail.com:
 Hi everyone,

 I am curios is it possible to install samba on one server (physical or
 virtual) and OpenChange+Dovecot+Postfix+SOGo on other server?

 I just briefly reed this tutorial:
 http://iabsis.com/en/community/tuto/openchange-samba4-debian
 But as I see it everything is on one server.

 Keeping separate samba from SOGo server in my point of view will provide more
 independency, increase performance and possibility to backup restore only
 specific parts of the system.

 I am sorry If this question raised before.

 Thank you.

 Andrey
Hi,

why not?

 just point the config files to the right ip's.

cheers

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


Re: [SOGo] run openchange-ocsmanager.

2015-03-18 Thread J. Echter
Am 18.03.2015 um 20:02 schrieb FoxNET:
 hello

 I have this when I run openchange-ocsmanager.

 Traceback (most recent call last):
   File /usr/bin/paster, line 4, in module
 command.run()
   File /usr/lib/python2.7/dist-packages/paste/script/command.py,
 line 104, in run
 invoke(command, command_name, options, args[1:])
   File /usr/lib/python2.7/dist-packages/paste/script/command.py,
 line 143, in invoke
 exit_code = runner.run(args)
   File /usr/lib/python2.7/dist-packages/paste/script/command.py,
 line 238, in run
 result = self.command()
   File /usr/lib/python2.7/dist-packages/paste/script/serve.py, line
 284, in command
 relative_to=base, global_conf=vars)
   File /usr/lib/python2.7/dist-packages/paste/script/serve.py, line
 321, in loadapp
 **kw)
   File /usr/lib/python2.7/dist-packages/paste/deploy/loadwsgi.py,
 line 247, in loadapp
 return loadobj(APP, uri, name=name, **kw)
   File /usr/lib/python2.7/dist-packages/paste/deploy/loadwsgi.py,
 line 271, in loadobj
 global_conf=global_conf)
   File /usr/lib/python2.7/dist-packages/paste/deploy/loadwsgi.py,
 line 296, in loadcontext
 global_conf=global_conf)
   File /usr/lib/python2.7/dist-packages/paste/deploy/loadwsgi.py,
 line 320, in _loadconfig
 return loader.get_context(object_type, name, global_conf)
   File /usr/lib/python2.7/dist-packages/paste/deploy/loadwsgi.py,
 line 454, in get_context
 section)
   File /usr/lib/python2.7/dist-packages/paste/deploy/loadwsgi.py,
 line 476, in _context_from_use
 object_type, name=use, global_conf=global_conf)
   File /usr/lib/python2.7/dist-packages/paste/deploy/loadwsgi.py,
 line 406, in get_context
 global_conf=global_conf)
   File /usr/lib/python2.7/dist-packages/paste/deploy/loadwsgi.py,
 line 296, in loadcontext
 global_conf=global_conf)
   File /usr/lib/python2.7/dist-packages/paste/deploy/loadwsgi.py,
 line 328, in _loadegg
 return loader.get_context(object_type, name, global_conf)
   File /usr/lib/python2.7/dist-packages/paste/deploy/loadwsgi.py,
 line 620, in get_context
 object_type, name=name)
   File /usr/lib/python2.7/dist-packages/paste/deploy/loadwsgi.py,
 line 646, in find_egg_entry_point
 possible.append((entry.load(), protocol, entry.name))
   File /usr/lib/python2.7/dist-packages/pkg_resources.py, line 1989,
 in load
 entry = __import__(self.module_name, globals(),globals(),
 ['__name__'])
   File
 /usr/lib/python2.7/dist-packages/ocsmanager/config/middleware.py,
 line 14, in module
 from ocsmanager.config.environment import load_environment
   File
 /usr/lib/python2.7/dist-packages/ocsmanager/config/environment.py,
 line 34, in module
 import openchange.mapistore as mapistore
 ImportError: No module named mapistore
 Removing PID file /var/run/ocsmanager/ocsmanager.pid

 Any idea?

 Yours

 Michel
you're missing something
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] ANN: SOGo v2.2.14

2015-01-21 Thread J. Echter
Am 21.01.2015 um 20:28 schrieb Kai-Uwe Rommel:
 users-requ...@sogo.nu wrote on 21.01.2015 18:49:03:
  Am 20.01.2015 um 21:04 schrieb Ludovic Marcotte:
   On 20/01/2015 15:01, J. Echter wrote:
Samba 4 comes in as a dependency with SOGo
   It does not. The sogo package doesn't. The sogo-activesync package
   doesn't. The sogo-openchange package does.
  
  That is right, but sogo repo has samba-libs for samba version 4 which
  obsoletes CentOS 6 own samba4-libs and this will bring some dependency
  problems (sogo repo uses libldb 1.1.17 for samba-libs but sssd needs
  samba4-libs and this requires libldb 1.1.13).
 
  I had simmilar problems and added samba-libs to my ignore list in
  yum.conf file for the sogo server (where I do not need samba).

 My solution was to simply uninstall sssd (and then samba-libs).
 If you don't use Samba or LDAP at all, then you don't need sssd either.

 Kai-Uwe Rommel

 kai-uwe.rom...@ars.de
 Telefon+Mobil +49 89 32468-120


 

 ARS Computer und Consulting GmbH, http://www.ars.de http://www.ars.de/
 Ridlerstrasse 55, 80339 Muenchen, Deutschland

 Application Development Services, Business Transformation Services, IT
 Infrastruktur Services
 Beratung und Vertrieb zu IBM Software, System x, POWER Systems, Storage
 License Management Services, IBM Passport Advantage Lizenzierung

 Handelsregister Muenchen, HRB 101829, USt-ID: DE 155 068 909
 Geschaeftsfuehrer: Michael Arbesmeier, Kai-Uwe Rommel, Roland Schock,
 Joachim Gucker

I need ldap and rely on it, that's why i asked. :)
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] sogo-integrator

2015-01-20 Thread J. Echter
Am 20.01.2015 um 17:33 schrieb fso...@systea.net:
 I add on thing : we tried to install manually each module on TB 31.4. All
 seems to be installed, but the address books are not sync and there is no
 button synchronize in the contact window, like on my TB 31.3.
ssl or plain?

if ssl and an unsigned cert, add it manually to thunderbird
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] ANN: SOGo v2.2.14

2015-01-20 Thread J. Echter
Hi,

my problem is that i run several shares with samba 3, i don't need samba
4 yet.

Samba 4 comes in as a dependency with SOGo, is it safe to block samba 4
(in the meaning of SOGo still runs fine)?

Thanks

Am 20.01.2015 um 20:32 schrieb Martin Simovic:
 I see no reason for not using samba4 unless you want/need to use
 someting else (openLDAP). Samba4 is pefect LDAP server with many
 useful features (password policies, replication) built in and easy to
 use. 

 Dňa 20.1.2015, o 19:51, J. Echter j.ech...@echter-kuechen-elektro.de
 mailto:j.ech...@echter-kuechen-elektro.de napísal:

 Hi,

 whats the recommended way to use latest SOGo without Samba4 (AD) ?

 I'm on CentOS 6.

 Thanks

 Juergen

 Am 20.01.2015 um 17:34 schrieb Ludovic Marcotte:

 The Inverse Team is pleased to announce the immediate availability
 of SOGo 2.2.14. This is a minor release of SOGo which focuses on
 improved stability over previous versions.


   What is SOGo

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

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

 SOGo features:

   * Scalable architecture suitable for deployments from dozen to
 many thousand users
   * Rich Web-based interface that shares the look and feel, the
 features and the data of Mozilla Thunderbird and Lightning
   * Improved integration with Mozilla Thunderbird and Lightning by
 using the SOGo Connector and the SOGo Integrator
   * Native compatibility for Microsoft Outlook 2003, 2007, 2010 and 2013
  *

 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 (Mac OS X and
 iOS) and Android-based devices

 and many more! SOGo and our connectors are completely free.


   Changes from the previous release

 *Enhancements*

  *

 MultipleBookingsFieldName can be set to -1 to show busy status
 when booked at least once

  *

 handle multipart objects in EAS/ItemOperations

 *Bug fixes*

   * fixed calendar selection in event and task editors (#3049, #3050)
   * check for resources existence when listing subscribed ones (#3054)
   * correctly recognize Apple Calendar on Yosemite (#2960)
   * fixed two potential autorelease pool leaks (#3026 and #3051)
   * fixed birthday offset in EAS
   * fixed From's full name over EAS
   * fixed potential issue when handling multiple
 Add/Change/Delete/Fetch EAS commands (#3057)
   * fixed wrong timezone calculation on recurring events

 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.14 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

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

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

 You can also try our online SOGo demo at:

 http://www.sogo.nu/tour/online_demo.html


   Upgrading to v2.2.14

 No special measure needs to be taken when upgrading.


   How can I help ?

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

 There are multiple ways you can contribute to the project:

   * Documentation reviews, enhancements and translations
   * Write test cases - if you know Python, join in!
   * Feature requests or by sharing your ideas (see the roadmap)
   * Participate to the discussion in mailing lists
  *

 Patches for bugs or enhancements (http://www.sogo.nu/bugs)

  *

 Provide new translations
 
 (http://sogo.nu/english/support/faq/article/how-to-translate-sogo-in-another-language-2.html)

 Feel free to send us your questions. You can also post them to the
 SOGo mailing list: http://sogo.nu/lists/


   Getting Support

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

 Customer support packages for SOGo are available
 from http://inverse.ca/support.html

Re: [SOGo] ANN: SOGo v2.2.14

2015-01-20 Thread J. Echter
I'm aware of the replacement for my samba 3, but i have this servers on
production, so i'd like to keep it running on the already known version.

If SOGo doesn't pull in that dependency, how to find out what pulls it?

I was sure SOGo was the one...

Sorry for the noise.

Am 20.01.2015 um 21:10 schrieb Martin Simovic:
 You need samba4 only as an authentication source (if you have no
 other), sogo itself does not depend on it. On the other hand, you can
 have your shares served with samba4 too, replacing samba3 altogether. 

 Sent from iPhone

 Dňa 20.1.2015, o 21:01, J. Echter j.ech...@echter-kuechen-elektro.de
 mailto:j.ech...@echter-kuechen-elektro.de napísal:

 Hi,

 my problem is that i run several shares with samba 3, i don't need
 samba 4 yet.

 Samba 4 comes in as a dependency with SOGo, is it safe to block samba
 4 (in the meaning of SOGo still runs fine)?

 Thanks

 Am 20.01.2015 um 20:32 schrieb Martin Simovic:
 I see no reason for not using samba4 unless you want/need to use
 someting else (openLDAP). Samba4 is pefect LDAP server with many
 useful features (password policies, replication) built in and easy
 to use. 

 Dňa 20.1.2015, o 19:51, J. Echter
 j.ech...@echter-kuechen-elektro.de
 mailto:j.ech...@echter-kuechen-elektro.de napísal:

 Hi,

 whats the recommended way to use latest SOGo without Samba4 (AD) ?

 I'm on CentOS 6.

 Thanks

 Juergen

 Am 20.01.2015 um 17:34 schrieb Ludovic Marcotte:

 The Inverse Team is pleased to announce the immediate availability
 of SOGo 2.2.14. This is a minor release of SOGo which focuses on
 improved stability over previous versions.


   What is SOGo

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

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

 SOGo features:

   * Scalable architecture suitable for deployments from dozen to
 many thousand users
   * Rich Web-based interface that shares the look and feel, the
 features and the data of Mozilla Thunderbird and Lightning
   * Improved integration with Mozilla Thunderbird and Lightning by
 using the SOGo Connector and the SOGo Integrator
   * Native compatibility for Microsoft Outlook 2003, 2007, 2010
 and 2013
  *

 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 (Mac OS X and
 iOS) and Android-based devices

 and many more! SOGo and our connectors are completely free.


   Changes from the previous release

 *Enhancements*

  *

 MultipleBookingsFieldName can be set to -1 to show busy status
 when booked at least once

  *

 handle multipart objects in EAS/ItemOperations

 *Bug fixes*

   * fixed calendar selection in event and task editors (#3049, #3050)
   * check for resources existence when listing subscribed ones (#3054)
   * correctly recognize Apple Calendar on Yosemite (#2960)
   * fixed two potential autorelease pool leaks (#3026 and #3051)
   * fixed birthday offset in EAS
   * fixed From's full name over EAS
   * fixed potential issue when handling multiple
 Add/Change/Delete/Fetch EAS commands (#3057)
   * fixed wrong timezone calculation on recurring events

 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.14 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

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

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

 You can also try our online SOGo demo at:

 http://www.sogo.nu/tour/online_demo.html


   Upgrading to v2.2.14

 No special measure needs to be taken when upgrading.


   How can I help ?

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

 There are multiple ways you can contribute to the project:

   * Documentation reviews, enhancements and translations
   * Write test cases - if you

Re: [SOGo] ANN: SOGo v2.2.14

2015-01-20 Thread J. Echter
Hi,

whats the recommended way to use latest SOGo without Samba4 (AD) ?

I'm on CentOS 6.

Thanks

Juergen

Am 20.01.2015 um 17:34 schrieb Ludovic Marcotte:

 The Inverse Team is pleased to announce the immediate availability of
 SOGo 2.2.14. This is a minor release of SOGo which focuses on improved
 stability over previous versions.


   What is SOGo

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

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

 SOGo features:

   * Scalable architecture suitable for deployments from dozen to many
 thousand users
   * Rich Web-based interface that shares the look and feel, the
 features and the data of Mozilla Thunderbird and Lightning
   * Improved integration with Mozilla Thunderbird and Lightning by
 using the SOGo Connector and the SOGo Integrator
   * Native compatibility for Microsoft Outlook 2003, 2007, 2010 and 2013
  *

 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 (Mac OS X and
 iOS) and Android-based devices

 and many more! SOGo and our connectors are completely free.


   Changes from the previous release

 *Enhancements*

  *

 MultipleBookingsFieldName can be set to -1 to show busy status
 when booked at least once

  *

 handle multipart objects in EAS/ItemOperations

 *Bug fixes*

   * fixed calendar selection in event and task editors (#3049, #3050)
   * check for resources existence when listing subscribed ones (#3054)
   * correctly recognize Apple Calendar on Yosemite (#2960)
   * fixed two potential autorelease pool leaks (#3026 and #3051)
   * fixed birthday offset in EAS
   * fixed From's full name over EAS
   * fixed potential issue when handling multiple
 Add/Change/Delete/Fetch EAS commands (#3057)
   * fixed wrong timezone calculation on recurring events

 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.14 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

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

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

 You can also try our online SOGo demo at:

 http://www.sogo.nu/tour/online_demo.html


   Upgrading to v2.2.14

 No special measure needs to be taken when upgrading.


   How can I help ?

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

 There are multiple ways you can contribute to the project:

   * Documentation reviews, enhancements and translations
   * Write test cases - if you know Python, join in!
   * Feature requests or by sharing your ideas (see the roadmap)
   * Participate to the discussion in mailing lists
  *

 Patches for bugs or enhancements (http://www.sogo.nu/bugs)

  *

 Provide new translations
 
 (http://sogo.nu/english/support/faq/article/how-to-translate-sogo-in-another-language-2.html)

 Feel free to send us your questions. You can also post them to the
 SOGo mailing list: http://sogo.nu/lists/


   Getting Support

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

 Customer support packages for SOGo are available
 from http://inverse.ca/support.html

 -- 
 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] How to install it properly on CentOS 7 ?

2015-01-07 Thread J. Echter
Am 02.01.2015 um 16:12 schrieb Schifano Alexandre:
 Hi,

 Because there is no official repository for CentOS 7, the one unofficial
 has a old SOPE version, and the one for CentOS 6 will not work, how can
 I install Sogo on CentOS 7 ?
ah silly me :D you're the one who opened the other thread :D
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] How to install it properly on CentOS 7 ?

2015-01-07 Thread J. Echter
Am 02.01.2015 um 16:12 schrieb Schifano Alexandre:
 Hi,

 Because there is no official repository for CentOS 7, the one unofficial
 has a old SOPE version, and the one for CentOS 6 will not work, how can
 I install Sogo on CentOS 7 ?
Hi,

if you talk about this repo:
https://copr.fedoraproject.org/coprs/jaile/sogo/

Sope versions should be updated.

There's another thread on this list spotting this issue.

http://comments.gmane.org/gmane.comp.groupware.sogo.user/20206

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


Re: [SOGo] ANN: SOGo v2.2.12

2014-12-18 Thread J. Echter
Am 18.12.2014 um 21:28 schrieb jacek burghardt:
 I would install arch Linux and setup soho open change doveport postfix
 following wiki and everything just works


arch has a really good wiki btw!!

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


Re: [SOGo] link to this calendar url

2014-11-25 Thread J. Echter
Am 25.11.2014 20:44, schrieb Francis Lachapelle:
 Hi MJ

 On Nov 25, 2014, at 2:34 PM, heupink heup...@gmail.com wrote:

 Quick question: we've just updated to 2.2.10, and I noticed something new 
 (to me), namely in the webaccess:

 * rightclick a calendar, properties, links to this calendar tab:

 the first caldav URL is no longer a clickable url, but instead a fully 
 written out address, which we cannot right-click to 'save link as'.

 Is this something new? Is it a bug, or perhaps a 'feature'..?
 The links were removed a few releases ago. People were clicking on them and 
 wondering why they were receiving an 500 HTTP error in their browser :/


 Francis-- 
 users@sogo.nu
 https://inverse.ca/sogo/lists
can't you script that one to be downloadable only?

alo rescript your login thing ;)

we want to save passes

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


[SOGo] Centos 6 - SOGo repo - Metadata File does not match checksum

2014-07-31 Thread J. Echter

Hi,

if i want to update my repos (SOGo) i get the following message:

sogo-rhel6/primary | 157 kB 00:00
http://inverse.ca/downloads/SOGo/RHEL6/x86_64/repodata/primary.xml.gz: 
[Errno -1] Metadata file does not match checksum

Trying other mirror.
Error: failure: repodata/primary.xml.gz from sogo-rhel6: [Errno 256] No 
more mirrors to try.


I already did:

yum clean all
yum makecache
yum update

The error persists.

Is this repo related?

Thanks

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


Re: [SOGo] Settings aren't stored - where to look?

2014-05-06 Thread J. Echter
Am 05.05.2014 23:17, schrieb Michael Vogel:
 Hi!

 I'm having a strange problem: My SOGo installation seems to work (at a
 first glance) but I'm having the problem, that I can't save any
 preferences. I can set the starting day of the week to monday. Then I
 close and save. When I return to settings, it's still on sunday.

 I checked, that I'm having write access on sogo_user_profile. The
 logfile only shows the HTTP commands but no errors.

 Where can I look?

 Thanks!

 Michael
Hi,

i had this using Internet Explorer, Firefox and Chrome worked well.

Greetings

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


[SOGo] Deploying Thunderbird including Lightning sogo-integrator

2014-03-05 Thread J. Echter
Hi,

i'd like to deploy thunderbird to more than one pc's.

My question is what is the best way to add sogo extensions + lightning
to it?

My favourite solution would be to unzip the .exe file, copy xpi's into
extensions folder, pack it up again, and install :)

I'm using opsi (www.opsi.org) as deployment system. Opsi scripts are
also welcome :P


Thanks for all your input.

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


Re: [SOGo] Nightly updates not working since 2.1.1b

2013-12-05 Thread J. Echter
Am 05.12.2013 21:25, schrieb Martin Lehmann:
 I don't get an error. But packages containing 2.1.1b aren't updated.
 The other packages were updated.

 And, as I can see, the files in the repository are all up-to-date.
 Therefore, I think it's a naming problem.

 Am 05.12.2013 21:16, schrieb Jean Raby:
 On 13-12-05 3:05 PM, Martin Lehmann wrote:
 Hi,

 the nightly updates for CentOS5 x86_64 aren't working since release
 of 2.1.1b..

 The problem seems to be the naming of the packages. All packages
 containing
 2.1.1b aren't updated.
 Other packages like sope-core, which have only the daily timestamp
 in there
 name, are updated.
 what error do you get?

 Greetz,
 Martin


sorry, i don't use nightlys, but there was a glitch with the repo this
afternoon.
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Nightly updates not working since 2.1.1b

2013-12-05 Thread J. Echter
Am 05.12.2013 21:25, schrieb Martin Lehmann:
 I don't get an error. But packages containing 2.1.1b aren't updated.
 The other packages were updated.

 And, as I can see, the files in the repository are all up-to-date.
 Therefore, I think it's a naming problem.

 Am 05.12.2013 21:16, schrieb Jean Raby:
 On 13-12-05 3:05 PM, Martin Lehmann wrote:
 Hi,

 the nightly updates for CentOS5 x86_64 aren't working since release
 of 2.1.1b..

 The problem seems to be the naming of the packages. All packages
 containing
 2.1.1b aren't updated.
 Other packages like sope-core, which have only the daily timestamp
 in there
 name, are updated.
 what error do you get?

 Greetz,
 Martin


i experienced a .xml mismatch (or something similar) updating repos. i
disabled sogo repo to install some other stuff.

now it works again.
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Clustering SOGo?

2013-12-05 Thread J. Echter
Am 04.12.2013 15:06, schrieb Martin Rabl:
 Hi,

 is it possible using two or more instances of SOGo (not workers),
 where every instance runs on an own server, which are accessing to one
 database together?

 The idea is running a own SOGo instance in our DMZ so the users can
 read their mail, events etc. from home.

 Or should I create a database cluster which replicates to/from the
 master in the intranet?

i'm using red hat cluster suite (rgmanager,corosync) to start and stop
the services.

works fine.

primary/primary drbd/gfs2 setup.

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


Re: [SOGo] Login on Webpage doesn't work / bad request from upstream proxy

2013-12-05 Thread J. Echter
Am 03.12.2013 13:54, schrieb J. Echter:
 Am 03.12.2013 10:58, schrieb J. Echter:
 Hi,

 i have exactly the same problem logging into the SOGo webpage.

 I migrated from Ubuntu 12.04 to CentOS 6.4.

 ldapsearch works fine, also logging into mysql with user sogo works too.

 Apache modules are loaded and working.

 I'm using latest SOGo from SOGo EL6 repo.

 Any hints what could cause this?
 sorry forgot to mention that i'm relating to this post:

 https://lists.inverse.ca/sogo/arc/users/2012-10/msg00441.html

 but meanwhile i found out that dovecot didn't like TLS anymore, i
 switched to ssl and all is normal again.

 only thing, i don't get this, because i used my old config files and
 certs.

 there where only some os dependant editing.

 cheers

 juergen

meanwhile its fixed.

TLS=yes didn't work anymore (in sogo.conf) im back to imaps (ssl only)
and it works again.

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


[SOGo] Login on Webpage doesn't work / bad request from upstream proxy

2013-12-03 Thread J. Echter

Hi,

i have exactly the same problem logging into the SOGo webpage.

I migrated from Ubuntu 12.04 to CentOS 6.4.

ldapsearch works fine, also logging into mysql with user sogo works too.

Apache modules are loaded and working.

I'm using latest SOGo from SOGo EL6 repo.

Any hints what could cause this?
--
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Login on Webpage doesn't work / bad request from upstream proxy

2013-12-03 Thread J. Echter

Am 03.12.2013 10:58, schrieb J. Echter:

Hi,

i have exactly the same problem logging into the SOGo webpage.

I migrated from Ubuntu 12.04 to CentOS 6.4.

ldapsearch works fine, also logging into mysql with user sogo works too.

Apache modules are loaded and working.

I'm using latest SOGo from SOGo EL6 repo.

Any hints what could cause this?

sorry forgot to mention that i'm relating to this post:

https://lists.inverse.ca/sogo/arc/users/2012-10/msg00441.html

but meanwhile i found out that dovecot didn't like TLS anymore, i 
switched to ssl and all is normal again.


only thing, i don't get this, because i used my old config files and certs.

there where only some os dependant editing.

cheers

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


Re: [SOGo] Tb17 Upgrade

2012-12-12 Thread J. Echter
Am 12.12.2012 00:32, schrieb Ben Luey:
 What's the best (easiest) way to upgrade users from TB10ESR (and
 associated sogo plugins) to TB17ESR plugins?

 In TB when I go to Help, About, Check for Updates it does not show my
 ESR 17, only that 10.0.11 is current. Should I just download and
 install tb 17esr or is there a way to get TB to upgrade internally
 (this is on windows)?

 I don't want to push the new sogo extensions for 17 in my updates.php 
 as the extensions aren't compatible with TB10, so I'm assuming that
 would be bad for folks still on TB10 (Can updates push the extensions
 only to those using tb17?). I was thinking of making a new
 updates17.php with the new extensions and then having
 sogo-integrator-17 point to that url, but then I have to upgrade TB17
 and then install (manually) the new sogo-integrator.

 Better approaches? Ideally, users would click upgrade in TB and get
 the 17ESR (they are on ESR channel now) and the sogo 17 extensions but
 nothing would break for users still on TB10 (for now.. at some point
 force them to upgrade).

 Thanks,

 Ben

Hi,

maybe this will be interesting for you:

http://wpkg.org/

cheers

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

Re: [SOGo] Thunderbird 17 ESR is here

2012-11-27 Thread J. Echter
Am 22.11.2012 16:46, schrieb Sébastien Blin:
 Le 22/11/2012 15:54, Marc Patermann a écrit :

 This is not true.

 I tried to rename zip to xpi does not work.

Hi,

same here, the downloaded zips are not working if renamed to xpi. i
rezipped it with 7zip again and then it worked.

cheers


juergen

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


[SOGo] LDAP Indexing

2012-10-02 Thread J. Echter
Hi,

i have some entries in my logs like:

bdb_equality_candidates: (member) not indexed
bdb_equality_candidates: (displayName) not indexed
bdb_equality_candidates: (cn) not indexed
bdb_equality_candidates: (displayName) not indexed
bdb_equality_candidates: (cn) not indexed
bdb_equality_candidates: (mail) not indexed
bdb_equality_candidates: (member) not indexed

how should i add them to ldap?

eq, pres, approx, special or sub?

What i know is:*

pres* should be used if use searches 
http://www.zytrax.com/books/ldap/apa/search.html of the form 
'objectclass=person' or 'attribute=mail' will be used.

*approx* MUST be used if use searches
http://www.zytrax.com/books/ldap/apa/search.html of the form
'sn~=person' (a 'sounds-like' search) will be used.

*eq* should be used if searches
http://www.zytrax.com/books/ldap/apa/search.html of the form
'sn=smith' will be used i.e no wildcards are included (uses the EQUALITY
rule only).

*sub* should be used if use searches
http://www.zytrax.com/books/ldap/apa/search.html of the form 'sn=sm*'
i.e wildcards are included (uses the SUBSTR rule). This rule may be
enhanced by a using *subinitial* (optimised for
'sn=s*'), *subany* (optimised for 'sn=*n*') or *subfinal*(optimised for
'sn=*th'). One or more *sub* parameters may be included.

but i don't know how this stuff is being used by, for example, SOGo

anyone got an advise for me?

thanks a lot

juergen


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

Re: [SOGo] LDAP Indexing

2012-10-02 Thread J. Echter
Am 02.10.2012 09:37, schrieb Adi Kriegisch:
 Hi!

i have some entries in my logs like:

  bdb_equality_candidates: (member) not indexed
  bdb_equality_candidates: (displayName) not indexed
  bdb_equality_candidates: (cn) not indexed
  bdb_equality_candidates: (displayName) not indexed
  bdb_equality_candidates: (cn) not indexed
  bdb_equality_candidates: (mail) not indexed
  bdb_equality_candidates: (member) not indexed

  how should i add them to ldap?

  eq, pres, approx, special or sub?
 From the source (servers/slapd/back-bdb/filterindex.c):
 bdb_equality_candidates hints at eq; bdb_presence_canditates hint at
 pres...
 So eq it should be...

  What i know is:

  pres should be used if use [1]searches of the form 'objectclass=person' or 
 'attribute=mail' will be used.

approx MUST be used if use [2]searches of the form 'sn~=person' (a
'sounds-like' search) will be used.

eq should be used if [3]searches of the form 'sn=smith' will be used i.e
no wildcards are included (uses the EQUALITY rule only).

sub should be used if use [4]searches of the form 'sn=sm*' i.e wildcards
are included (uses the SUBSTR rule). This rule may be enhanced by a
using subinitial (optimised for 'sn=s*'), subany (optimised for 'sn=*n*')
or subfinal(optimised for 'sn=*th'). One or more sub parameters may be
included.
 excellent summary btw.

 -- Adi
Hi,

not my afford. Sorry forgot to mention where this was found:

http://www.zytrax.com/books/ldap/apa/indeces.html
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] using https:// isiUpdateURL in sogo-integrator works, but http:// only breaks ldap search function

2012-07-14 Thread J. Echter
Am 10.07.2012 17:02, schrieb Patrice Matthias Brend'amour:
 Is it pointing to a valid file?
 --
 bitZeche GmbH
 Patrice Matthias Brend'amour (Software Developer)
 Phone: +49 261  201 69 86 
 Universitätsstr. 3   Fax: +49 261  201 69 93
 D-56070 Koblenz  Email: p.brendam...@bitzeche.de
 Germany
 --

 On Jul 10, 2012, at 5:00 PM, Jürgen Echter wrote:

 Am 10.07.2012 16:54, schrieb Jürgen Echter:
 Am 10.07.2012 15:38, schrieb Patrice Matthias Brend'amour:
 Im that far that i see the following in apache ssl_access.log:

 192.168.0.91 - - [10/Jul/2012:14:23:29 +0200] GET 
 /plugins/updates.php?plugin=sogo-connec...@inverse.caversion=0.00platform=WINNT_x86-msvc
  HTTP/1.1 200 788 - Mozilla/5.0 (Windows NT 5.1; rv:10.0.5) 
 Gecko/20120605 Thunderbird/10.0.5 Lightning/1.2.1

 Thunderbird tells me to wait for plugins update, but nothing got updated.

 my certs are under settings - extended - certificates - server

 Did you call that URL yourself to see what the server is returning 
 (especially the URL for the plugin file is important)

 Patrice
 --
 bitZeche GmbH
 Patrice Matthias Brend'amour (Software Developer)
 Phone: +49 261  201 69 86  
 Universitätsstr. 3   Fax: +49 261  201 69 93
 D-56070 Koblenz  Email: 
 p.brendam...@bitzeche.de

 Germany
 --

 On Jul 10, 2012, at 2:29 PM, Jürgen Echter wrote:


 Am 14.06.2012 13:06, schrieb Martin (Lists):

 Am 14.06.2012 11:45, schrieb Jürgen Echter:

 Am 14.06.2012 11:21, schrieb Patrice Matthias Brend'amour:

 Are you using a self-signed certificate for https?
 If so, you need to add your certificate (or the CA, if you created
 one) to Thunderbird's certificate store first. Otherwise, the
 integrator won't be able to connect to the update server.

 Regards,
 Patrice
 -- 

 Hi,

 yes there's an self-signed cert.

 I thought its already added, because on first connect to SOGo
 thunderbird asks me what to do with the untrusted cert. i saved the
 security exception rule.

 To my knowledge thunderbird from version 10 on needs a trusted signed
 source for update addons unless you disable this. I wrote this once down
 (somewhere in the archive). If I recall right I had to set

 force_bool_pref(extensions.install.requireBuiltInCerts, false);
 force_bool_pref(extensions.update.requireBuiltInCerts, false);

 to get TBs update working again.

 Regards
 Martin


 do i need to explicitly add it to thunderbirds cert storage?

 if so where would be the best place to add it?

 juergen

 Hi,

 sorry for the long delay.

 Im that far that i see the following in apache ssl_access.log:

 192.168.0.91 - - [10/Jul/2012:14:23:29 +0200] GET 
 /plugins/updates.php?plugin=sogo-connec...@inverse.caversion=0.00platform=WINNT_x86-msvc
  HTTP/1.1 200 788 - Mozilla/5.0 (Windows NT 5.1; rv:10.0.5) 
 Gecko/20120605 Thunderbird/10.0.5 Lightning/1.2.1

 Thunderbird tells me to wait for plugins update, but nothing got updated.

 my certs are under settings - extended - certificates - server

 another question:

 where should i add this ? :

 force_bool_pref(extensions.install.requireBuiltInCerts, false);
 force_bool_pref(extensions.update.requireBuiltInCerts, false);

 thanks for your time

 juergen
 -- 

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



 Hi,

 if i call the url in chrome i get:
 This XML file does not appear to have any style information associated with 
 it. The document tree is shown below.
 RDF xmlns=http://www.w3.org/1999/02/22-rdf-syntax-ns#; 
 xmlns:em=http://www.mozilla.org/2004/em-rdf#;
 Description about=urn:mozilla:extension:sogo-integra...@inverse.ca
 em:updates
 Seq
 li
 Description
 em:version10.0.2/em:version
 em:targetApplication
 Description
 em:id{3550f703-e582-4d05-9a08-453d09bdfdc6}/em:id
 em:minVersion10.0/em:minVersion
 em:maxVersion10.*/em:maxVersion
 em:updateLink
 http://inverse.ca/downloads/extensions/sogo-integrator-10.0.2.xpi
 /em:updateLink
 /Description
 /em:targetApplication
 /Description
 /li
 /Seq
 /em:updates
 /Description
 /RDF

 ah i forgot, as i saw your post i tried and saw the inverse.ca link it is 
 pointing to. i changed this to my url just to get sure.

 still the same behaviour.

Hi Patrice,

finally i got it working.

i pointed it to the right direction without https:// and with ip such as
http://192.168.0.2/plugins

and now everything is working.

thanks a lot.

regards

juergen

p.s.: is this mentioned in any manual?
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] sogo-tool restore not working: segmentation fault

2012-06-15 Thread J. Echter
Am 15.06.2012 11:23, schrieb Christian Mack:
 Hello Hartmut Raithel


 On 2012-06-14 17:03, Hartmut Raithel wrote:
 I’m running SOGo version 1.3.16-1 on a Ubuntu 10.04.4 LTS System and
 sogo is running well, in general.

 The SW Versions (prebuild from Ubuntu repository)are:

 sogo@sh-sogodev01:~/backup/2012-06-14_1455$ dpkg -l |grep sogo

 sogo1.3.16-1 
  

 libsope-appserver4.9 4.9.r1664.20120601  SOPE application server 
 libraries
 libsope-core4.9  4.9.r1664.20120601  Core libraries of the 
 SOPE application serve
 libsope-gdl1-4.9 4.9.r1664.20120601  GNUstep database 
 libraries for SOPE
 libsope-ldap4.9  4.9.r1664.20120601  SOPE libraries for LDAP 
 access
 libsope-mime4.9  4.9.r1664.20120601  SOPE libraries for MIME 
 processing
 libsope-xml4.9   4.9.r1664.20120601  SOPE libraries for XML 
 processing
 sope4.9-gdl1-mysql   4.9.r1664.20120601  MySQL connector for 
 SOPE's fork of the GNUst
 sope4.9-gdl1-postgresql  4.9.r1664.20120601  ̇̇̇PostgreSQL connector 
 for SOPE's fork of the 
 sope4.9-libxmlsaxdriver  4.9.r1664.20120601  XML Parser for SOPE's 
 SAX engine

 gnustep-base-common  1.19.3-1ubuntu1 GNUstep Base library - 
 common files
 gnustep-base-runtime 1.19.3-1ubuntu1 GNUstep Base library
 gnustep-common   2.2.0-1 Common files for the 
 core GNUstep environmen
 gnustep-make 2.2.0-1 Basic GNUstep Makefiles
 libgnustep-base1.19  1.19.3-1ubuntu1 GNUstep Base library

 libsope-gdl1-4.9 4.9.r1664.20120601  GNUstep database 
 libraries for SOPE

 I don't see package sogo-tool here.
 Did you upgrade that as well?


 ...
 In case of the user has deleted some appointments after the backup, the
 restore fails with segfault:

 sogo@sh-sogodev01:~/backup/2012-06-14_1455$ sogo-tool restore -f
 Calendar/personal . aaasys08

 Jun 14 15:12:46 sogo-tool [15238]: 0x0x82db948[SOGoCache] Cache
 cleanup interval set every 1.00 seconds

 Jun 14 15:12:46 sogo-tool [15238]: 0x0x82db948[SOGoCache] Using
 host(s) 'localhost' as server(s)

 2012-06-14 15:12:46.422 sogo-tool[15238] PostgreSQL72 connection
 established: 0x0x81baa58[PGConnection]:  connection=0x0x8369a50

 2012-06-14 15:12:46.422 sogo-tool[15238] PostgreSQL72 channel
 0x0x832d680 opened (connection=0x0x81baa58[PGConnection]: 
 connection=0x0x8369a50)

 2012-06-14 15:12:46.422 sogo-tool[15238] PG0x0x832d680 SQL: SELECT
 c_folder_id, c_path, c_location, c_quick_location, c_acl_location,
 c_folder_type FROM sogo_folder_info WHERE c_path1 = 'Users' AND c_path2
 = 'aaasys08' AND c_path3 = 'Calendar' AND c_path4 = 'personal'

 2012-06-14 15:12:46.432 sogo-tool[15238] PG0x0x832d680 SQL: UPDATE
 sogo_folder_info SET c_foldername = 'Persönlicher Kalender' WHERE c_path
 = '/Users/aaasys08/Calendar/personal'

 2012-06-14 15:12:46.435 sogo-tool[15238] PG0x0x832d680 SQL: BEGIN
 TRANSACTION

 2012-06-14 15:12:46.435 sogo-tool[15238] PG0x0x832d680 SQL: DELETE FROM
 sogoaaasys08004000ea9ed_acl

 2012-06-14 15:12:46.436 sogo-tool[15238] PG0x0x832d680 SQL: COMMIT
 TRANSACTION

 2012-06-14 15:12:46.437 sogo-tool[15238] PG0x0x832d680 SQL: BEGIN
 TRANSACTION

 2012-06-14 15:12:46.437 sogo-tool[15238] PG0x0x832d680 SQL: INSERT INTO
 sogoaaasys08004000ea9ed_acl (c_object, c_uid, c_role) VALUES
 ('/aaasys08/Calendar/personal', 'sx', 'PublicViewer')

 2012-06-14 15:12:46.438 sogo-tool[15238] PG0x0x832d680 SQL: INSERT INTO
 sogoaaasys08004000ea9ed_acl (c_object, c_uid, c_role) VALUES
 ('/aaasys08/Calendar/personal', 'sx', 'ConfidentialDAndTViewer')

 2012-06-14 15:12:46.438 sogo-tool[15238] PG0x0x832d680 SQL: INSERT INTO
 sogoaaasys08004000ea9ed_acl (c_object, c_uid, c_role) VALUES
 ('/aaasys08/Calendar/personal', 'sx', 'ObjectCreator')

 2012-06-14 15:12:46.438 sogo-tool[15238] PG0x0x832d680 SQL: INSERT INTO
 sogoaaasys08004000ea9ed_acl (c_object, c_uid, c_role) VALUES
 ('/aaasys08/Calendar/personal', 'sx', 'ObjectEraser')

 2012-06-14 15:12:46.439 sogo-tool[15238] PG0x0x832d680 SQL: COMMIT
 TRANSACTION

 2012-06-14 15:12:46.440 sogo-tool[15238] PG0x0x832d680 SQL: SELECT
 c_name FROM sogoaaasys08004000ea9ed WHERE (c_deleted != 1 OR c_deleted
 IS NULL)

 2012-06-14 15:12:46.441 sogo-tool[15238] restoring record
 '4E7-4FD9DF00-13-4D8FFA80.ics'

 2012-06-14 15:12:46.442 sogo-tool[15238] PG0x0x832d680 SQL: SELECT
 c_version, c_deleted FROM sogoaaasys08004000ea9ed WHERE (c_name =
 '4E7-4FD9DF00-13-4D8FFA80.ics')

 2012-06-14 15:12:46.442 sogo-tool[15238] PG0x0x832d680 SQL: BEGIN
 TRANSACTION

 2012-06-14 15:12:46.443 sogo-tool[15238] PG0x0x832d680 SQL: DELETE FROM
 sogoaaasys08004000ea9ed WHERE c_name = '4E7-4FD9DF00-13-4D8FFA80.ics'

 2012-06-14 15:12:46.443 sogo-tool[15238] PG0x0x832d680 SQL: COMMIT
 TRANSACTION

 Speicherzugriffsfehler

 

Re: [SOGo] New Item drag Emails to Calendar-Button possible?!

2011-10-04 Thread J. Echter

Am 04.10.2011 14:15, schrieb Daniel Müller:

Hello to all,

I am working with SOGo now for a long time and it is getting more and more
the best email client besides Outlook.
my question: Is it possible to implent a feature like I use in Outlook--  drag 
a email to the calendar-button and create a new task in the calendar with the 
content of the mail?

Greetings
Daniel


hi,

there is a function similar to the requested one.

right click a email -- click transform to -- new task/event

if this is enough :)

cheers.


juergen

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


Re: [SOGo] lost administrative rights SOGo 1.3.8b

2011-09-07 Thread J. Echter

Hi,

i reinstalled all my addons (same versions as before) and it works again.

cheers

juergen

Am 23.08.2011 12:55, schrieb J. Echter:

Hi,

i suddenly lost my Administrative rights. Means i cannot delete events 
on my own and other calendars.


I didn't edit config so far.

thats what i got in sogo.log (every user is listed in a line)

192.168.0.99 - - [23/Aug/2011:11:15:01 GMT] REPORT 
/SOGo/dav/i...@elektro-mayer-echter.de/Calendar/personal/ HTTP/1.1 
207 125/245 0.010 - - 0


nothing related to my problem

Where could i have a look into this?

greetings

juergen


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


Re: [SOGo] Sogo postgresql and openldap setup?

2011-08-26 Thread J. Echter

Am 25.08.2011 23:19, schrieb Wendell Hatcher:



Hello,


 i am following the sogo openchange documentation for the 
sogo install. I am down to the sections that state postgresql and 
openldap setups. What exactly am I am doing besides the based apt-get 
install and confirming they are both running for sogo? Do I configure 
postgresql to connect and run with sogo,virtual domains etc..?
Or, what exactly am I doing with this setup? And, then what am I 
configuring specifically besides the standard empty setup for OpenLDAP?




PostGreSQL setup


OpenLDAP setup



-Dell


Hi,

you know this guides?

http://www.sogo.nu/english/downloads/documentation.html

greetings

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

Re: [SOGo] Sogo postgresql and openldap setup?

2011-08-26 Thread J. Echter

Am 26.08.2011 14:58, schrieb Dell:

Are the ldap schemes the ones from the sogo documentation if so then I
can complete this. I guess my question is do I need to install or setup
ldap to connect to postgres, courier or anything else outside of what is
inside of the sogo documentation?


And, has anyone setup ldap ssl on ubuntu 11.04 successfully ?

Sent from my iPad

On Aug 26, 2011, at 6:51 AM, André Schild an...@schild.ws
mailto:an...@schild.ws wrote:


Hello Dell,

Am 26.08.2011 14:47, schrieb Dell:

Yes, but those guides do not tell me how to install and setup
openldap/postgresql in detail.


- Setup of Postgres is usually not a problem for sogo, just install
the package of your OS distribution,
create the sogo user/db and then you are done
- Setup of a Ldap Server is somewhat a different matter, you have to
install the package too,
but then you have to add the required ldap schemas, add the entries
them self and finally also
secure your ldap directory.
This is advanced stuff...

Perhaps use the Zero Effort Groupware solution ?

http://www.sogo.nu/english/downloads/zeg.html

You can also transfer that to real hardware (Also a advanced task :) )


André



Sent from my iPad

On Aug 26, 2011, at 12:20 AM, J. Echter
mailto:j.ech...@elektro-mayer-echter.dej.ech...@elektro-mayer-echter.de
mailto:j.ech...@elektro-mayer-echter.de wrote:


Am 25.08.2011 23:19, schrieb Wendell Hatcher:



Hello,


i am following the sogo openchange documentation for the sogo
install. I am down to the sections that state postgresql and
openldap setups. What exactly am I am doing besides the based
apt-get install and confirming they are both running for sogo? Do I
configure postgresql to connect and run with sogo,virtual domains
etc..?
Or, what exactly am I doing with this setup? And, then what am I
configuring specifically besides the standard empty setup for
OpenLDAP?



PostGreSQL setup


OpenLDAP setup



-Dell


Hi,

you know this guides?

http://www.sogo.nu/english/downloads/documentation.htmlhttp://www.sogo.nu/english/downloads/documentation.html

greetings

juergen




hi,

i used a wiki entry for setting up openldap on ubuntu. works just fine. 
if i really need all the schemas they add in the wiki, i don't know.


i used this one:

http://wiki.ubuntuusers.de/OpenLDAP

sorry, its german.

greets

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


Re: [SOGo] Sogo postgresql and openldap setup?

2011-08-26 Thread J. Echter

Am 26.08.2011 16:15, schrieb Wendell Hatcher:

Thank you!  This is perfect did you setup ldap to connect to postgres or just 
setup the user sogo and sogo database?


-Dell
On Aug 26, 2011, at 8:05 AM, J. Echter wrote:


Am 26.08.2011 14:58, schrieb Dell:

Are the ldap schemes the ones from the sogo documentation if so then I
can complete this. I guess my question is do I need to install or setup
ldap to connect to postgres, courier or anything else outside of what is
inside of the sogo documentation?


And, has anyone setup ldap ssl on ubuntu 11.04 successfully ?

Sent from my iPad

On Aug 26, 2011, at 6:51 AM, André Schildan...@schild.ws
mailto:an...@schild.ws  wrote:


Hello Dell,

Am 26.08.2011 14:47, schrieb Dell:

Yes, but those guides do not tell me how to install and setup
openldap/postgresql in detail.


- Setup of Postgres is usually not a problem for sogo, just install
the package of your OS distribution,
create the sogo user/db and then you are done
- Setup of a Ldap Server is somewhat a different matter, you have to
install the package too,
but then you have to add the required ldap schemas, add the entries
them self and finally also
secure your ldap directory.
This is advanced stuff...

Perhaps use the Zero Effort Groupware solution ?

http://www.sogo.nu/english/downloads/zeg.html

You can also transfer that to real hardware (Also a advanced task :) )


André



Sent from my iPad

On Aug 26, 2011, at 12:20 AM, J. Echter
mailto:j.ech...@elektro-mayer-echter.dej.ech...@elektro-mayer-echter.de
mailto:j.ech...@elektro-mayer-echter.de  wrote:


Am 25.08.2011 23:19, schrieb Wendell Hatcher:



Hello,


i am following the sogo openchange documentation for the sogo
install. I am down to the sections that state postgresql and
openldap setups. What exactly am I am doing besides the based
apt-get install and confirming they are both running for sogo? Do I
configure postgresql to connect and run with sogo,virtual domains
etc..?
Or, what exactly am I doing with this setup? And, then what am I
configuring specifically besides the standard empty setup for
OpenLDAP?



PostGreSQL setup


OpenLDAP setup



-Dell


Hi,

you know this guides?

http://www.sogo.nu/english/downloads/documentation.htmlhttp://www.sogo.nu/english/downloads/documentation.html

greetings

juergen




hi,

i used a wiki entry for setting up openldap on ubuntu. works just fine. if i 
really need all the schemas they add in the wiki, i don't know.

i used this one:

http://wiki.ubuntuusers.de/OpenLDAP

sorry, its german.

greets

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




in my ldap there are only the sogo users.

afaik sogo looks into ldap to find if the user is valid and the data is 
stored in the db, so there is no connection between ldap and the db.


greets

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


Re: [SOGo] lost administrative rights SOGo 1.3.8b

2011-08-25 Thread J. Echter

Am 24.08.2011 10:07, schrieb Christian Mack:

Hi Jürgen Echter


On 08/23/2011 12:55 PM, J. Echter wrote:

i suddenly lost my Administrative rights. Means i cannot delete events
on my own and other calendars.

I didn't edit config so far.

thats what i got in sogo.log (every user is listed in a line)

192.168.0.99 - - [23/Aug/2011:11:15:01 GMT] REPORT
/SOGo/dav/i...@elektro-mayer-echter.de/Calendar/personal/ HTTP/1.1 207
125/245 0.010 - - 0

nothing related to my problem

Where could i have a look into this?

First check your own calendars.
Open the calendar list in tab Calendars.
Select your calendar, then right click on it.
In the context menu use Sharing

For Free/Busy display there should be an entry for Any Authenticated User.
This user should have at least privileges View the Date  Time for
public and confidential events.
You can see these by double clicking on this user entry.

While testing I once had an entry for myself in this list (don't know
how I got there). If you do have this too, remove it!
This does all sort of weird things.

Then let the one who shared his calendar(s) to you check his settings.
Perhaps he did revoke the privilege to delete events.


Hope this helps.

Kind regards,
Christian Mack


Hi,

calendars look fine, also i was able to delete events in calendars 
without the permission of the user. i thnik this is because my account 
was used as admin. Now i can't even delete my own entries (in my own 
calendar), but i can add events to all calendars.


greetings and thanks

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


[SOGo] lost administrative rights SOGo 1.3.8b

2011-08-23 Thread J. Echter

Hi,

i suddenly lost my Administrative rights. Means i cannot delete events 
on my own and other calendars.


I didn't edit config so far.

thats what i got in sogo.log (every user is listed in a line)

192.168.0.99 - - [23/Aug/2011:11:15:01 GMT] REPORT 
/SOGo/dav/i...@elektro-mayer-echter.de/Calendar/personal/ HTTP/1.1 207 
125/245 0.010 - - 0


nothing related to my problem

Where could i have a look into this?

greetings

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


[SOGo] format of configuration file

2011-08-05 Thread J. Echter

Hi,

i'd like to add multidomain setup to my environment, but i wonder why my 
config file looks different to the one in the latest documentation.


is it possible to convert the old format to the new one, so i can use 
the latest manual too?


format of mine:

keySOGoIMAPServer/key
stringimaps://somehost.de:993/string
keySOGoLanguage/key
stringGerman/string
keySOGoMailDomain/key
stringsomehost.de/string
keySOGoMailingMechanism/key
stringsendmail/string
keySOGoMemcachedHost/key
string127.0.0.1/string

format shown in manual:

{
sogod = {
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”;
SOGoAppointmentSendEMailNotifications = YES;
SOGoCalendarDefaultRoles = (
PublicViewer,
ConfidentialDAndTViewer
);
SOGoLanguage = English;

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


[SOGo] creating second domain setup to copy data to new calendar

2011-07-28 Thread J. Echter

Hi,

is it easily possible to create a multi domain setup out from a already 
working one domain setup?


the reason i masking, we're moving to a new email domain and i want to 
copy all my data over.


or do you guys have another hint for me?

cheers

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


Re: [SOGo] ANN: SOGo v1.3.8

2011-07-18 Thread J. Echter

Hi,

wheres the Ubuntu Lucid repo gone?

cheers

juergen

Am 15.07.2011 14:48, schrieb Francis Lachapelle:

The Inverse Team is pleased to announce the immediate availability of SOGo 
1.3.8. This is a minor release of SOGo which focuses on small new features and 
improved stability over previous versions.

-= What is SOGo =-

SOGo is a free and modern scalable groupware server. It offers shared 
calendars, address books and emails through your favorite Web browser or by 
using a native client such as Mozilla Thunderbird and Lightning.

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
  • Two-way synchronization support with any SyncML-capable devices 
(BlackBerry, Palm, Windows CE, etc.) by using the Funambol SOGo Connector
  • Excellent integration with Apple iCal 3/4 and Apple iPhone OS 3/4

and many more! SOGo and our connectors are completely free.

-= Changes from the previous release =-

New Features

  • initial support for threaded-view in the webmail interface
  • sogo-tool: new rename-user command that automatically updates all the 
references in the database after modifying a user id
  • sogo-tool: new user-preferences {get,set,unset} command to manipulate 
user's defaults/settings.
  • groups support for IMAP ACLs
  • now possible to define multiple forwarding addresses
  • now possible to define to-the-minute events/tasks
  • the domain can be selected from the login page when using multiple domains 
(SOGoLoginDomains)
  • sources from one domain can be accessed from another domain when using 
multiple domains (SOGoDomainsVisibility)
  • added Icelandic translation - thanks to Anna Jonna Armannsdottir

Enhancements

  • improved list selection and contextual menu behavior in all web modules
  • the quota status bar is now updated more frequently in the webmail module
  • automatically create new cards when populating a list of contacts with 
unknown entries
  • added fade effect when displaying and hiding dialog boxes in Web interface
  • updated CKEditor to version 3.6.1
  • updated Russian translation
  • signed Debian packages

Bug Fixes

  • submenus in contextual menus split in multiple lists are now displayed 
correctly
  • fixed display of cards/lists icons in public address books
  • no longer accept an empty string when renaming a calendar
  • fixed display of daily events that cover two days
  • fixed time shift issue when editing an event title on iOS
  • fixed bug when using indirect LDAP binds and bindAsCurrentUser
  • fixed bugs when converting an event to an all-day one
  • many small fixes related to CalDAV scheduling
  • many OpenBSD-related fixes

See http://www.sogo.nu/bugs/changelog_page.php?project_id=1 for closed tickets 
and http://sogo.nu/files/downloads/SOGo/Sources/ChangeLog 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

Documentation about the installation and configuration of SOGo, Thunderbird or 
mobile devices is available from :

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

You can also try our online SOGo demo at :

http://www.sogo.nu/tour/online_demo.html

-= How can I help ? =-

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

There are multiple ways you can contribute to the project :

  • Documentation reviews, enhancements and translations
  • Write test cases - if you know Python, join in!
  • Feature requests or by sharing your ideas (see the roadmap)
  • Participate to the discussion in mailing lists
  • Patches for bugs or enhancements (http://www.sogo.nu/bugs)
  • Provide new translations 
(http://sogo.nu/english/support/faq/article/how-to-translate-sogo-in-another-language-2.html)

Feel free to send us your questions. You can also post them to the SOGo mailing 
list: http://sogo.nu/lists/

-= Getting Support =-

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

Customer support packages for SOGo are available from 
http://inverse.ca/support.html

--

Re: [SOGo] migrating old calendar data to new SOGo server, but with new usernames in ldap

2011-07-18 Thread J. Echter

Am 06.07.2011 13:33, schrieb J. Echter:

Hi,

i'd like to have a new SOGo server, within this step i'd like to 
rework my LDAP directory structure...


Is it, somehow, possible to copy the old data to the new server into 
different named accounts?


If so, it would be great to have a short description of how to do or 
some kind of useful link.


thanks

juergen

hi,

is it possible that the new sogo-tool command 'rename-user' is working 
for my belongings? :)

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


[SOGo] migrating old calendar data to new SOGo server, but with new usernames in ldap

2011-07-06 Thread J. Echter

Hi,

i'd like to have a new SOGo server, within this step i'd like to rework 
my LDAP directory structure...


Is it, somehow, possible to copy the old data to the new server into 
different named accounts?


If so, it would be great to have a short description of how to do or 
some kind of useful link.


thanks

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


[SOGo] Change of E-Mail Domain

2011-05-27 Thread J. Echter

Hi,

can you explain me how to takeover all my data from my old accounts to 
the new one?


(Calendars and Task, not the Mails.)

My idea was to setup the new domain and run them both as long as we 
still us the old one.


Then, when the change happens, i copy the data over (but how?).

greets

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


Re: [SOGo] Thunderbird

2011-04-19 Thread J. Echter

Am 19.04.2011 16:46, schrieb Floyd Resler:

Ludovic,
That worked great!  However, now I'm wondering which extensions.rdf 
file I need to modify.  I have found one in build/chrome/content and one in 
chrome/content.

Thanks!
Floyd

On Apr 18, 2011, at 7:56 PM, Ludovic Marcotte wrote:


On 18/04/11 19:50, Floyd Resler wrote:

I tried it a couple of ways.  On my Mac I just right-clicked on the folder and 
selected Compress.  When that didn't work, I tried zipping it in Linux with: 
zip -r sogo.xpi sogo

Try:  zip -r sogo-integrator-foo.xpi chrome.manifest NEWS COPYING chrome 
defaults install.rdf

--
Ludovic Marcotte
lmarco...@inverse.ca  ::  +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

Hi,

this one

chrome/content/extensions.rdf

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

Re: [SOGo] updates.php and lightning

2011-04-13 Thread J. Echter

Am 13.04.2011 12:02, schrieb Olivier Migeot:

On Tue, Apr 12, 2011 at 6:08 PM, Olivier Migeotlarry...@gmail.com  wrote:


I might be wrong - it's a little late here - but I can't see where
it's hidden...

I went back to the documentation (which I haven't read since version
1.3.4, shame on me), and I found something about updateLink needing to
be set to something else than inverse.ca/extensions/ What is it
for exactly? What kind of data should I serve at this (customized)
URL?

Thanks.


Hi,

have a look here: http://sogo.deeproot.in/tbint

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


[SOGo] updates.php and lightning

2011-04-12 Thread J. Echter

Hi,

my updates.php works with sogo-integrator  sogo-connector, but if i 
change version and stuff for lightning it doesn't get updated automatically.


Thunderbird 3.x
Windows XP Pro

updates.php:

sogo-connec...@inverse.ca
 = array( application = thunderbird,
   version = 3.105,
   filename = sogo-connector-3.105.xpi ),

sogo-integra...@inverse.ca
 = array( application = thunderbird,
   version = 3.105,
   filename = thunderbird-integrator.xpi ),

{e2fda1a4-762b-4020-b5ad-a41df1933103}
= array( application = thunderbird,
   version = 1.0b2.105i,
   filename = lightning-1.0b2.105i_win32.xpi )

what am i missing here?

greetings

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


Re: [SOGo] updates.php and lightning

2011-04-12 Thread J. Echter

Am 12.04.2011 15:03, schrieb Sven Marth:

Am 12.04.2011 11:16, schrieb J. Echter:

Hi,

my updates.php works with sogo-integrator  sogo-connector, but if i
change version and stuff for lightning it doesn't get updated
automatically.

Thunderbird 3.x
Windows XP Pro

updates.php:

sogo-connec...@inverse.ca
= array( application = thunderbird,
version = 3.105,
filename = sogo-connector-3.105.xpi ),

sogo-integra...@inverse.ca
= array( application = thunderbird,
version = 3.105,
filename = thunderbird-integrator.xpi ),

{e2fda1a4-762b-4020-b5ad-a41df1933103}
= array( application = thunderbird,
version = 1.0b2.105i,
filename = lightning-1.0b2.105i_win32.xpi )

what am i missing here?

greetings

juergen


Hi juergen,

your update.php looks o.k. You forgot to add an entry for lightning in 
the extensions.rdf (sogo-integrator)?


--8--8--8--
...
li
Description
em:id=sogo-connec...@inverse.ca
em:name=SOGo Connector/
/li
li
Description
em:id={e2fda1a4-762b-4020-b5ad-a41df1933103}
em:name=Lightning/
/li
/Seq
/RDF

--8--8--8--

cu
Sven


Hi,

yeah forgot to add this one. Thanks a lot.

Greetings

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


[SOGo] Repeating Password Request Thunderbird

2011-03-12 Thread J. Echter

Hi,

anyone knows why our Thunderbird (3.1.9) requests SOGo password once in 
a while?


Password manager has the password saved, so i only need to click ok. But 
this is kinda annoying.


Greetings

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


Re: [SOGo] blank page

2011-03-09 Thread J. Echter
Am 09.03.2011 18:56, schrieb Stephen Ingram:
 Dwayne-

 dhottin...@harrisonburg.k12.va.us wrote:
 OCSSessionsFolderURL. For example :

  defaults -u sogo write sogod OCSSessionsFolderURL
 postgresql://sogo:password@localhost:5432/sogo/sogo_sessions_folder

 Try putting the last part that starts with postgresql in quotes. What
 you should end up with in your .GNUStepDefaults file is the following:

 keyOCSSessionsFolderURL/key
 stringpostgresql://sogo:password@localhost:5432/sogo/sogo_sessions_folder/string


 Steve
is this the same with mysql? i don't have this setting and all works.

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


Re: [SOGo] Reminder - Mailing List Guidelines

2011-02-24 Thread J. Echter

Am 24.02.2011 16:43, schrieb Francis Lachapelle:

  * do not hijack threads — don't generate a post by replying to somebody 
else's message and changing the subject and text; newsreader software will see 
your post as a part of the same thread and mix the two subjects, to everyone's 
confusion


yeah, very annoying.

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


Re: [SOGo] How to create a configuration?

2011-02-23 Thread J. Echter

Am 23.02.2011 11:30, schrieb telephonza...@hotmail.com:

I compiled and installed SOGo. How do I create a configuration? The
documentation mentions a binary called sogo but there only is a sogod and all
it does is complain:
0x0x73b1e0[SOGoStartupLogger]  No configuration found. SOGo will not work
properly.
So how do I create a configuration?

did you su to sogo user?

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


Re: [SOGo] Debian Squeeze as client

2011-02-23 Thread J. Echter
Am 23.02.2011 20:12, schrieb Paul van der Vlis:
 Op 23-02-11 19:54, Jim Carter schreef:
 On Wed, 23 Feb 2011, Paul van der Vlis wrote:
 Hmm, you are right, the sogo-integrator-extention does install without
 any problem, so it's only a problem with Lightning, and I can use
 Lightning 1.0-b1 from Debian (called iceowl-extention), or the 1.0-b2
 xpi from Mozilla.

afaik, sogo lightning has some modifications from the sogo devs.
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Bug When Composing New Mail with Address Book Sync in TB

2011-02-17 Thread J. Echter

Am 16.02.2011 21:53, schrieb Asai:

On 2/16/2011 9:34 AM, Bill Cameron wrote:

On Wed, Feb 16, 2011 at 8:58 AM, Alessio Fattorini
alessio.fattor...@nethesis.it  wrote:

Il 16/02/2011 16:54, J. Echter ha scritto:


If the email is not already stored in our address book, and we're
composing a new email to a new
recipient, every other key press fails to produce a letter. So if 
I type,

f...@bar.com I will
have to type f then o twice for the o to show up and then for 
every

subsequent letter it is
like that.

I confirm this.


This is usually caused by a slow connection to your directory server.
In your Thunderbird configuration (Tools - Options - Composition,
Addressing tab) you have specified a Directory Server. If this is an
OpenLDAP server make sure you have the correct indexes created (check
the slapd logs for warnings about missing attribute indexes) and have
a fast connection to the server.

We didn't notice this problem with TB 2 but it was more noticeable
with TB 3. We were able to minimize the complaints by fixing the
indexes and optimizing access to the directory.

Bill C.


Thanks, Bill.  This is a connection to a MySQL server, and the stored 
addresses in the SOGo schema there.  Not sure how we can work this.  
But we do have decent connection to the server which should be plenty 
fast enough.

Same here, LDAP but no errors so far, also we're on gigabit.

But as i said, this happens frequently not every time.
--
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Duplicated Calendars

2011-02-17 Thread J. Echter

Am 17.02.2011 12:18, schrieb Michael Crilly:

Resolved. Thanks for the input.

On 17/02/2011 10:28, Michael Crilly wrote:
Now I am getting nothing at all. I don't have any buttons, nor do I 
get any calendars at all. Worst of all, according to my HTTP 
debugging proxy, no requests for SOGo calendars are going out what so 
ever - only requests for contacts:


http://cl.ly/1E271j1i1h032V1I0N00

Little help? Files attached.

On 16/02/2011 18:04, Ludovic Marcotte wrote:

On 11-02-16 12:58 PM, Michael Crilly wrote:

   RequestHeader set x-webobjects-server-name Comtek
   RequestHeader set 
x-webobjects-server-urlhttp://axe.chester.comtek.co.uk;
This is wrong, x-webobjects-server-name should be 
axe.chester.comtek.co.uk.


Your extensions.rdf file is also wrong:

isi:updateURL=http://axe.chester.comtek.co.uk:80/plugins/

strip the :80 part, it is useless and will confuse path comparisons.






what was the problem?

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


Re: [SOGo] Bug When Composing New Mail with Address Book Sync in TB

2011-02-16 Thread J. Echter

Am 16.02.2011 16:38, schrieb Asai:

Greetings,

Myself and several other users of Thunderbird v 3.1 (Connector / 
Integrator 3.104  Lightning 1.b2.104i)  are reporting problems when 
entering in an email address when composing a new mail.


If the email is not already stored in our address book, and we're 
composing a new email to a new recipient, every other key press fails 
to produce a letter.  So if I type, f...@bar.com  I will have to type 
f then o twice for the o to show up and then for every subsequent 
letter it is like that.


Please advise. Thank you


Hi,

same here, but not always.

Greets

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


Re: [SOGo] VMWARE Virtual Machine

2011-02-16 Thread J. Echter
Am 16.02.2011 20:31, schrieb Ted:
 Hello, I am trying to evaluate the software via the VMWARE image. We are
 running an ESX server, and was able to boot the ZEG 1.3.5 VM. However, I 
 cannot
 seem to get a valid IP address on our subnet of 192.168.71.x, it always comes
 up as 192.168.1.220. I've tried all the valid Ethernet adapters available:
 flexible, E1000, and VXMNET 3. I am sure that DHCP works on the virtual 
 network
 since other machines on the same net are able to acquire IP addresses. 

 Any suggestions?

 Thanks
 -Ted
maybe this one helps.

http://www.mail-archive.com/users@sogo.nu/msg03838.html

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


Re: [SOGo] ACLs for Groups

2011-02-15 Thread J. Echter

Am 15.02.2011 12:26, schrieb michael.crilly:

Hello,

I am trying to work out if it's possible to add a group on the ACL of a 
calendar? I want to create a calendar for each of our departments and then add 
each of our LDAP groups to each corresponding calendar for that group.

For example I want to create an IT calendar and then add the 'it' group name to 
the ACL and permit anyone in that group to be able to modify the calendar 
entries, etc. What do I need to check that I have in place in order for this to 
work, if it's even possible?

Currently, we bind to the very top level of our LDAP tree so that the entire 
structure is available for searching. We've also configured SOGod to search for 
sn, cn, uid, displayName and mail.

Any help would be greatly appreciated.

Kind regards,


afaik, group support isn't completed yet.
--
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Administrative Account

2011-02-13 Thread J. Echter
Am 13.02.2011 23:06, schrieb Dominique:
 Hi All,

 While perusing through the manual, I realized there was an option to
 create an administrative account... I am not sure what options it
 offers, but probably something more than the standard account, or what
 would be the point.

 But since I am not using LDAP at all but MySQL (that's probably I did
 not see that part earlier) for all functions (authentication and
 storage) can someone provide with an admin user creation SQL script,
 and/or how to modify an existing user to activate the administration
 options.

 Thanks,

 Dominique
for example you can set which users are able to see other user
calendars, if they can write to it, delete items and so on.
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] one e-mail address and more than 1 possible recipients.

2011-01-25 Thread J. Echter

Am 24.01.2011 11:17, schrieb Jakob Lenfers:

On 19.01.2011 17:56, J. Echter wrote:


but i need to have one email adress for 4 different people using a
separate calendar each.

Maybe 4 accounts with 4 email addresses and additionally grant the 4
users rights to b...@email.de?

Jakob

i will try and give feedback if this goes right :)

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


Re: [SOGo] x64 nightly packages for ubuntu

2011-01-25 Thread J. Echter

Am 25.01.2011 19:51, schrieb Francis Lachapelle:

Can you confirm that the builds are now available?

yep, packages available now. thanks a lot.

cheers

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


[SOGo] one e-mail address and more than 1 possible recipients.

2011-01-19 Thread J. Echter

hi,

is it possible to have one e-mail address for multiple persons?

in my example we have b...@email.de address and 4 people using this 
single address.

i made 3 new calendars for each one.

question is now, if its possible to use names like user1 user2 to find 
recipients of invitations and stuff?


if yes, how to do it? :)

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


Re: [SOGo] Trying to run SOGo on a openSUSE x64

2011-01-06 Thread J. Echter
hi,

try

sudo su - sogo

greetings.

Am 06.01.2011 12:04, schrieb Stefan Fuhrberg:
 Another Problem came up, i completely reinstalled my system.

 Now when i type in su - sogo it says: su: incorrect password

 Any ideas?

 Am 06.01.2011 08:36, schrieb Stefan Fuhrberg:
 Hi, and thanks for the reply...

 The User has been created and i'm configuring SOGo following the
 documentation logged in as sogo.

 The .GNUstepDefaults file with all the values in it is in several
 subfolders under /home/sogo/...

 Problem is still existent.

 Am 05.01.2011 17:51, schrieb Mohit Chawla:
 On Wed, Jan 5, 2011 at 9:23 PM, Stefan Fuhrberg
 stefan.fuhrb...@zag.de mailto:stefan.fuhrb...@zag.de wrote:

 *Starting Scalable OpenGroupware.org
 0x0x733b70[SOGoStartupLogger] No configuration foung. SOGo will
 not work properly.*


 First check if the system user sogo and its home directory were made
 during package installation. If they are there, then configure SOGo,
 as described in the documentation, using the defaults tool (
 defaults write sogod directive ), and then restart sogo.


 -- 
 Mit freundlichen Grüßen
 ZAG Personaldienste

 i.A. Stefan Fuhrberg

 Ihre Antwort richten Sie bitte an:mailto:kontakt...@zag.de
 Besuchen Sie uns im Internet:http://www.zag.de

 ZAG Verwaltungs-Gesellschaft GmbH
 IT-Abteilung
 Nikolaistraße 11
 30159 Hannover

 Fon: 0511-12606444
 Fax: 0511-12606419

 Amtsgericht: Hannover
 Handelsregister: HRB 52841
 Geschäftsführer: Wolfgang Klenner, Bastian Tau, Martin Weiß



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


Re: [SOGo] Trying to run SOGo on a openSUSE x64

2011-01-06 Thread J. Echter
ups, my thunderbird sorted this in the Ubuntu Maverick Meerkat thread.

don't know if its working with sudo in openSUSE.

greets.

Am 06.01.2011 12:04, schrieb Stefan Fuhrberg:
 Another Problem came up, i completely reinstalled my system.

 Now when i type in su - sogo it says: su: incorrect password

 Any ideas?

 Am 06.01.2011 08:36, schrieb Stefan Fuhrberg:
 Hi, and thanks for the reply...

 The User has been created and i'm configuring SOGo following the
 documentation logged in as sogo.

 The .GNUstepDefaults file with all the values in it is in several
 subfolders under /home/sogo/...

 Problem is still existent.

 Am 05.01.2011 17:51, schrieb Mohit Chawla:
 On Wed, Jan 5, 2011 at 9:23 PM, Stefan Fuhrberg
 stefan.fuhrb...@zag.de mailto:stefan.fuhrb...@zag.de wrote:

 *Starting Scalable OpenGroupware.org
 0x0x733b70[SOGoStartupLogger] No configuration foung. SOGo will
 not work properly.*


 First check if the system user sogo and its home directory were made
 during package installation. If they are there, then configure SOGo,
 as described in the documentation, using the defaults tool (
 defaults write sogod directive ), and then restart sogo.


 -- 
 Mit freundlichen Grüßen
 ZAG Personaldienste

 i.A. Stefan Fuhrberg

 Ihre Antwort richten Sie bitte an:mailto:kontakt...@zag.de
 Besuchen Sie uns im Internet:http://www.zag.de

 ZAG Verwaltungs-Gesellschaft GmbH
 IT-Abteilung
 Nikolaistraße 11
 30159 Hannover

 Fon: 0511-12606444
 Fax: 0511-12606419

 Amtsgericht: Hannover
 Handelsregister: HRB 52841
 Geschäftsführer: Wolfgang Klenner, Bastian Tau, Martin Weiß



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


Re: [SOGo] General Use of SOGo

2011-01-04 Thread J. Echter
Hi,

i asked a while ago for the use the admin account... ok, i figured it
out now, but one problem...

in the description of sogo-integrator i can read Remote ACL
Administration, but how to do this from thunderbird?

is this expected to work from thunderbird?

greetings

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


Re: [SOGo] General Use of SOGo

2011-01-04 Thread J. Echter
Am 04.01.2011 19:52, schrieb Ludovic Marcotte:
 On 11-01-04 1:30 PM, J. Echter wrote:
 Hi,

 i asked a while ago for the use the admin account... ok, i figured it
 out now, but one problem...

 in the description of sogo-integrator i can read Remote ACL
 Administration, but how to do this from thunderbird?
 I can't grok this - please rephrase.


Among the supported features of the SOGo Integrator extension, we have :
- Remote administration of folder subscriptions
- Remote administration of folder access control lists (ACL)

is this a feature i can find in thunderbird after installing
sogo-integrator?

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


Re: [SOGo] adding calendars to users doesnt work - ssl related, i think

2011-01-04 Thread J. Echter
ah, i found some infos in the logs :)

sogo.log:

127.0.0.1 - - [04/Jan/2011:20:40:43 GMT] GET
/SOGo/dav/user/Contacts/public/ HTTP/1.1 501 191/0 0.004 - - 0
127.0.0.1 - - [04/Jan/2011:20:26:46 GMT] PROPFIND
/SOGo/dav/user/Calendar/personal8b11a5be-1668-461f-8d5b-68def6a4ad99.ics
HTTP/1.1 404 120/127 0.033 - - 0

seems there is a slash missing in the 404 error.

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


Re: [SOGo] General Use of SOGo

2011-01-04 Thread J. Echter
Am 04.01.2011 19:59, schrieb Ludovic Marcotte:
 On 11-01-04 1:58 PM, J. Echter wrote:
 Among the supported features of the SOGo Integrator extension, we have :
 - Remote administration of folder subscriptions
 - Remote administration of folder access control lists (ACL)

 is this a feature i can find in thunderbird after installing
 sogo-integrator?
 Well of course - those are pretty much all the features it provides to
 Thunderbird.

 Don't forget to customize the SOGo Integrator, as stated in the
 documentation.

 Regards,

the manual says:

Preferences that are forced upon every restart of Thunderbird are
controlled from the
./chrome/content/sogo-integrator/general/custom-preferences.js configuration


but this file isnt there, the whole directory sogo-integrator is missing.

i edited:

defaults/preferences/site.js
chrome/content/extensions.rdf

updates.php is working.

imho all functions should be working :)
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


  1   2   >