Re: [SOGo] Calendar not working

2014-02-27 Thread Christian Mack
Hello Christian

Am 2014-02-26 15:39, schrieb Christian:
 
 upgraded my SOGo to 2.2.0 and my Calendar isn't working.
 When I try to create a new appointment I get a 'Bad Gateway, Error 502'
 
 The proxy server could not handle the request
 /GET 
 /SOGo/so/sogoadmin/Calendar/personal//2894-530DFA00-1-F5C92C0.ics/editAsAppointment
 https://dev.de.scorpio-it.net/SOGo/so/sogoadmin/Calendar/personal//2894-530DFA00-1-F5C92C0.ics/editAsAppointment/.
 
 Reason: *Error reading from remote server*
 
 same is for trying to edit proferences:
 The proxy server could not handle the request
 /GET /SOGo/so/sogoadmin/preferences
 https://dev.de.scorpio-it.net/SOGo/so/sogoadmin/preferences/.
 
 inside the sogod.log I can see this:
 EXCEPTION: NSException: 0x7f94b89ebdf8 NAME:NSRangeException
 REASON:Index -1 is out of range 14 (in 'objectAtIndex:') INFO:{Array =
 (5_MINUTES_BEFORE, 10_MINUTES_BEFORE, 15_MINUTES_BEFORE, 30_MINUTES_B
 EFORE, 45_MINUTES_BEFORE, -, 1_HOUR_BEFORE, 2_HOURS_BEFORE,
 5_HOURS_BEFORE, 15_HOURS_BEFORE, -, 1_DAY_BEFORE,
 2_DAYS_BEFORE, 1_WEEK_BEFORE); Count = 14; Index = 4294967295; }
 Feb 26 15:37:55 sogod [10372]: 0x0x7f94b8440658[WOWatchDogChild] child
 10421 exited
 Feb 26 15:37:55 sogod [10372]: 0x0x7f94b8440658[WOWatchDogChild] 
 (terminated due to signal 6)
 
 Is there anything I can do to fix this ?

Did you set SOGoCalendarDefaultReminder in your sogo.conf?


Kind regards,
Christian Mack

-- 
Christian Mack
Abteilung Basisdienste
KIM IT-Services
Universität Konstanz



smime.p7s
Description: S/MIME Cryptographic Signature


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

2014-02-27 Thread Christian Mack
Hello Ron Scott-Adams


Am 2014-02-26 03:11, schrieb Ron Scott-Adams:
 It’s also worth mentioning that my postgres database is empty, though
 the base schema seems to be present:
 sogo=# \d
   List of relations
  Schema |   Name   |   Type   | Owner 
 +--+--+---
  public | sogo_folder_info | table| sogo
  public | sogo_folder_info_c_folder_id_seq | sequence | sogo
  public | sogo_sessions_folder | table| sogo
  public | sogo_user_profile| table| sogo
 (4 rows)
 
 Is that normal due to no user having ever successfully logged in, or is
 something else wrong that may be contributing to my login issue?
 

Yes, that is normal.
All other information and tables are created on the fly, when logging in
the first time.


 Also, I should mention I also tested logging in as the SOGo ldap user
 via ldapwhoami, and it succeeded.
 

ldapwhoami only shows, that your account exists, and the password is
correct.
It doesn't show which privileges you have in the LDAP tree.


 Lastly, everything else in the stack seems to work:
 Postfix/Dovecot/Sieve channel a message correctly when testing via
 Telnet. It’s non-trivial to test too far beyond that, though, and
 obviously, this is a login issue specific to SOGo. I’m sure there’s
 something simple I’m not considering, but what?
 
 
 On Feb 25, 2014, at 6:21 PM, Ron Scott-Adams r...@tohuw.net
 mailto:r...@tohuw.net wrote:

 After adding the LDAP clause to my conf and restarting SOGo, I get no
 further information in sogo.log. For the record, the ACL entry for the
 SOGo LDAP user follows. It’s identical to the permissions in my
 functional SOGo implementation, and the DIT is structured the same.

 dn: olcDatabase={1}hdb,cn=config
 changetype: modify
 add: olcAccess
 olcAccess: to dn.subtree=ou=Users,dc=tohuw,dc=net by
 dn=uid=sogo,ou=Services,dc=tohuw,dc=net write
 *
 cut 

In my openLDAP olcAccess is in
dn: olcDatabase={-1}frontend,cn=config

But I am not sure, this is your problem.
Could you try an ldapsearch with the
dn=uid=sogo,ou=Services,dc=tohuw,dc=net user?
Please search for another users entrys.


Kind regards,
Christian Mack

-- 
Christian Mack
Abteilung Basisdienste
KIM IT-Services
Universität Konstanz



smime.p7s
Description: S/MIME Cryptographic Signature


Re: [SOGo] Alternate mailbox

2014-02-27 Thread Christian Mack
Hello Aleksey Zolotukhin


Am 2014-02-26 11:23, schrieb IBC Service Network / Zolotuhin Aleksey:
 
 Sorry for my english.
 

I've read worse english :-)

 In my organization, each employee has a second mailbox. This mailbox
 belongs to a different mail domain.
 And stated in the LDAP attribute gosaMailAlternateAddress.
 When I configure multiple domain configuration, the user is logged in,
 go to the web-interface SOGo, but do not see their alternate mailboxes.
 
 Dovecot2 used as the IMAP server. In its configuration, it is possible
 to overwrite the value obtained from LDAP.
 Because, to access his mailbox via IMAP user enters their email, along
 with the domain, and password of the user account.
 
 What settings can be made in SOGo, so that users can access to their
 primary mailboxes and alternate mailboxes?
 

You have a very special case here.
There is currently no automated way to do so.

If you specify
MailFieldNames = ( mail, gosaMailAlternateAddress );
in your SOGoUserSources, then you could use both email addresses, but
they have to end up in one mailbox.


So you only could add an auxiliar mailbox to each user.
In order to do so, you need to enable this with
SOGoMailAuxiliaryUserAccountsEnabled = YES;
in your sogo.conf.
Then you have to set the corresponding values for this second mailbox
for each user.
Normally this is done via webinterface under Preferences --
IMAP-Accounts.
But you could write a script for this based on sogo-tool backup and restore.

Hope this helps a bit.


Kind regards,
Christian Mack

-- 
Christian Mack
Abteilung Basisdienste
KIM IT-Services
Universität Konstanz



smime.p7s
Description: S/MIME Cryptographic Signature


Re: [SOGo] Improper installation: No language locale found

2014-02-27 Thread Christian Mack
Hello Masood Azizi


Did you change your repository for SOGo/invers to the corrct one?
deb http://inverse.ca/ubuntu precise precise


Kind regards,
Christian Mack

Am 2014-02-26 17:10, schrieb Masood Azizi:
  Well, I just get this one-line error both in email and after service restart:
 $ service sogo restart
  * Restarting SOGo sogo   
  2014-02-26 
 16:45:29.407 sogod[11469] File NSUserDefaults.m: 685. In +[NSUserDefaults 
 standardUserDefaults] Improper installation: No language locale found
   
   [ OK ]
 Sogo server time zone:
 $ cat /etc/timezone
 Europe/Berlin
 
 Sogo time zone:
 $ cat /home/sogo/GNUstep/Defaults/.GNUstepDefaults
 .
   keySOGoTimeZone/key
   stringEurope/Berlin/string
 .
 
 The problem of time mess in calendar is similar to the issue stated here: 
 http://www.sogo.nu/bugs/view.php?id=1766
 But I didn't understand how it is solved. The platform I'm using is Ubuntu 
 12.04.
 
 Cheers,
 Masood
 
 On Wednesday, February 26, 2014 14:13 CET, Sven Schwedas 
 sven.schwe...@tao.at wrote:
 
 Hi,

 On 2014-02-26 13:35, Masood Azizi wrote:
 This is the output of $ locale:
 LANG=en_US.UTF-8
 LANGUAGE=
 LC_CTYPE=en_US.UTF-8
 LC_NUMERIC=de_DE.UTF-8
 LC_TIME=de_DE.UTF-8
 LC_COLLATE=en_US.UTF-8
 LC_MONETARY=de_DE.UTF-8
 LC_MESSAGES=en_US.UTF-8
 LC_PAPER=de_DE.UTF-8
 LC_NAME=de_DE.UTF-8
 LC_ADDRESS=de_DE.UTF-8
 LC_TELEPHONE=de_DE.UTF-8
 LC_MEASUREMENT=de_DE.UTF-8
 LC_IDENTIFICATION=de_DE.UTF-8
 LC_ALL=

 I also ran locale-gen, but the problem still exists.
 I think it has even affected the timing of sogo. In calendar, event times 
 are messed up.

 Looking at this thread:

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

 It seems you didn't post the full error message and it seems indeed to
 be rather a timezone than a locale problem, and your old timezone
 definition doesn't exist anymore.


 Thanks,


 On Wednesday, February 26, 2014 12:45 CET, Sven Schwedas 
 sven.schwe...@tao.at wrote:

 On 2014-02-26 11:58, Masood wrote:
 After upgrading the Ubuntu server version from 10.4 to 12.4, I am 
 continuously
 receiving this alarm message in my inbox every one second!
 sogo-ealarms-notify[7976] File NSUserDefaults.m: 685. In +[NSUserDefaults
 standardUserDefaults] Improper installation: No language locale found
 Could you please tell me what's the problem and how can I get rid of these
 thousands of emails everyday in my inbox?!

 What's the output of locale and did you run locale-gen (as root) after
 upgrading?


-- 
Christian Mack
Abteilung Basisdienste
KIM IT-Services
Universität Konstanz



smime.p7s
Description: S/MIME Cryptographic Signature


Re: [SOGo] Inverse samba4 debian packages

2014-02-27 Thread Jeroen Dekkers
At Wed, 26 Feb 2014 15:17:26 -0300,
Márcio Merlone wrote:
 
 Em 26-02-2014 14:12, Martin Simovic escreveu:
 
 Is Inverse planning to include more recent samba4 debian packages? 
 Currently there is 4.0.1 version included, whilst latest stable is 4.1.5
 My reasons are that I want to install sogo/openchange from repository 
 rather than from source and need to join sogo/openchange server to existing 
 samba4 DC.
 Trial / Error showed that whilst I am unable to join samba 4.0.1 server 
 as additional DC (replication fails) I am perfectly able to join samba 4.1 
 server compiled from source.
 
 Brainstorming: why does Inverse keeps its own samba packages instead of 
 relying on Sernet's packages?

Why rely on Sernet packages when there are official samba 4.1 packages
in testing and wheezy-backports? :)


Kind regards,

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

[SOGo] outlook active sync probs

2014-02-27 Thread paul batlekov

Hey folks!

Thanks for the great work! Sogo is fantastic.
Everything is working, except, and I suppose it's only a config issue, 
Outlook and activesync.
When I try to configure outlook wih activesync, it only says that he 
can't find the EAS, although the sogo proxy for MS-activesync in 
sogo.conf is activated, the port 5000 is open and the cert is ok. and I 
can access MS-Active sync through firefox (it displays a white site). 
But something that is quite weird: I can telnet localhost 5000, but 
can't telnet mydomain.com 5000 (connection refused). Is this normal, 
although port-forwarding is enabled? telnet on port 2 is working for 
both.

Thanks a lot and keep on with the great work!
cheers,
paul


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


[SOGo] outlook rpc

2014-02-27 Thread paul batlekov

Hey folks!

and the other issue with outlook!

when creating a profile in outlook everything is working, the name is 
beeing resolved and no error were displayed. but when I try open outlook 
with the new profile outlook is displaying an error that the current 
profile could not connect to the server. My apache error.log displays 
following:

[Thu Feb 27 10:45:07 2014] [error] RPCProxy started
[Thu Feb 27 10:45:07 2014] [error] 
INFO:openchange.web.auth.NTLMAuthHandler:acquiring lock 
/var/cache/ntlmauthhandler/ntlm-127.0.0.1.lock (60079)

[Thu Feb 27 10:45:08 2014] [error] RPCProxy started
[Thu Feb 27 10:45:08 2014] [error] 
INFO:openchange.web.auth.NTLMAuthHandler:client did not pass auth cookie
[Thu Feb 27 10:45:08 2014] [error] 
INFO:openchange.web.auth.NTLMAuthHandler:acquiring lock 
/var/cache/ntlmauthhandler/ntlm-127.0.0.1.lock (60037)

[Thu Feb 27 10:45:08 2014] [error] RPCProxy started
[Thu Feb 27 10:45:08 2014] [error] [client 213.143.107.178] 
[60079:RPC_IN_DATA:54824] WARNING: reattempting to connect to OUT 
channel... (1/10)
[Thu Feb 27 10:45:08 2014] [error] 
INFO:openchange.web.auth.NTLMAuthHandler:acquiring lock 
/var/cache/ntlmauthhandler/ntlm-127.0.0.1.lock (60037)
[Thu Feb 27 10:45:14 2014] [error] [client 213.143.107.178] 
[60039:RPC_IN_DATA:54816] ERROR: client connection closed
[Thu Feb 27 10:45:18 2014] [error] [client 213.143.107.178] 
[60079:RPC_IN_DATA:54824] ERROR: client connection closed
[Thu Feb 27 10:45:38 2014] [error] 
INFO:openchange.web.auth.NTLMAuthHandler:NTLMAuthHandler daemon shutdown 
(60244)


why's that?
someone a hint?
Thanks!
paul

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


[SOGo] SOGo-2.2.0, Proxy Error, Web-Interface, Preferences UI

2014-02-27 Thread Sven Marth
Hi,

with SOGo-2.2.0 I get an Proxy-Error when I try to open the preferences
pane in the Web-UI. I think it has something to do with the
(re)implemented set the default reminder-time-list. SOGo puts the
following line in sogo.log:

EXCEPTION: NSException: 0x7f4e26546268 NAME:NSRangeException
REASON:Index -1 is out of range 14 (in 'objectAtIndex:') INFO:{Array =
(5_MINUTES_BEFORE, 10_MINUTES_BEFORE, 15_MINUTES_BEFORE,
30_MINUTES_BEFORE, 45_MINUTES_BEFORE, -, 1_HOUR_BEFORE,
2_HOURS_BEFORE, 5_HOURS_BEFORE,15_HOURS_BEFORE, -,
1_DAY_BEFORE, 2_DAYS_BEFORE, 1_WEEK_BEFORE); Count = 14; Index =
4294967295; }

When I disable this option in the preferences template, then preferences
pane works like before.

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


Re: [SOGo] Inverse samba4 debian packages

2014-02-27 Thread Christian Mack
Hello

Am 2014-02-27 09:57, schrieb Jeroen Dekkers:
 At Wed, 26 Feb 2014 15:17:26 -0300,
 Márcio Merlone wrote:

 Em 26-02-2014 14:12, Martin Simovic escreveu:

 Is Inverse planning to include more recent samba4 debian packages? 
 Currently there is 4.0.1 version included, whilst latest stable is 4.1.5
 My reasons are that I want to install sogo/openchange from repository 
 rather than from source and need to join sogo/openchange server to existing 
 samba4 DC.
 Trial / Error showed that whilst I am unable to join samba 4.0.1 server 
 as additional DC (replication fails) I am perfectly able to join samba 4.1 
 server compiled from source.
 
 Brainstorming: why does Inverse keeps its own samba packages instead of 
 relying on Sernet's packages?
 
 Why rely on Sernet packages when there are official samba 4.1 packages
 in testing and wheezy-backports? :)
 

+1


Kind regards,
Christian Mack

-- 
Christian Mack
Abteilung Basisdienste
KIM IT-Services
Universität Konstanz



smime.p7s
Description: S/MIME Cryptographic Signature


Re: [SOGo] SOGo-2.2.0, Proxy Error, Web-Interface, Preferences UI

2014-02-27 Thread Christian Mack
Am 2014-02-27 11:15, schrieb Sven Marth:
 Hi,
 
 with SOGo-2.2.0 I get an Proxy-Error when I try to open the preferences
 pane in the Web-UI. I think it has something to do with the
 (re)implemented set the default reminder-time-list. SOGo puts the
 following line in sogo.log:
 
 EXCEPTION: NSException: 0x7f4e26546268 NAME:NSRangeException
 REASON:Index -1 is out of range 14 (in 'objectAtIndex:') INFO:{Array =
 (5_MINUTES_BEFORE, 10_MINUTES_BEFORE, 15_MINUTES_BEFORE,
 30_MINUTES_BEFORE, 45_MINUTES_BEFORE, -, 1_HOUR_BEFORE,
 2_HOURS_BEFORE, 5_HOURS_BEFORE,15_HOURS_BEFORE, -,
 1_DAY_BEFORE, 2_DAYS_BEFORE, 1_WEEK_BEFORE); Count = 14; Index =
 4294967295; }
 
 When I disable this option in the preferences template, then preferences
 pane works like before.
 

Have you set SOGoCalendarDefaultReminder in your sogo.conf?


Kind regards,
Christian Mack

-- 
Christian Mack
Abteilung Basisdienste
KIM IT-Services
Universität Konstanz



smime.p7s
Description: S/MIME Cryptographic Signature


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

2014-02-27 Thread Tanstaafl

On 2/25/2014 7:23 AM, Tanstaafl tansta...@libertytrek.org wrote:

On 2014-02-24 8:19 PM, Laz C. Peterson l...@paravis.net wrote:

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



In Thunderbird, you can right-click on *any* email (not just one in the
Sent folder) and click 'Edit as new' to do the same exact thing...

I just checked, and right-clicking on an email in any folder in the SOGo
GUI shows the exact same menu choice ('Edit As New...', but it is greyed
out...

Maybe this is a feature that must be enabled in the config?


Anyone? The menu choice is there... why is it greyed out?
--
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Inverse samba4 debian packages

2014-02-27 Thread Ian McMichael
On 27/02/14 08:57, Jeroen Dekkers wrote:
 Why rely on Sernet packages when there are official samba 4.1 packages
 in testing and wheezy-backports? :)

Are you sure?  I tried this search against the official Debian package
repository:

   
https://packages.debian.org/search?keywords=samba4searchon=namesexact=1suite=allsection=all

It returns only v4.0.0 beta2, which is over a year old now!

-- 

Ian McMichael

. E-Mail: ian.mcmich...@gmail.com
. Phone: +44-(0)7703-192837

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

Re: [SOGo] Inverse samba4 debian packages

2014-02-27 Thread Martin Simovic

On 27 Feb 2014, at 09:57, Jeroen Dekkers jer...@dekkers.ch wrote:

 At Wed, 26 Feb 2014 15:17:26 -0300,
 Márcio Merlone wrote:
 
 Em 26-02-2014 14:12, Martin Simovic escreveu:
 
Is Inverse planning to include more recent samba4 debian packages? 
 Currently there is 4.0.1 version included, whilst latest stable is 4.1.5
My reasons are that I want to install sogo/openchange from repository 
 rather than from source and need to join sogo/openchange server to existing 
 samba4 DC.
Trial / Error showed that whilst I am unable to join samba 4.0.1 server 
 as additional DC (replication fails) I am perfectly able to join samba 4.1 
 server compiled from source.
 
 Brainstorming: why does Inverse keeps its own samba packages instead of 
 relying on Sernet's packages?
 
 Why rely on Sernet packages when there are official samba 4.1 packages
 in testing and wheezy-backports? :)

This might be true, but there are no samba packages in precise-backports which 
is where we need them :)
Other thing is, that Sernet packages install samba in different path and break 
dependencies for inverse packages (e.g. install openchange with still want to 
pull inverse samba packages despite the fact sernet samba packages are 
installed)

Cleanest way would be if inverse packages included 4.1 series instead of 4.0. 
Not sure there is a plan for this or not, maybe together with new openchange 
2.5 release.

??

Regards
Martin.



smime.p7s
Description: S/MIME cryptographic signature


Re: [SOGo] Calendar not working

2014-02-27 Thread Christian
Hello Christian

Am 27.02.2014 10:05, schrieb Christian Mack:
 Hello Christian
 
 Am 2014-02-26 15:39, schrieb Christian:

 upgraded my SOGo to 2.2.0 and my Calendar isn't working.
 When I try to create a new appointment I get a 'Bad Gateway, Error 502'

 The proxy server could not handle the request
 /GET 
 /SOGo/so/sogoadmin/Calendar/personal//2894-530DFA00-1-F5C92C0.ics/editAsAppointment
 https://dev.de.scorpio-it.net/SOGo/so/sogoadmin/Calendar/personal//2894-530DFA00-1-F5C92C0.ics/editAsAppointment/.

 Reason: *Error reading from remote server*

 same is for trying to edit proferences:
 The proxy server could not handle the request
 /GET /SOGo/so/sogoadmin/preferences
 https://dev.de.scorpio-it.net/SOGo/so/sogoadmin/preferences/.

 inside the sogod.log I can see this:
 EXCEPTION: NSException: 0x7f94b89ebdf8 NAME:NSRangeException
 REASON:Index -1 is out of range 14 (in 'objectAtIndex:') INFO:{Array =
 (5_MINUTES_BEFORE, 10_MINUTES_BEFORE, 15_MINUTES_BEFORE, 30_MINUTES_B
 EFORE, 45_MINUTES_BEFORE, -, 1_HOUR_BEFORE, 2_HOURS_BEFORE,
 5_HOURS_BEFORE, 15_HOURS_BEFORE, -, 1_DAY_BEFORE,
 2_DAYS_BEFORE, 1_WEEK_BEFORE); Count = 14; Index = 4294967295; }
 Feb 26 15:37:55 sogod [10372]: 0x0x7f94b8440658[WOWatchDogChild] child
 10421 exited
 Feb 26 15:37:55 sogod [10372]: 0x0x7f94b8440658[WOWatchDogChild] 
 (terminated due to signal 6)

 Is there anything I can do to fix this ?
 
 Did you set SOGoCalendarDefaultReminder in your sogo.conf?
no, and I did not set any specific Calendar settings.

Cheers
 Chris

-- 

Christian

   - Please do not 'CC' me on list mails.
  Just reply to the list :)

Der ultimative shop für Sportbekleidung und Zubehör

http://www.sc24.de

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


Re: [SOGo] SOGo-2.2.0, Proxy Error, Web-Interface, Preferences UI

2014-02-27 Thread Sven Marth
Am 27.02.2014 12:58, schrieb Christian Mack:
 Am 2014-02-27 11:15, schrieb Sven Marth:
 Hi,

 with SOGo-2.2.0 I get an Proxy-Error when I try to open the preferences
 pane in the Web-UI. I think it has something to do with the
 (re)implemented set the default reminder-time-list. SOGo puts the
 following line in sogo.log:

 EXCEPTION: NSException: 0x7f4e26546268 NAME:NSRangeException
 REASON:Index -1 is out of range 14 (in 'objectAtIndex:') INFO:{Array =
 (5_MINUTES_BEFORE, 10_MINUTES_BEFORE, 15_MINUTES_BEFORE,
 30_MINUTES_BEFORE, 45_MINUTES_BEFORE, -, 1_HOUR_BEFORE,
 2_HOURS_BEFORE, 5_HOURS_BEFORE,15_HOURS_BEFORE, -,
 1_DAY_BEFORE, 2_DAYS_BEFORE, 1_WEEK_BEFORE); Count = 14; Index =
 4294967295; }

 When I disable this option in the preferences template, then preferences
 pane works like before.

 
 Have you set SOGoCalendarDefaultReminder in your sogo.conf?
 
 
 Kind regards,
 Christian Mack
 
Big Thanks Christian,

that was my fault! I didn't know that this option is mandatory and has
to be set in sogo.conf.

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


Re: [SOGo] Inverse samba4 debian packages

2014-02-27 Thread Sven Schwedas
On 2014-02-27 12:58, Ian McMichael wrote:
 On 27/02/14 08:57, Jeroen Dekkers wrote:
 Why rely on Sernet packages when there are official samba 4.1 packages
 in testing and wheezy-backports? :)
 
 Are you sure?  I tried this search against the official Debian package
 repository:
 

 https://packages.debian.org/search?keywords=samba4searchon=namesexact=1suite=allsection=all
 
 It returns only v4.0.0 beta2, which is over a year old now!

Emphasis on backports:

https://packages.debian.org/search?suite=wheezy-backportssection=allarch=anysearchon=nameskeywords=samba

4.1.3 isn't exactly new either, but better.

 
 -- 
 
 Ian McMichael
 
 • E-Mail: ian.mcmich...@gmail.com
 • Phone: +44-(0)7703-192837
 

-- 
Mit freundlichen Grüßen, / Best Regards,
Sven Schwedas
Systemadministrator
TAO Beratungs- und Management GmbH | Lendplatz 45 | A - 8020 Graz
Mail/XMPP: sven.schwe...@tao.at | +43 (0)680 301 7167
http://software.tao.at



signature.asc
Description: OpenPGP digital signature


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

2014-02-27 Thread Christian Mack
Hello Tanstaafl

Am 2014-02-27 12:38, schrieb Tanstaafl:
 On 2/25/2014 7:23 AM, Tanstaafl tansta...@libertytrek.org wrote:
 On 2014-02-24 8:19 PM, Laz C. Peterson l...@paravis.net wrote:
 It would be great to see a feature similar to Apple’s Mail
 application, where clicking “Reply All” to a message sent by the user
 actually opens up a new email with the exact same To:, CC:, and BCC:
 recipients.
 
 In Thunderbird, you can right-click on *any* email (not just one in the
 Sent folder) and click 'Edit as new' to do the same exact thing...

 I just checked, and right-clicking on an email in any folder in the SOGo
 GUI shows the exact same menu choice ('Edit As New...', but it is greyed
 out...

 Maybe this is a feature that must be enabled in the config?
 
 Anyone? The menu choice is there... why is it greyed out?

It is greyed out, because it is not implemented yet.


Kind regards,
Christian Mack

-- 
Christian Mack
Abteilung Basisdienste
KIM IT-Services
Universität Konstanz



smime.p7s
Description: S/MIME Cryptographic Signature


Re: [SOGo] Calendar not working

2014-02-27 Thread Christian Mack
Am 2014-02-27 12:57, schrieb Christian:
 Hello Christian
 
 Am 27.02.2014 10:05, schrieb Christian Mack:
 Hello Christian

 Am 2014-02-26 15:39, schrieb Christian:

 upgraded my SOGo to 2.2.0 and my Calendar isn't working.
 When I try to create a new appointment I get a 'Bad Gateway, Error 502'

 The proxy server could not handle the request
 /GET 
 /SOGo/so/sogoadmin/Calendar/personal//2894-530DFA00-1-F5C92C0.ics/editAsAppointment
 https://dev.de.scorpio-it.net/SOGo/so/sogoadmin/Calendar/personal//2894-530DFA00-1-F5C92C0.ics/editAsAppointment/.

 Reason: *Error reading from remote server*

 same is for trying to edit proferences:
 The proxy server could not handle the request
 /GET /SOGo/so/sogoadmin/preferences
 https://dev.de.scorpio-it.net/SOGo/so/sogoadmin/preferences/.

 inside the sogod.log I can see this:
 EXCEPTION: NSException: 0x7f94b89ebdf8 NAME:NSRangeException
 REASON:Index -1 is out of range 14 (in 'objectAtIndex:') INFO:{Array =
 (5_MINUTES_BEFORE, 10_MINUTES_BEFORE, 15_MINUTES_BEFORE, 30_MINUTES_B
 EFORE, 45_MINUTES_BEFORE, -, 1_HOUR_BEFORE, 2_HOURS_BEFORE,
 5_HOURS_BEFORE, 15_HOURS_BEFORE, -, 1_DAY_BEFORE,
 2_DAYS_BEFORE, 1_WEEK_BEFORE); Count = 14; Index = 4294967295; }
 Feb 26 15:37:55 sogod [10372]: 0x0x7f94b8440658[WOWatchDogChild] child
 10421 exited
 Feb 26 15:37:55 sogod [10372]: 0x0x7f94b8440658[WOWatchDogChild] 
 (terminated due to signal 6)

 Is there anything I can do to fix this ?

 Did you set SOGoCalendarDefaultReminder in your sogo.conf?
 no, and I did not set any specific Calendar settings.
 

That's your problem.

Set SOGoCalendarDefaultReminder and restart sogod.


Kind regards,
Christian Mack

-- 
Christian Mack
Abteilung Basisdienste
KIM IT-Services
Universität Konstanz



smime.p7s
Description: S/MIME Cryptographic Signature


Re: [SOGo] Inverse samba4 debian packages

2014-02-27 Thread Christian Mack
Am 2014-02-27 12:58, schrieb Ian McMichael:
 On 27/02/14 08:57, Jeroen Dekkers wrote:
 Why rely on Sernet packages when there are official samba 4.1 packages
 in testing and wheezy-backports? :)
 
 Are you sure?  I tried this search against the official Debian package
 repository:
 

 https://packages.debian.org/search?keywords=samba4searchon=namesexact=1suite=allsection=all
 
 It returns only v4.0.0 beta2, which is over a year old now!
 

Look at:
https://packages.debian.org/search?keywords=sambasearchon=namesexact=1suite=allsection=all

Kind regards,
Christian Mack

-- 
Christian Mack
Abteilung Basisdienste
KIM IT-Services
Universität Konstanz



smime.p7s
Description: S/MIME Cryptographic Signature


Re: [SOGo] Inverse samba4 debian packages

2014-02-27 Thread Ian McMichael
On 27/02/14 12:10, Sven Schwedas wrote:
 Emphasis on backports:

They've also changed the package name back to samba from samba4, which
is why my search didn't find it.  Thanks.

-- 

Ian McMichael

• E-Mail: ian.mcmich...@gmail.com
• Phone: +44-(0)7703-192837

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

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

2014-02-27 Thread Charles Marcus

On 2/27/2014 7:24 AM, Christian Mack christian.m...@uni-konstanz.de wrote:

Hello Tanstaafl

Am 2014-02-27 12:38, schrieb Tanstaafl:

On 2/25/2014 7:23 AM, Tanstaafl tansta...@libertytrek.org wrote:

On 2014-02-24 8:19 PM, Laz C. Peterson l...@paravis.net wrote:

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

In Thunderbird, you can right-click on *any* email (not just one in the
Sent folder) and click 'Edit as new' to do the same exact thing...

I just checked, and right-clicking on an email in any folder in the SOGo
GUI shows the exact same menu choice ('Edit As New...', but it is greyed
out...

Maybe this is a feature that must be enabled in the config?

Anyone? The menu choice is there... why is it greyed out?

It is greyed out, because it is not implemented yet.


Thanks Christian...

So, since the menu choice is there, can I safely assume there is already 
a Feature Request (or planned implementation)?


The only reason I ask is I use that all the time in Thunderbird, and it 
is something I would miss a lot when using the web interface.


By the way... congrats an an extremely responsive, very slick web interface!

--

Best regards,

Charles

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


Re: [SOGo] SOGo-2.2.0, Proxy Error, Web-Interface, Preferences UI

2014-02-27 Thread Charles Marcus

On 2/27/2014 6:58 AM, Christian Mack christian.m...@uni-konstanz.de wrote:

Am 2014-02-27 11:15, schrieb Sven Marth:

Hi,

with SOGo-2.2.0 I get an Proxy-Error when I try to open the preferences
pane in the Web-UI. I think it has something to do with the
(re)implemented set the default reminder-time-list. SOGo puts the
following line in sogo.log:

EXCEPTION: NSException: 0x7f4e26546268 NAME:NSRangeException
REASON:Index -1 is out of range 14 (in 'objectAtIndex:') INFO:{Array =
(5_MINUTES_BEFORE, 10_MINUTES_BEFORE, 15_MINUTES_BEFORE,
30_MINUTES_BEFORE, 45_MINUTES_BEFORE, -, 1_HOUR_BEFORE,
2_HOURS_BEFORE, 5_HOURS_BEFORE,15_HOURS_BEFORE, -,
1_DAY_BEFORE, 2_DAYS_BEFORE, 1_WEEK_BEFORE); Count = 14; Index =
4294967295; }

When I disable this option in the preferences template, then preferences
pane works like before.


Have you set SOGoCalendarDefaultReminder in your sogo.conf?


Most config files are heavily documented with examples, and often there 
is an 'example config file that contains all (or at least most used) 
config options.


Where are all of these documented? Preferably/hopefully in a simple 
commented example config file?


--

Best regards,

Charles

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


Re: [SOGo] OpenSUSE repo for SOGo

2014-02-27 Thread Marc Patermann

Christian Schweingruber schrieb (26.02.2014 14:56 Uhr):


SOGo now has a project in the OpenSUSE buidservice:
https://build.opensuse.org/project/show/server:SOGo

Repositories with installable RPMs are located here:
http://download.opensuse.org/repositories/server:/SOGo/

Thanks a lot!

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


Re: [SOGo] SOGo webmail restyle by Zentyal

2014-02-27 Thread Julien Kerihuel
Hi Alessio,

On Wed, 2014-02-26 at 10:59 +0100, Alessio Fattorini wrote:
 Is there some possibility to bring your UI on our existed SOGo 
 installation?

Absolutely. The restyling work are mainly changes in wox UI template
files, css and images. Overwriting the files and you are done.

 How this awesome work can be integrated on sogo project? 

I suppose the best approach would be to have a template system that can
be customized through configuration file. 

At the moment, the best that could probably be done is to gather/package
the changes and apply them on a clean checkout.

 You have added a lot of new things, how can use it without zentyal?

Sure, what kind of things are you referring to? If you are specifically
referring to some OpenChange features, all the contributions will be
ported to openchange master git tree among next weeks.

 If it's not possibile, does not seem perhaps a fork?

It is neither Zentyal interest nor objective to create a fork, but it is
true we have several wip or pending development and patches/fixes. I can
only suppose they will enter sogo master when it makes sense for SOGo
folks :-)

Br,
Julien.

-- 
Julien Kerihuel - CTO
Twitter: http://twitter.com/jkerihuel
Key fingerprint = 08BA 50B1 9EFF 8E1E FB4A  24FA B2A9 D5F3 9624 1CC2

Easy IT for small business
www.zentyal.com


signature.asc
Description: This is a digitally signed message part


[SOGo] BTS activities for Thursday, February 27 2014

2014-02-27 Thread SOGo reporter
Title: BTS activities for Thursday, February 27 2014





  
BTS Activities

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

  
  
idlast updatestatus (resolution)categorysummary
	
	
	  
	
2574
	2014-02-27 04:53:59
	updated (open)
	Backend Calendar
	No colors selectable if ressource ID contains space character
	
	  
	
2624
	2014-02-27 09:51:40
	updated (open)
	Documentation
	Add hint for SOGoCalendarDefaultReminder in Section Upgrading
	
	  
	
2617
	2014-02-27 04:58:08
	updated (open)
	sogo-tool
	Sogo-tool crash when triying to set an autorespond
	
	  
	
2427
	2014-02-27 05:02:08
	updated (open)
	Web Calendar
	Problem with recurrent event and delegation
	
	  
	
2538
	2014-02-27 16:37:42
	updated (open)
	Web Calendar
	Can not search for past events
	
	  
	
2623
	2014-02-27 05:04:19
	updated (open)
	Web General
	Some operations fail silently after session expires
	
	  
	
2625
	2014-02-27 10:09:02
	updated (open)
	Web Mail
	Reply All to a sent message
	
	  
	
2609
	2014-02-27 13:34:45
	assigned (reopened)
	ActiveSync
	Exception when using ActiveSync with Android 4.4.2 (Email)
	
	  
	
2616
	2014-02-27 13:33:32
	assigned (open)
	Web General
	URLs contain double slashes