Re: [SOGo] AD integration so users can be provisioned in AD

2012-12-13 Thread Sven Tegethoff

On 13.12.2012 00:23, romain wrote:

 - Move the schema owner to your new Samba4 controller

Add this line to your samba4 smb.conf in the global section :
 dsdb:schema update allowed = true


Just as a note - if you can't (or don't want) to move the schema master 
role to samba4 for whatever reason, you can employ a trick to get the 
schema update you need. Download the free trial version of Exchange 
Server 2007 and run setup /ps on the windows domain controller. This 
will install the schema extensions without installing any software. The 
openchange provision script will detect that the schema extension is 
already there and skip that step.


Best Regards,

Sven

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


[SOGo] Sogo installation

2012-12-13 Thread Joms Ariola
Dear All,

When i try to install sogo i encountered this 

Error: Package: lasso-2.3.6-1.centos6.i686 (SOGo)
   Requires: libxmlsec1-openssl.so.1
Error: Package: lasso-2.3.6-1.centos6.i686 (SOGo)
   Requires: xmlsec1 = 1.2.6
Error: Package: lasso-2.3.6-1.centos6.i686 (SOGo)
   Requires: xmlsec1-openssl = 1.2.6
Error: Package: lasso-2.3.6-1.centos6.i686 (SOGo)
   Requires: libxmlsec1.so.1
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest


Please help.


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

[SOGo] Thunderbird 17 still asks for the password several times [was Re: SOGo extensions for Thunderbird 10!]

2012-12-13 Thread Luca Olivetti

Al 13/02/2012 10:08, En/na Milos Wimmer ha escrit:

On Mon, 13 Feb 2012, Luca Olivetti wrote:


Then only thing which perhaps could be optimized, is that
it only asks once for the https:// url password (used by cal/cardav)


Well, with thunderbird 3 it only asked for the password once.



But then, this is why we have a password manager in TB.


But I don't want my users to use it (there was no need before, there
should be no need now).



I have the same view on this point as Luca.
I think many users (who don't use password manager in TB now) will
consider this new password policy for a bug.


I'm trying thunderbird 17 esr with the corresponding extensions and I 
still see it has the same problem: it asks for the password several times.


Bye
--
Luca Olivetti
Wetron Automation Technology http://www.wetron.es
Tel. +34 935883004  Fax +34 935883007
--
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Thunderbird 17 still asks for the password several times [was Re: SOGo extensions for Thunderbird 10!]

2012-12-13 Thread Thoralf Schulze
hi Luca,

Am 13.12.2012 10:44 schrieb Luca Olivetti:
 I'm trying thunderbird 17 esr with the corresponding extensions and I 
 still see it has the same problem: it asks for the password several times.

have a look at the startup master-extension¹ for thunderbird … it works
quite fine here for thunderbird 10esr, at least regarding tb asking for
its master passwort several times.

with kind regards,
t.

¹ - https://addons.mozilla.org/de/thunderbird/addon/startupmaster/
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: Re: Re: Re: [SOGo] Native Outlook connection

2012-12-13 Thread werdi4711
nslookup airwerk.net :

Server: UnKnown
Address: 192.168.40.2

If I do nslookup | set type=SRV | _ldap._tcp.dc._msdcs.airwerk.net :

Server: UnKnown
Address: 192.168.40.2

*** _ldap._tcp.dc._msdcs.airwerk.net cannot be found by UnKnown: Non-existent
domain 

The Address 192.168.40.2 is the address of the networks  nameserver.  My DNS
structure was actually fine by now, but I'm not sure anymore. A ping to the
Sogo Server remote.airwerk.net results in the Sogo Server's IP 192.168.40.1 ...

This is db.airwerk.net :

$TTL86400
@   IN SOA  airwerk.net. dirk.airwerk.com. (
   2012100401 ; Serial no., based on date
 3600 ; Refresh after 6 hours
 3600 ; Retry after 1 hour
86400 ; Expire after 7 days
 3600 )   ; Minimum TTL of 1 hour
;
IN NS  remote.airwerk.net.
xmail   IN A   192.168.40.3
remote  IN A   192.168.40.1
@   IN MX  10 xmail.airwerk.net.
mailIN CNAME   xmail
_autodiscover._tcp.airwerk.net. SRV 0 0 443 remote.airwerk.net.

Anything obscure in there?
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: Re: Re: Re: Re: [SOGo] Native Outlook connection

2012-12-13 Thread werdi4711
When I do a tcpdump on port 53 on the Sogo Server I get this line:

IP 192.168.40.2.domain  192.168.40.1.41472: 58823 NXDomain* 0/1/0 (120)

The IP *.2 is the nameserver, the*.1 is the Sogo Server, that looks bad in my
eyes

By the way - I don't want my email address shown in my posts, I'd prefer my
real name shown! But I couldn't find a way to change that in the preferences of
the list, how is this done?
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Native Outlook connection

2012-12-13 Thread Michal Kminek
You perform nslookup to find a record matching 
_ldap._tcp.dc._msdcs.airwerk.net but you have only 
_autodiscover._tcp.airwerk.net in your zone file.


Michal

Dne 13.12.2012 11:50, werdi4...@gmail.com napsal(a):

nslookup airwerk.net :

Server: UnKnown
Address: 192.168.40.2

If I do nslookup | set type=SRV | _ldap._tcp.dc._msdcs.airwerk.net :

Server: UnKnown
Address: 192.168.40.2

*** _ldap._tcp.dc._msdcs.airwerk.net cannot be found by UnKnown: Non-existent
domain

The Address 192.168.40.2 is the address of the networks  nameserver.  My DNS
structure was actually fine by now, but I'm not sure anymore. A ping to the
Sogo Server remote.airwerk.net results in the Sogo Server's IP 192.168.40.1 ...

This is db.airwerk.net :

$TTL86400
@   IN SOA  airwerk.net. dirk.airwerk.com. (
   2012100401 ; Serial no., based on date
 3600 ; Refresh after 6 hours
 3600 ; Retry after 1 hour
86400 ; Expire after 7 days
 3600 )   ; Minimum TTL of 1 hour
;
IN NS  remote.airwerk.net.
xmail   IN A   192.168.40.3
remote  IN A   192.168.40.1
@   IN MX  10 xmail.airwerk.net.
mailIN CNAME   xmail
_autodiscover._tcp.airwerk.net. SRV 0 0 443 remote.airwerk.net.

Anything obscure in there?


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


Re: Re: [SOGo] Native Outlook connection

2012-12-13 Thread werdi4711
Hi Michal,
you're right, but changing the line unfortunately doesn't heal the problem.
Thanks for your input,
Dirk
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Suggestion: SOGo Dokumentation as wiki/webpage?

2012-12-13 Thread Sven Tegethoff

On 13.12.2012 12:02, Götz Reinicke - IT Koordinator wrote:

HI,

PDFs are nice to be printed and keep there layout, but downloading and
opening the files is a bit bugging ... not that much, but may be there
is any online wiki or something like that with the same documentation?


I second that! An online HTML version of the documentation would be 
awesome, the PDF files are really a bit unwieldy :)


--

Mit freundlichen Grüßen

Sven Tegethoff
EDV-Team

_
UDO BÄR GmbH  Co. KG   
Fürstenstraße 18
47051 Duisburg
Tel.: +49 (0) 203 28117-142
Fax: +49 (0) 203 28117-151
E-Mail: tegeth...@udobaer.de

Ust.-Idnr.: DE119562189, HRA 6056, Sitz der Gesellschaft: Duisburg,
Gerichtsstand: Duisburg Geschäftsführer: Bodo Badnowitz, Jürgen Dietz

Ein Unternehmen der BTI Gruppe: www.bti-group.com

Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte Informationen. 
Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrtümlich erhalten 
haben, informieren Sie bitte sofort den Absender und vernichten Sie diese 
E-Mail. Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser E-Mail 
ist nicht gestattet.  This e-mail may contain confidential and/or privileged 
information. If you are not the intended recipient (or have received this 
e-mail in error) please notify the sender immediately and destroy this e-mail.  
Any unauthorized copying, disclosure or distribution of the material in this 
e-mail is strictly forbidden.

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


Re: Re: Re: Re: [SOGo] Native Outlook connection

2012-12-13 Thread werdi4711
Sorry, my last post was sent while I was writing ... here it is in full length
again:

I did get further. I had port 53 of the Sogo server not open in both 
directions
and I also had an incomplete entry. 

Now, when I do on the Vista Client: 

nslookup , set type=SRV, -ldap.tcp.dc._msdcs.airwerk.net

it returns:

Server: UnKnown
Address: 192.168.40.1

_ldap._tcp.dc._msdcs.airwerk.net SRV service location:
priority = 0
weight = 100
port = 389
srv hostname = remote.airwerk.net
_msdcs.airwerk.net nameserver = remote.airwerk.net

So, that looks much better.

But, still, when I try to join the domain airwerk.net,a tcpdump -n -s 1500 -i
eth0 udp port 53 has these lines and the domain join fails:

tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
listening on eth0, link-type EN10MB (Ethernet), capture size 1500 bytes
15:11:53.607257 IP 192.168.40.167.62539  192.168.40.1.domain: 57690+ SRV?
_ldap._tcp.dc._msdcs.AIRWERK.NET. (50)
15:11:53.616173 IP 192.168.40.1.domain  192.168.40.167.62539: 57690*- 1/1/0
SRV remote.airwerk.net.:389 0 100 (102)
15:11:59.764022 IP 192.168.40.167.56871  192.168.40.1.domain: 48069+ SOA?
airwerk-nb3.airwerk.local. (43)
15:11:59.767943 IP 192.168.40.1.domain  192.168.40.167.56871: 48069 Refused-
0/0/0 (43)

I think i still have to investigate my DNS structure.

Many thanks for all your help, you really helped me on!
Dirk
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] sogo - wrong characters/charset in one message

2012-12-13 Thread Christian Mack
Hello Martin Krpata


On 2012-12-04 10:07, Martin Krpata wrote:
 Content-Type: text/html
 Content-Transfer-Encoding: quoted-printable

There is no ; charset=XXX set in this emails Content-Type.
Therefore the email client assumes the default character set which
obviously is different for SOGo and thunderbird.

This has nothing to do with apache at all.

IMHO this email should be fixed.

One could argue, if the default should be ISO-8859-1 or UTF-8 or the
matching one for the user set language.
Most emails today without a given charset are in ISO-8859-1.


Kind regards,
Christian Mack

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


Re: [SOGo] Sogo installation

2012-12-13 Thread Donny Brooks
 
 
 
On Thursday, December 13, 2012 03:41 AM CST, Joms Ariola j...@cladding.com 
wrote: 
 
 Dear All,
 
 When i try to install sogo i encountered this 
 
 Error: Package: lasso-2.3.6-1.centos6.i686 (SOGo)
Requires: libxmlsec1-openssl.so.1
 Error: Package: lasso-2.3.6-1.centos6.i686 (SOGo)
Requires: xmlsec1 = 1.2.6
 Error: Package: lasso-2.3.6-1.centos6.i686 (SOGo)
Requires: xmlsec1-openssl = 1.2.6
 Error: Package: lasso-2.3.6-1.centos6.i686 (SOGo)
Requires: libxmlsec1.so.1
  You could try using --skip-broken to work around the problem
  You could try running: rpm -Va --nofiles --nodigest
 
 
 Please help.
 
 
 Regards,
 -- 
 users@sogo.nu
 https://inverse.ca/sogo/lists 

I too ran into this problem on our test machine. It is Centos 6.3. I was able 
to upgrade using the --skip-broken option but have not had a chance to test 
functionality yet.

-- 

Donny B. 

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


Re: [SOGo] Sogo installation

2012-12-13 Thread Jean Raby

On 12-12-13 4:41 AM, Joms Ariola wrote:

Dear All,
When i try to install sogo i encountered this
Error: Package: lasso-2.3.6-1.centos6.i686 (SOGo)
Requires: libxmlsec1-openssl.so.1
Error: Package: lasso-2.3.6-1.centos6.i686 (SOGo)
Requires: xmlsec1 = 1.2.6
Error: Package: lasso-2.3.6-1.centos6.i686 (SOGo)
Requires: xmlsec1-openssl = 1.2.6
Error: Package: lasso-2.3.6-1.centos6.i686 (SOGo)
Requires: libxmlsec1.so.1
  You could try using --skip-broken to work around the problem
  You could try running: rpm -Va --nofiles --nodigest
Please help.
Regards,


What version of xmlsec1 do you have on this system? (rpm -q xmlsec1)
Do you use the EPEL repo? xmlsec1-1.2.16 is available there.

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

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


RE: [SOGo] SOGo with MS Outlook, fresh Inbox incoming messages are not synchronized automatically, only manually by pressing 'Update folder' at Inbox at SOGo up to 2.0.2a.

2012-12-13 Thread Julien Kerihuel
On Fri, 2012-12-07 at 23:00 +0400, CpServiceSPb wrote:
 Ok.
 
 From your message I have understood that it should be done by Dovecot
 developer (or Cyrus) , have I ?
 
 If so, I can try to contact him but can you send more details of it
 some looks like programming task ?

Good afternoon,

There is a tiny dovecot module for 2.1.x series - developed in 2011 -
that was specifically designed to handle new mail notifications:

http://tracker.openchange.org/projects/openchange/repository/revisions/master/entry/mapiproxy/services/plugins/dovecot/

 
 Would it be built-in to IMAP4 server directly or as daemon or would it
 be as plug-in ?
 
It is a plug-in for dovecot that intercepts deliveries over lmtp and
redirect them to ocsmanager over HTTP. This notification is processed
and fetched by OpenChange server which includes the payload into active
user communication, triggering Outlook folder synchronization process.

The master piece dealing with both openchange server and imap plugins
being ocsmanager.

You won't however be able to test the code with packaged versions as the
code got disabled by SOGo folks on June 2012. The code was also
triggering notifications to Outlook 2003 over UDP (if it matters).

I can't recall why they disabled it in first place, but I assume that
with a bit of cleanup, we could probably enable it again.

Kind Regards,
Julien.


-- 
Julien Kerihuel
j.kerih...@openchange.org
OpenChange Project Founder

GPG Fingerprint: 0B55 783D A781 6329 108A  B609 7EF6 FE11 A35F 1F79


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


[SOGo] Native Outlook connection - promising progress

2012-12-13 Thread werdi4711
Hi,
I have challenged the DNS and port specific problems, and meanwhile I have some
meaningful output of samba4. There's quite obviously a connection successfully
setup but the Join process fails though with the message 'RPC Server not
available'. Please read further, at least the first lines of the following
samba output:

snip
Starting GENSEC mechanism spnego
Starting GENSEC submechanism ntlmssp
Got NTLMSSP neg_flags=0xe2088297
  NTLMSSP_NEGOTIATE_UNICODE
  NTLMSSP_NEGOTIATE_OEM
  NTLMSSP_REQUEST_TARGET
  NTLMSSP_NEGOTIATE_SIGN
  NTLMSSP_NEGOTIATE_LM_KEY
  NTLMSSP_NEGOTIATE_NTLM
  NTLMSSP_NEGOTIATE_ALWAYS_SIGN
  NTLMSSP_NEGOTIATE_NTLM2
  NTLMSSP_NEGOTIATE_VERSION
  NTLMSSP_NEGOTIATE_128
  NTLMSSP_NEGOTIATE_KEY_EXCH
  NTLMSSP_NEGOTIATE_56
switch message SMBsesssetupX (task_id 0.57)
Got user=[rweissmann] domain=[AIRWERK.NET] workstation=[AIRWERK-NB3] len1=24
len2=24
auth_check_password_send: Checking password for unmapped user
[AIRWERK.NET]\[rweissmann]@[AIRWERK-NB3]
map_user_info_cracknames: Mapping user [AIRWERK.NET]\[rweissmann] from
workstation [AIRWERK-NB3]
gendb_search_v: DC=airwerk,DC=net NULL - 1
auth_check_password_send: mapped user is: [SOGO]\[rweissmann]@[AIRWERK-NB3]
auth_get_challenge: returning previous challenge by module NTLMSSP callback
(NTLM2) (normal)
[] 9F C0 C9 DF 18 F7 70 67..pg 
ntlm_password_check: Checking NT MD4 password
authsam_account_ok: Checking SMB password for user rweissmann
logon_hours_ok: No hours restrictions for user rweissmann
gendb_search_v: DC=airwerk,DC=net NULL - 1
auth_check_password_recv: sam_ignoredomain authentication for user
[SOGO\rweissmann] succeeded
NTLMSSP Sign/Seal - Initialising with flags:
Got NTLMSSP neg_flags=0xe2088215
  NTLMSSP_NEGOTIATE_UNICODE
  NTLMSSP_REQUEST_TARGET
  NTLMSSP_NEGOTIATE_SIGN
  NTLMSSP_NEGOTIATE_NTLM
  NTLMSSP_NEGOTIATE_ALWAYS_SIGN
  NTLMSSP_NEGOTIATE_NTLM2
  NTLMSSP_NEGOTIATE_VERSION
  NTLMSSP_NEGOTIATE_128
  NTLMSSP_NEGOTIATE_KEY_EXCH
  NTLMSSP_NEGOTIATE_56
ldb: tevent: Added timed event ltdb_callback: 0x2a52c60

ldb: tevent: Added timed event ltdb_timeout: 0x2aa8900

ldb: tevent: Destroying timer event 0x2aa8900 ltdb_timeout

ldb: tevent: Ending timer event 0x2a52c60 ltdb_callback

gendb_search_v: NULL
objectSid=\01\05\00\00\00\00\00\05\15\00\00\00\FC]\AEv\A3\A4\C1\82\FCX\DEQ\04\00\00
- 0
ldb: tevent: Added timed event ltdb_callback: 0x2f31c50

ldb: tevent: Added timed event ltdb_timeout: 0x2aa8900

ldb: tevent: Destroying timer event 0x2aa8900 ltdb_timeout

ldb: tevent: Ending timer event 0x2f31c50 ltdb_callback

gendb_search_v: NULL
objectSid=\01\05\00\00\00\00\00\05\15\00\00\00\FC]\AEv\A3\A4\C1\82\FCX\DE\01\02\00\00
- 0
ldb: tevent: Added timed event ltdb_callback: 0x34c6360

ldb: tevent: Added timed event ltdb_timeout: 0x2c06750

ldb: tevent: Destroying timer event 0x2c06750 ltdb_timeout

ldb: tevent: Ending timer event 0x34c6360 ltdb_callback

gendb_search_v: NULL objectSid=\01\02\00\00\00\00\00\05\20\00\00\00\21\02\00\00
- 0
ldb: tevent: Added timed event ltdb_callback: 0x2c06750

ldb: tevent: Added timed event ltdb_timeout: 0x34c6360

ldb: tevent: Destroying timer event 0x34c6360 ltdb_timeout

ldb: tevent: Ending timer event 0x2c06750 ltdb_callback

gendb_search_v: NULL objectSid=\01\01\00\00\00\00\00\01\00\00\00\00 - 0
ldb: tevent: Added timed event ltdb_callback: 0x34c6360

ldb: tevent: Added timed event ltdb_timeout: 0x2c06750

ldb: tevent: Destroying timer event 0x2c06750 ltdb_timeout

ldb: tevent: Ending timer event 0x34c6360 ltdb_callback

gendb_search_v: NULL objectSid=\01\01\00\00\00\00\00\05\02\00\00\00 - 0
ldb: tevent: Added timed event ltdb_callback: 0x2c06750

ldb: tevent: Added timed event ltdb_timeout: 0x34c6360

ldb: tevent: Destroying timer event 0x34c6360 ltdb_timeout

ldb: tevent: Ending timer event 0x2c06750 ltdb_callback

gendb_search_v: NULL objectSid=\01\01\00\00\00\00\00\05\0B\00\00\00 - 0
Mandatory SMB signing enabled!
SMB signing enabled!
sign_outgoing_message: SENT SIG (seq: 1): sent SMB signature of
[] 1C 99 2C 12 83 F8 8B 57..,W 
[] AB 71 B4 C9 E7 F2 14 B1.q.. 
Seen valid packet, so turning signing on
Seen valid packet, so marking signing as 'seen valid'
switch message SMBtconX (task_id 0.57)
sign_outgoing_message: SENT SIG (seq: 3): sent SMB signature of
[] E6 CA BD 7E BD A1 3C BC...~... 
[] 80 11 A4 40 31 E0 0D 6C...@1..l 
switch message SMBntcreateX (task_id 0.57)
sign_outgoing_message: SENT SIG (seq: 5): sent SMB signature of
[] 51 EC C7 7A 10 FF BB 10Q..z 
dreplsrv_notify_schedule(5) scheduled for: Thu Dec 13 22:49:06 2012 CET
dreplsrv_notify_schedule(5) scheduled for: Thu Dec 13 22:49:11 2012 CET
dreplsrv_notify_schedule(5) scheduled for: Thu Dec 13 22:49:16 2012 CET
[] FD 09 AC F6 D9 BF 01 71...q 
switch message SMBtdis (task_id 0.57)

[SOGo] BTS activities for Thursday, December 13 2012

2012-12-13 Thread SOGo reporter
Title: BTS activities for Thursday, December 13 2012





  
BTS Activities

  Home page: http://www.sogo.nu/bugs
  Project: SOGo
  For the period covering: Thursday, December 13 2012

  
  
idlast updatestatus (resolution)categorysummary
	
	
	  
	
1775
	2012-12-13 14:31:57
	updated (open)
	Backend Calendar
	Full day events synced from Outlook and imported from K5N webcalendar show on wrong day
	
	  
	
2146
	2012-12-13 06:18:06
	new (open)
	Documentation
	Full configuration documentation
	
	  
	
  
  




Re: [SOGo] Is there a Release Plan so one can schedule updates?

2012-12-13 Thread Marcel Waldvogel
Götz,

the best indication is http://www.sogo.nu/bugs/roadmap_page.php ; there you can 
see how far the great guys at Inverse have progressed toward the new version. 
Interim releases (2.0.3a) happen unscheduled, i.e. when a nasty bug crept 
undetected into an official release.

BTW: The guys at Inverse live from support contracts and paid developments; so 
if you have a particular need, get in touch with them directly, and then you 
also know when the feature will be realised.

All the best from the south,
-Marcel

Am 13.12.2012 um 11:58 schrieb Götz Reinicke - IT Koordinator 
goetz.reini...@filmakademie.de:

 Hi folks,
 
 first of all: SOGo is so far a great product! Thanks for all developers
 and helping hands!
 
 Regarding update scheduling I'd like to know what are your rules to
 release a new (sub) version?
 
 I see a lot of updates and changes done nearly daily but haven't seen
 any pattern for releases.
 
 May be I'm missing something but would be nice to know when a new
 release is to be expected.
 
   Regards . Götz
 -- 
 Götz Reinicke
 IT-Koordinator
 
 Tel. +49 7141 969 82 420
 Fax  +49 7141 969 55 420
 E-Mail goetz.reini...@filmakademie.de
 
 Filmakademie Baden-Württemberg GmbH
 Akademiehof 10
 71638 Ludwigsburg
 www.filmakademie.de
 
 Eintragung Amtsgericht Stuttgart HRB 205016
 
 Vorsitzender des Aufsichtsrats: Jürgen Walter MdL
 Staatssekretär im Ministerium für Wissenschaft,
 Forschung und Kunst Baden-Württemberg
 
 Geschäftsführer: Prof. Thomas Schadt
 



smime.p7s
Description: S/MIME cryptographic signature