[SOGo] IMAP features help

2013-02-27 Thread Szládovics Péter
Dear Gents,

I have a fully configured SOGo environment. The Samba4 gives the DNS,
LDAP and Kerberos services. Postfix is the MTA with LDAP based virtusers
through Dovecot, and it provides the SMTP/SSL auth for external users
through Saslauthd with LDAP based auth.
Dovecot provides the maildirs of LDAP based virtusers.
SOGo is working, OpenChange and Sogosync is configured for the
ActiveSync featured mobile devices.

Some features is need to configure, but I don't know how can I do it
perfectly.

1. Maildir quota
I'd like to set it up under Dovecot, but LDAP group based. E.g. Users in
OneGig groups has 1GB qouta, and users in TwoGig groups has 2GB, and etc.
Of course, if the user moved an other group, the quota must be changed
automatically. If the user is member of two (or more) group, the quota
settings let the larger - so, in the previous example -, if the user is
member the OneGig and TwoGig groups at the same time, the quota should 2GB.

How can I do this under Dovecot? If you have any example config, don't
hesitate to send it me.

2. Sieve and vacation settings
I'd like to let users to handle it over SOGo web interface.
The sieve is absolutely unknown for me, so I thanks any help in this
subject.

Thanks,
Peti

(P.S.: I'm Hungarian, and my English is not too clear - so, I thanks
your patience)
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Problem inviting attendee

2013-02-27 Thread Christian Mack
Hello Lukas Kamber


Am 2013-02-26 16:23, schrieb Lukas Kamber:
 
 we have a problem that we can't invite attendees to an event anymore.
 The problem is the AJAX call that queries the free/busy times of the
 attendee. In the URL it uses a numeric id instead of a username:
 Wrong URL:
 https://[SOGO
 host]/SOGo/so/2020/freebusy.ifb/ajaxRead?sday=20130217eday=20130309
 
 Correct URL:
 https://[SOGO
 host]/SOGo/so/lukas.kamber/freebusy.ifb/ajaxRead?sday=20130217eday=20130309
 
 This used to work in earlier 2.0.x versions. We have our users stored in
 an Active Directory. Is this a known issue or does anyone have a hint if
 I have to change the user data in the Active Directory?
 

You have to provide some additional info for us.
What does your configuration look like?
Especially your SOGoUserSources?


Kind regards,
Christian Mack

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


Re: [SOGo] - Ldap Filter don't work

2013-02-27 Thread Christian Mack
Hello Dario Carbone


Am 2013-02-26 16:21, schrieb Dario Carbone:
 Il 26/02/2013 14:59, Christian Mack ha scritto:

 Am 2013-02-26 10:27, schrieb Dario Carbone:
 Here my .GNUstepDefaults :

 dict
 keyCNFieldName/key
 stringcn/string
 keyIDFieldName/key
 stringuid/string
 keyMailFieldNames/key
 string(mail,)/string
 keySOGoLDAPQueryTimeout/key
 string20/string
 keyUIDFieldName/key
 stringuid/string
 keybaseDN/key
 stringdc=primeur,dc=com/string
 keybindFields/key
 array
 stringuid/string
 /array
 keycanAuthenticate/key
 stringNO/string
 keydisplayName/key
 stringPrimeur Global/string
 keyfilter/key
 string
 (memberOf='cn=AddressBook,ou=Groups,dc=primeur,dc=com')/string
 keyhostname/key
 string192.168.20.115/string
 keyid/key
 stringPrimeur_LDAP/string
 keyisAddressBook/key
 stringYES/string
 keypasswordPolicy/key
 stringNO/string
 keyport/key
 string389/string
 keyscope/key
 stringSUB/string
 keytype/key
 stringldap/string
 /dict

 I've created a group on OpenLDAP and addess some users, but on the slapd
 log i've undefined filter. see the log :

 ldapserver:/var/log # cat messages | grep conn=2843622
 Feb 26 10:23:31 atlante slapd[10022]: conn=2843622 fd=65 ACCEPT from
 IP=192.168.20.115:43613 (IP=0.0.0.0:389)
 Feb 26 10:23:31 atlante slapd[10022]: conn=2843622 op=0 BIND dn=
 method=128t
 Feb 26 10:23:31 atlante slapd[10022]: conn=2843622 op=0 RESULT tag=97
 err=0 text=
 Feb 26 10:23:31 atlante slapd[10022]: *conn=2843622 op=1 SRCH
 base=dc=primeur,dc=com scope=2 deref=0 filter=((cn=*)(?=undefined))*
 Feb 26 10:23:31 atlante slapd[10022]: conn=2843622 op=1 SRCH attr=*
 Feb 26 10:23:31 atlante slapd[10022]: conn=2843622 op=1 SEARCH RESULT
 tag=101 err=0 nentries=0 text=
 Feb 26 10:23:31 atlante slapd[10022]: conn=2843622 op=2 UNBIND
 Feb 26 10:23:31 atlante slapd[10022]: conn=2843622 fd=65 closed

 What's wrong ?
 The Address Book make me crazy!!!


 Do you mean this bug?
 http://www.sogo.nu/bugs/view.php?id=2169

 
 I don't think, because i do the auth on Active Directory and the users
 search on OpenLDAP to load the Address Book.
 But I think there is something in filter parsing, but I don't know how
 is the code/script to do this.
 

Could you provide an LDIF of an user in this group and an LDIF of your
group?


Kind regards,
Christian Mack

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


Re: [SOGo] - Ldap Filter don't work

2013-02-27 Thread Dario Carbone

  
  
Il 27/02/2013 11:05, Christian Mack ha
  scritto:


  Hello Dario Carbone


Am 2013-02-26 16:21, schrieb Dario Carbone:

  
Il 26/02/2013 14:59, Christian Mack ha scritto:


  
Am 2013-02-26 10:27, schrieb Dario Carbone:

  
Here my .GNUstepDefaults :

dict
keyCNFieldName/key
stringcn/string
keyIDFieldName/key
stringuid/string
keyMailFieldNames/key
string(mail,)/string
keySOGoLDAPQueryTimeout/key
string20/string
keyUIDFieldName/key
stringuid/string
keybaseDN/key
stringdc=primeur,dc=com/string
keybindFields/key
array
stringuid/string
/array
keycanAuthenticate/key
stringNO/string
keydisplayName/key
stringPrimeur Global/string
keyfilter/key
string
(memberOf='cn=AddressBook,ou=Groups,dc=primeur,dc=com')/string
keyhostname/key
string192.168.20.115/string
keyid/key
stringPrimeur_LDAP/string
keyisAddressBook/key
stringYES/string
keypasswordPolicy/key
stringNO/string
keyport/key
string389/string
keyscope/key
stringSUB/string
keytype/key
stringldap/string
/dict

I've created a group on OpenLDAP and addess some users, but on the slapd
log i've undefined filter. see the log :

ldapserver:/var/log # cat messages | grep conn=2843622
Feb 26 10:23:31 atlante slapd[10022]: conn=2843622 fd=65 ACCEPT from
IP=192.168.20.115:43613 (IP=0.0.0.0:389)
Feb 26 10:23:31 atlante slapd[10022]: conn=2843622 op=0 BIND dn=""
method=128t
Feb 26 10:23:31 atlante slapd[10022]: conn=2843622 op=0 RESULT tag=97
err=0 text=
Feb 26 10:23:31 atlante slapd[10022]: *conn=2843622 op=1 SRCH
base="dc=primeur,dc=com" scope=2 deref=0 filter="((cn=*)(?=undefined))"*
Feb 26 10:23:31 atlante slapd[10022]: conn=2843622 op=1 SRCH attr=*
Feb 26 10:23:31 atlante slapd[10022]: conn=2843622 op=1 SEARCH RESULT
tag=101 err=0 nentries=0 text=
Feb 26 10:23:31 atlante slapd[10022]: conn=2843622 op=2 UNBIND
Feb 26 10:23:31 atlante slapd[10022]: conn=2843622 fd=65 closed

What's wrong ?
The Address Book make me crazy!!!


  
  
Do you mean this bug?
http://www.sogo.nu/bugs/view.php?id=2169




I don't think, because i do the auth on Active Directory and the users
search on OpenLDAP to load the Address Book.
But I think there is something in filter parsing, but I don't know how
is the code/script to do this.


  
  
Could you provide an LDIF of an user in this group and an LDIF of your
group?


Kind regards,
Christian Mack



User :

dn: uid=user1,ou=Group1,ou=Users,dc=primeur,dc=com
objectClass: top
objectClass: person
objectClass: organizationalPerson
objectClass: inetOrgPerson
objectClass: posixAccount
objectClass: shadowAccount
objectClass: sambaSamAccount
uid: user1
uidNumber: 2424
gidNumber: 513
loginShell: /bin/bash
gecos: System User
userPassword: {SHA}wc45o+kQbuY95Gd3n9hdwdh8CAg=
userPassword: {SHA}nxXj9Ve3UtHqjdD+FGH3USCzljY=
sn: user1
homeDirectory: /home/user1
cn: user1
shadowFlag: 0
shadowMin: 0
shadowMax: 9
shadowWarning: 0
shadowInactive: 9
shadowLastChange: 12011
shadowExpire: 9
sambaKickoffTime: 2147483647
sambaAcctFlags: [U]
sambaSID: S-1-5-21-3692295675-382424995-2796369013-5848
sambaDomainName: PRIMEUR
sambaPrimaryGroupSID: S-1-5-21-3692295675-382424995-2796369013-513
sambaNTPassword: B2D9FE357CC623EF3770C3ECFE0CF7FC
sambaPwdLastSet: 1361803572

Group :

dn: cn=AddressBook,ou=Groups,dc=primeur,dc=com
objectClass: posixGroup
objectClass: top
cn: AddressBook
memberUid: user1
memberUid: user2
memberUid: user3
memberUid: user4
memberUid: user5
gidNumber: 19779

Thanks

-- 
  
  
  

  
 


 Carbone Dario
  | Primeur Sales 
Marketing
  IT Service Department
  Mobile:3488960584
  | Email |  linkedin | skype 
  
  
  

  

  



Re: [SOGo] Problem inviting attendee

2013-02-27 Thread Lukas Kamber
Hello Christian,we are running the latest version of SOGo, User Sources: keySOGoUserSources/key array dict keyCNFieldName/key stringcn/string keyIDFieldName/key stringsAMAccountName/string keyUIDFieldName/key
 p; stringsAMAccountName/string keybaseDN/key stringDC=intranet,DC=domain,DC=ch/string keybindDN/key stringCN=account,OU=group,OU=company,DC=intranet,DC=domain,DC=ch/string keybindFields/key array
  stringsAMAccountName/string /array keybindPassword/key string*/string keycanAuthenticate/key stringYES/string keydisplayName/key
 bsp; stringActive Directory/string keyhostname/key string/string keyid/key stringActiveDirectory/string keyisAddressBook/key stringNo/string keyport/key
 sp; string389/string keyscope/key stringsub/string keytype/key stringldap/string /dict dictIs this useful to you?Thanks for your kind helpLukasAm Mittwoch, 27. Februar 2013 10:56 CET, Christian Mack christian.m...@uni-konstanz.de s
 chrieb:Hello Lukas KamberAm 2013-02-26 16:23, schrieb Lukas Kamber: we have a problem that we cant invite attendees to an event anymore. The problem is the AJAX call that queries the free/busy times of the attendee. In the URL it uses a numeric id instead of a username: Wrong URL: https://[SOGO host]/SOGo/so/2020/freebusy.ifb/ajaxRead?sday=20130217eday=20130309 Correct URL: https://[SOGO host]/SOGo/so/lukas.kamber/freebusy.ifb/ajaxRead?sday=20130217eday=20130309 This used to work in earlier 2.0.x versions. We have our users stored in an Active Directory. Is this a known issue or does anyone have a hint if I have to change the user data in the Active Directory?You have to provide some additional info
  for us.What does your configuration look like?Especially your SOGoUserSources?Kind regards,Christian Mack--Christian MackGruppe InformationsdiensteRechenzentrum Universitt Konstanz--users@sogo.nuhttps://inverse.ca/sogo/lists


[SOGo] SOGo LDAP authentication Funambol

2013-02-27 Thread Sean M. Pappalardo

Hello.

The SOGo installtion guide says that by using a sogoofficer.xml in 
Funambol, it will authenticate anyone who can authenticate to SOGo. This 
is the case when I store SOGo users in Postgres, but now I'm doing so in 
LDAP and this authentication doesn't work: Funambol doesn't 
auto-provision users even though they can log in to SOGo web interface 
successfully.


The funambol log shows:
Authentication failed for device IMEI:###. Make sure that the client 
used correct username and password and that there is a principal 
associating the user  to the device.


Obviously there's not yet a principal since I want it to auto-provision.

Let me know what I should try next.

Sincerely,
Sean M. Pappalardo
Sr. Networks Engineer
Renegade Technologies
spappala...@renegadetech.com
Office: (630) 631-6188
http://www.renegadetech.com



smime.p7s
Description: S/MIME Cryptographic Signature


Re: [SOGo] IMAP features help

2013-02-27 Thread Gémes Géza

Hi,

I'm afraid that I'm able to give only a partial answer:

Dear Gents,

I have a fully configured SOGo environment. The Samba4 gives the DNS,
LDAP and Kerberos services. Postfix is the MTA with LDAP based virtusers
through Dovecot, and it provides the SMTP/SSL auth for external users
through Saslauthd with LDAP based auth.
Dovecot provides the maildirs of LDAP based virtusers.
SOGo is working, OpenChange and Sogosync is configured for the
ActiveSync featured mobile devices.

Some features is need to configure, but I don't know how can I do it
perfectly.

1. Maildir quota
I'd like to set it up under Dovecot, but LDAP group based. E.g. Users in
OneGig groups has 1GB qouta, and users in TwoGig groups has 2GB, and etc.
Of course, if the user moved an other group, the quota must be changed
automatically. If the user is member of two (or more) group, the quota
settings let the larger - so, in the previous example -, if the user is
member the OneGig and TwoGig groups at the same time, the quota should 2GB.

How can I do this under Dovecot? If you have any example config, don't
hesitate to send it me.
I'm not sure about this (using cyrus ( switched from courier (switched 
from uw-imapd))).
But it looks like you are going to need to write a script which would 
(possible launched from cron) adjust the quota according to the group 
membership.


2. Sieve and vacation settings
I'd like to let users to handle it over SOGo web interface.
The sieve is absolutely unknown for me, so I thanks any help in this
subject.

Thanks,
Peti
Sogo is still at the experimentation stage at my site, but sieve (I use 
it for the day I've switched to cyrus (approx 6 years ago)) is a way to 
be able to manipulate from a MUA (e.g. Thunderbird with the Sieve 
extension, or squirrelmail with the avelsieve plugin) mail filters which 
run at the moment the mail gets delivered to your IMAP server. In this 
regard the imap server (at least in the case of cyrus) it provides a 
daemon called timsieved which listens to connections from MUAs in order 
to manipulate sieve filters.


(P.S.: I'm Hungarian, and my English is not too clear - so, I thanks
your patience)

I'm hungarian too, so sorry for my bad english ;-)

Regards

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


Re: [SOGo] Updated Documentation 2.0.4

2013-02-27 Thread Olivier Bitsch
I have made à documentation myself available at
http://iabsis.com/EN/article/35/Installation-de-Samba4-et-Openchange-sur-un-serveur-Debian-ou-Ubuntu

Let me à comment :D
Le 27 févr. 2013 22:02, theonlytalkingg...@gmail.com a écrit :

 Does anyone know of a comprehensive installation and usage guide for
 2.0.4? I
 installed it on Ubuntu, using apt-get, and the documentation from the
 website
 is horribly wrong, for the most part. None of it works and it's outdated.

 I can't find any information about how SOGo interacts with Apache. Most of
 the
 files are not in the same place... Help.
 --
 users@sogo.nu
 https://inverse.ca/sogo/lists

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

Re: [SOGo] Multiple Funambol server paths?

2013-02-27 Thread Sean Deschamps
Thanks, yes it does.  I had one sync error and will test again eventually
but for now am using a different account for each calendar anyways.  The
Android client supports auto-sync of multiple profiles at once (each can
have any account or server path).

On Wed, Feb 20, 2013 at 10:25 AM, Louis-Philippe Gauthier 
lpgauth...@gmail.com wrote:

 Hi,

 In calendar properties in the SOGo webmail, you have the option
 Synchronisation with a tag string to identify the calendar.

 You must do it for each calendar you want to syncrhonize.

 It is checked by default for the personal calendar.


 I hope that help you!



 2013/2/19 Sean Deschamps sean.a.descha...@gmail.com

 Hello I am trying to sync multiple calendars to an Android application,
 but this requires multiple server paths.

 Using http://domain/funambol/ds as instructed, but this sync only the
 primary calendar.  Is it possible to access the others?

 Thank you,
 Sean




 --
 Louis-Philippe Gauthier

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

[SOGo] BTS activities for Wednesday, February 27 2013

2013-02-27 Thread SOGo reporter
Title: BTS activities for Wednesday, February 27 2013





  
BTS Activities

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

  
  
idlast updatestatus (resolution)categorysummary
	
	
	  
	
2257
	2013-02-27 09:48:49
	assigned (open)
	Backend Address Book
	"mapping" doesn't overwrite existing values
	
	  
	
2256
	2013-02-27 08:36:37
	assigned (open)
	Backend General
	SOGo does not release LDAP connections