Re: [SOGo] Proposed Events

2012-07-25 Thread Alessio Fattorini

Il 23/07/2012 22:23, Ludovic Marcotte ha scritto:

On 23/07/12 16:19, Ronald J Yacketta wrote:

Is their any other notification of new events other than via e-mail or on
the actual WebUI calendar?

Not for now.


Is it a new feature of 1.3.17? :-)


--
Alessio Fattorini (alessio.fattor...@nethesis.it)

nethesis srl - Via degli Olmi 16/4 - 61100 Pesaro (PU)
tel. +39 0721 405516 - fax +39 0721 268147
www.nethesis.it - i...@nethesis.it
--
users@sogo.nu
https://inverse.ca/sogo/lists


[SOGo] Days between responses problem

2012-07-25 Thread Kamil Gmyrek

Hello SOGo users
I have problems with vacation
it seems that the setting Days between responses is not working for me 
correctly. I don't know how to debug the problem.
SOGo is autoreplaying to every email sent and it should send a reply 
after the value set in Days between responses.


SOGo is running on Debian GNU/Linux 6.0 installed from the repo sogo 1.3.12c

--
Kamil Gmyrek
New Vision
--
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] CardDAV iPhone

2012-07-25 Thread Marc Patermann

Daniel,

Daniel Berteaud schrieb (24.07.2012 17:05 Uhr):

Le 20/07/2012 14:05, Marc Patermann a écrit :



I successfully connected an iPhone to SOGo via CardDAV. The iPhone is
not complaining about the connection. A Virtualhost on port 8800 is 
active.

I see OPTION and PROFIND action in Apache accesslog and in sogo.log for
/SOGo/dav/test1/.

But on the iPhone I cannot see contacts from the server and contacts
added on the iPhone are not synced to the server.
(CalDAV works as expected.)
I got a backup for the user and the file does only include the contact
added via webGUI or Thunderbird.

What is happening here?
With which debug setting can I see what is wrong?


Can you post your apache config, the problem might be here.

I started a new test.
On a new ZEG image I installed my gnustep defaults file.
Added a few calendars, apointments, address books and contacts via WebGUI.
Changed Apache's ports.conf to listen on 8843 too.
Added your virtualhost as sogo-carddav.conf in conf.d.


For example, here's the apache conf I've added to make Carddav working:

VirtualHost 0.0.0.0:8843
ServerName sogo.domain.tld
SSLEngine On
ProxyRequests Off
SetEnv proxy-nokeepalive 1
ProxyPreserveHost On
ProxyPassInterpolateEnv On
RewriteEngine On
RewriteRule /principals(.*) /$1 [L,R]
RewriteRule /SOGo/dav(.*) /$1 [L,R]
ProxyPass / http://127.0.0.1:2/SOGo/dav/ interpolate

Proxy http://127.0.0.1:2
RequestHeader set x-webobjects-server-port 8843
RequestHeader set x-webobjects-server-name sogo.domain.tld:8843
RequestHeader set x-webobjects-server-url https://sogo.domain.tld:8843;
RequestHeader set x-webobjects-server-protocol HTTP/1.0
RequestHeader set x-webobjects-remote-host 127.0.0.1
AddDefaultCharset UTF-8
Order allow,deny
Allow from all
/Proxy
/VirtualHost

I had to a2enmod ssl.
And add the certificate settings to the virtualhost.
After successful restart of Apache, I connected via Safari to store the 
certificate and configured the new CardDAV server in the settings.


Nothing changed for the iPhone. :(
The entries in sogo.log are still the same (see 
https://inverse.ca/sogo/lists/arc/users/2012-07/msg00185.html)



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

Re: [SOGo] CardDAV iPhone

2012-07-25 Thread Wolfgang Hennerbichler



On 07/25/2012 12:59 PM, Marc Patermann wrote:


Nothing changed for the iPhone. :(
The entries in sogo.log are still the same (see
https://inverse.ca/sogo/lists/arc/users/2012-07/msg00185.html)


does it _have_ to be apache? if not, I'd have a working nginx 
configuration for you, if you're interested.




Marc


--
http://www.wogri.com
--
users@sogo.nu
https://inverse.ca/sogo/lists


[SOGo] Sieve Integration in SOGo

2012-07-25 Thread Dominique

Hi

We run a Cyrus/Sieve Server with SOGo. However, the sieve integration in 
SOGo is less than perfect (sorry). On one end, SOGo offers Vacations and 
Forward options but on the other end no easy way to 
access/edit/maintain/create/... sieve rules - including those two options.


Could a new admin page be created to manage sieve (when available in the 
server as per the .GNUstepDefaults file) through the SOGo webgui to 
allow users to maintain their rules by themselves ? It seems that Sieve 
is already somewhat supported by SOGo. Why not finish the integration 
and offer to use either one or the other option or both?


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


Re: [SOGo] CardDAV iPhone

2012-07-25 Thread Marc Patermann

Wolfgang,

Wolfgang Hennerbichler schrieb (25.07.2012 13:07 Uhr):

On 07/25/2012 12:59 PM, Marc Patermann wrote:


Nothing changed for the iPhone. :(
The entries in sogo.log are still the same (see
https://inverse.ca/sogo/lists/arc/users/2012-07/msg00185.html)


does it _have_ to be apache? if not, I'd have a working nginx 
configuration for you, if you're interested.

it depends. :)
This is an early test installation to show: Yes, it works here.
That's why I take ZEG and just change the gnustep to use my mail and 
ldap servers.


If using nginx means nothing more than:
- apt-get install nginx
- shutdown apache
- copy your config to the right place
- change hostnames
- start nginx
- use the iPhone successfully,
I'll give it a try. :)

Marc

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


Re: [SOGo] Sieve Integration in SOGo

2012-07-25 Thread Andreas Balg


Hey Dominique:

Log in and go to Preferences - Email - What you see there in the 
field at the bottom named Filter are sieve rules nothing else 
manageable by the user even with an assisant. What else would you expect 
?? Free-Style manual sieve rules probably won't be of too much help to 
that many people ;-)


Cheers
Andreas

Am 25.07.2012 13:06, schrieb Dominique:

Hi

We run a Cyrus/Sieve Server with SOGo. However, the sieve integration 
in SOGo is less than perfect (sorry). On one end, SOGo offers 
Vacations and Forward options but on the other end no easy way to 
access/edit/maintain/create/... sieve rules - including those two 
options.


Could a new admin page be created to manage sieve (when available in 
the server as per the .GNUstepDefaults file) through the SOGo webgui 
to allow users to maintain their rules by themselves ? It seems that 
Sieve is already somewhat supported by SOGo. Why not finish the 
integration and offer to use either one or the other option or both?


Dominique





smime.p7s
Description: S/MIME Kryptografische Unterschrift


Re: [SOGo] Days between responses problem

2012-07-25 Thread Kamil Gmyrek

On 25.07.2012 12:30, Kamil Gmyrek wrote:

Hello SOGo users
I have problems with vacation
it seems that the setting Days between responses is not working for me
correctly. I don't know how to debug the problem.
SOGo is autoreplaying to every email sent and it should send a reply
after the value set in Days between responses.

SOGo is running on Debian GNU/Linux 6.0 installed from the repo sogo
1.3.12c


SOLVED
The problem is not SOGo but my dovecot config and no homedirs for 
virtual users


--
Kamil Gmyrek
New Vision
--
users@sogo.nu
https://inverse.ca/sogo/lists


[SOGo] Sogo with Active Directory

2012-07-25 Thread nicolas
Hi All !

I've just installed a Debian 6.0.5 to create a SOGo server.

I already have an Active Directory wich works fine.

I've done all configuration of SOGo, but I can't login with an account of my
AD.

Here's my config file (I deleted configs that I thank useless) :


keyOCSFolderInfoURL/key
stringmysql://sogo:pwsd@localhost:3306/sogo/sogo_folder_info/string

keyOCSSessionsFolderURL/key
   
stringmysql://sogo:pswd@localhost:3306/sogo/sogo_sessions_folder/string

keySOGoAuthenticationMethod/key
stringLDAP/string

keySOGoProfileURL/key
   
stringmysql://sogo:sogo@localhost:3306/sogo/sogo_user_profile/string

keySOGoSieveScriptsEnabled/key
stringYES/string

keySOGoSieveServer/key
stringsieve://mx.resfrox.lan:2000/string

keySOGoUserSources/key
keySOGoUserSources/key
array
dict
keytype/key
stringldap/string


keyCNFieldName/key
stringcn/string

keyIDFieldName/key
stringcn/string

keyUIDFieldName/key
stringsAMAccountName/string

keybaseDN/key
stringcn=Users,dc=domain,dc=lan/string

keybindDN/key
strings...@domain.lan/string (also used DOMAIN\sogo,
cn=sogo,dc=domain,dc=lan)

keybindPassword/key
stringSOGoADAccountPasswd/string

   #keybindFields/key
#stringsAMAccountName/string (with or without, no change...)   


keycanAuthenticate/key
stringYES/string

keydisplayName/key
stringActive Directory/string

keyhostname/key
string192.168.x.x/string

keyid/key
stringActiveDirectory/string

keyisAddressBook/key
stringNO/string

keyport/key
string389/string

keyscope/key
stringsub/string
/dict

/array

keyWOWorkersCount/key
string3/string
/dict
/dict
/plist

And here's the log file :
Jul 25 16:24:36 sogod [13802]: 0x0x9338218[SOGoCache] Cache cleanup interval
set every 300.00 seconds
Jul 25 16:24:36 sogod [13802]: 0x0x9338218[SOGoCache] Using host(s)
'localhost' as server(s)
2012-07-25 16:24:36.319 sogod[13802] Note(SoObject): SoDebugKeyLookup is
enabled!
2012-07-25 16:24:36.320 sogod[13802] Note(SoObject): SoDebugBaseURL is enabled!
2012-07-25 16:24:36.320 sogod[13802] Note(SoObject): relative base URLs are
enabled.
2012-07-25 16:24:36.322 sogod[13802] ERROR(-[NGBundleManager bundleWithPath:]):
could not create bundle for path:
'/usr/share/GNUstep/Libraries/gnustep-base/Versions/1.20/Resources/SSL.bundle'
2012-07-25 16:24:36.327 sogod[13802] WOCompoundElement: pool embedding is on.
2012-07-25 16:24:36.327 sogod[13802] WOCompoundElement: id logging is on.
Jul 25 16:24:36 sogod [13802]: SOGoRootPage Login for user 'u...@mydomain.lan'
might not have worked - password policy: 65535  grace: -1  expire: -1  bound: 0
localhost - - [25/Jul/2012:16:24:36 GMT] POST /SOGo/connect HTTP/1.1 403
34/66 0.018 - - 2M
2012-07-25 16:25:16.245 sogod[13802] Note: Using UTF-8 as URL encoding in
NGExtensions.
Jul 25 16:25:16 sogod [13802]: SOGoRootPage Login for user 'u...@mydomain.lan'
might not have worked - password policy: 65535  grace: -1  expire: -1  bound: 0
localhost - - [25/Jul/2012:16:25:16 GMT] POST /SOGo/connect HTTP/1.1 403
34/104 0.004 - - 12K

I also add that I've a server for SOGo, another one for Mails
(Postfix/dovecot), and onther one for AD. Mails user do their authentication on
AD server without problem.

I'm becoming silly, thanks for your help ;)

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


[SOGo] URL trouble when adding external calendar

2012-07-25 Thread Jérôme GALLOT

Hello,

I'm looking for some information about URL rules when adding external 
online calendar in Sogo :


- On Sogo 1.3.16 (stable) :

we can't add  an external  calendar with an url of this type : 
https://www.mysite.com/generate_ics.php?myparameter=something


generate_ics.php is a script which create dynamically an ICS file...

Sogo  remove :  ?myparameter=something, so we can't get a correct file

- On Sogo 2.0.00 (version of 4 march 2012), the problem doesn't appear

So, is this problem linked to the configuration or should I open a bug 
or an evolution request ?



Regards

 -- 
Jérôme GALLOT

Intervenant FA06 pour l'UNR-RUNN
Université de Caen Basse-Normandie
CRISI - DRS


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


Re: [SOGo] Sogo with Active Directory

2012-07-25 Thread Nicolas France Oxygene

  
  
Le 25/07/2012 16:29,
  nico...@franceoxygene.fr a crit:


  Hi All !

I've just installed a Debian 6.0.5 to create a SOGo server.

I already have an Active Directory wich works fine.

I've done all configuration of SOGo, but I can't login with an account of my
AD.

Here's my config file (I deleted configs that I thank useless) :


	keyOCSFolderInfoURL/key
	stringmysql://sogo:pwsd@localhost:3306/sogo/sogo_folder_info/string

	keyOCSSessionsFolderURL/key
   
stringmysql://sogo:pswd@localhost:3306/sogo/sogo_sessions_folder/string

	keySOGoAuthenticationMethod/key
	stringLDAP/string

	keySOGoProfileURL/key
   
stringmysql://sogo:sogo@localhost:3306/sogo/sogo_user_profile/string

	keySOGoSieveScriptsEnabled/key
	stringYES/string

	keySOGoSieveServer/key
	stringsieve://mx.resfrox.lan:2000/string

	keySOGoUserSources/key
	keySOGoUserSources/key
	array
	dict
	keytype/key
	stringldap/string


		keyCNFieldName/key
		stringcn/string

		keyIDFieldName/key
		stringcn/string

		keyUIDFieldName/key
		stringsAMAccountName/string

		keybaseDN/key
		stringcn=Users,dc=domain,dc=lan/string

		keybindDN/key
		strings...@domain.lan/string (also used DOMAIN\sogo,
cn=sogo,dc=domain,dc=lan)

		keybindPassword/key
		stringSOGoADAccountPasswd/string
		
		   #keybindFields/key
	#stringsAMAccountName/string (with or without, no change...)   
	

		keycanAuthenticate/key
		stringYES/string

		keydisplayName/key
		stringActive Directory/string

		keyhostname/key
		string192.168.x.x/string

		keyid/key
		stringActiveDirectory/string

		keyisAddressBook/key
		stringNO/string

		keyport/key
		string389/string

		keyscope/key
		stringsub/string
	/dict

	/array	

	keyWOWorkersCount/key
	string3/string
/dict
/dict
/plist

And here's the log file :
Jul 25 16:24:36 sogod [13802]: 0x0x9338218[SOGoCache] Cache cleanup interval
set every 300.00 seconds
Jul 25 16:24:36 sogod [13802]: 0x0x9338218[SOGoCache] Using host(s)
'localhost' as server(s)
2012-07-25 16:24:36.319 sogod[13802] Note(SoObject): SoDebugKeyLookup is
enabled!
2012-07-25 16:24:36.320 sogod[13802] Note(SoObject): SoDebugBaseURL is enabled!
2012-07-25 16:24:36.320 sogod[13802] Note(SoObject): relative base URLs are
enabled.
2012-07-25 16:24:36.322 sogod[13802] ERROR(-[NGBundleManager bundleWithPath:]):
could not create bundle for path:
'/usr/share/GNUstep/Libraries/gnustep-base/Versions/1.20/Resources/SSL.bundle'
2012-07-25 16:24:36.327 sogod[13802] WOCompoundElement: pool embedding is on.
2012-07-25 16:24:36.327 sogod[13802] WOCompoundElement: id logging is on.
Jul 25 16:24:36 sogod [13802]: SOGoRootPage Login for user 'u...@mydomain.lan'
might not have worked - password policy: 65535	grace: -1  expire: -1  bound: 0
localhost - - [25/Jul/2012:16:24:36 GMT] "POST /SOGo/connect HTTP/1.1" 403
34/66 0.018 - - 2M
2012-07-25 16:25:16.245 sogod[13802] Note: Using UTF-8 as URL encoding in
NGExtensions.
Jul 25 16:25:16 sogod [13802]: SOGoRootPage Login for user 'u...@mydomain.lan'
might not have worked - password policy: 65535	grace: -1  expire: -1  bound: 0
localhost - - [25/Jul/2012:16:25:16 GMT] "POST /SOGo/connect HTTP/1.1" 403
34/104 0.004 - - 12K

I also add that I've a server for SOGo, another one for Mails
(Postfix/dovecot), and onther one for AD. Mails user do their authentication on
AD server without problem.

I'm becoming silly, thanks for your help ;)

Nicolas


I just realized that the config file wasn't "clean" (double
keys...), I cleaned it, but no changes...

-- 
  
  
  

  
  


Nicolas
Cauchie
  France Oxygne
  7, route d'Ennevelin
  59 710 Avelin
  
  03 28 55 96 59
  nico...@franceoxygene.fr
  
  www.franceoxygene.fr  

  

  

  



Re: [SOGo] Sogo with Active Directory

2012-07-25 Thread Martin Rabl

Hi,

Am 25.07.2012 16:38, schrieb Nicolas France Oxygene:
 Le 25/07/2012 16:29, nico...@franceoxygene.fr a écrit :
 I've just installed a Debian 6.0.5 to create a SOGo server.
 I already have an Active Directory wich works fine.
 I've done all configuration of SOGo, but I can't login
 with an account of my
 AD.

What is your login for the WebGUI?
We use the the sAMAccountName (ie. mra for me).

Here are our running configuration:
dict
keyCNFieldName/key
stringdisplayName/string
keyIDFieldName/key
stringcn/string
keyUIDFieldName/key
stringsAMAccountName/string
keyIMAPLoginFieldName/key
stringsAMAccountName/string
keybaseDN/key
stringCN=Users,DC=example,DC=com/string
keybindDN/key
stringCN=Groupware,OU=Systems,CN=Users,DC=example,DC=com/string
keybindFields/key
array
stringsAMAccountName/string
/array
keybindPassword/key
stringTHIS_IS_A_SECRET/string
keycanAuthenticate/key
stringYES/string
keydisplayName/key
stringad_auth/string
keyfilter/key
	string(objectClass='person' AND 
memberOf='CN=Groupware-Accounts,CN=Users,DC=example,DC=com' AND 
userAccountControl='66048')/string

keyhostname/key
stringadserver.example.com/string
keyid/key
stringldap/string
keyisAddressBook/key
stringNO/string
keyport/key
string389/string
keyscope/key
stringsub/string
keytype/key
stringldap/string
/dict

--
Greetings,

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


Re: [SOGo] Sieve Integration in SOGo

2012-07-25 Thread Dominique

Hi Andreas,

I admit sieve rules are not simple for standard users, and I did notice 
the filter box in the Mail Pref window. But what I was looking for, was 
a way to see my existing Sieve rules in SOGo... We have several rules in 
Cyrus/Sieve and none are showing in SOGo and vice versa - SOGo/Sieve 
rules are not showing in Sieve... Hard to control what is being done and 
avoid conflicting rules.


It was just an idea, since a lot of our users use TB with Sieve in the 
office and the SOGo webgui when outside of the office. I was trying to 
be consistent between both systems.


Cheers,

Dominique

On 25/07/2012 14:48, Andreas Balg wrote:


Hey Dominique:

Log in and go to Preferences - Email - What you see there in the 
field at the bottom named Filter are sieve rules nothing else 
manageable by the user even with an assisant. What else would you 
expect ?? Free-Style manual sieve rules probably won't be of too much 
help to that many people ;-)


Cheers
Andreas

Am 25.07.2012 13:06, schrieb Dominique:

Hi

We run a Cyrus/Sieve Server with SOGo. However, the sieve integration 
in SOGo is less than perfect (sorry). On one end, SOGo offers 
Vacations and Forward options but on the other end no easy way to 
access/edit/maintain/create/... sieve rules - including those two 
options.


Could a new admin page be created to manage sieve (when available in 
the server as per the .GNUstepDefaults file) through the SOGo webgui 
to allow users to maintain their rules by themselves ? It seems that 
Sieve is already somewhat supported by SOGo. Why not finish the 
integration and offer to use either one or the other option or both?


Dominique




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


Re: [SOGo] Sieve Integration in SOGo

2012-07-25 Thread Dominique

Hi Martin,

The objective is to be consistent in environment where both TB and the 
WebGUI are in use, and avoid confusion/conflict between both systems.


I agree sieve scripts are not easy access to basic users, but that could 
be organized by having the scripts prepared by more advanced users and 
made available to all. I suppose basi users can activate/deactivate 
scripts all alone - they do much worse in other occasions.


I'll have a look at the bug you mention and push for it.

Cheers,

Dominique

On 25/07/2012 15:02, Martin Rabl wrote:
A possible solution for Dominiques request could be seen in 
http://www.sogo.nu/bugs/view.php?id=1392, but it depends on 
sieve-files which are still on the server or send to the server via 
managesieve-command or sftp or something else - but not with SOGo.


Sieve allows to store (sieve-)files on the server without activating 
them.


So, a solution could be integrating an editor field for 
clean-sieve-files in a own tab (name it Sieve ;-) in the preferences 
window. This script could be stored as is on the server (and in the 
database) and will be enabled by integrate an include on that in the 
standard-sogo-sieve-script generated bei SOGo.
With some changes in http://www.sogo.nu/bugs/view.php?id=1392 and in 
the preferences view it could be integrated, I think.


Sure, Sieve scripting itself is used by the experienced user ... our 
standard users are pretty happy with the SOGo-generated sieve 
script. But the others ... ;-)


Greetings,
  Martin

Am 25.07.2012 14:48, schrieb Andreas Balg:


Hey Dominique:

Log in and go to Preferences - Email - What you see there in the
field at the bottom named Filter are sieve rules nothing else
manageable by the user even with an assisant. What else would you
expect ?? Free-Style manual sieve rules probably won't be of too much
help to that many people ;-)

Cheers
Andreas

Am 25.07.2012 13:06, schrieb Dominique:

Hi

We run a Cyrus/Sieve Server with SOGo. However, the sieve
integration in SOGo is less than perfect (sorry). On one end, SOGo
offers Vacations and Forward options but on the other end no easy
way to access/edit/maintain/create/... sieve rules - including those
two options.

Could a new admin page be created to manage sieve (when available in
the server as per the .GNUstepDefaults file) through the SOGo webgui
to allow users to maintain their rules by themselves ? It seems that
Sieve is already somewhat supported by SOGo. Why not finish the
integration and offer to use either one or the other option or both?

Dominique







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


Re: [SOGo] Sieve Integration in SOGo

2012-07-25 Thread Stefan Klatt
Hi Dominique,

that's the reason why I use a LDAP tree with Sieve objects under the
user objects.
This Sieve objects will be converted with a python script to real
Sieve filter.

The problem is only to write a web frontend for this, at the moment I
use phpldapadmin.

Stefan

Am 25.07.2012 18:38, schrieb Dominique:
 Hi Martin,

 The objective is to be consistent in environment where both TB and the
 WebGUI are in use, and avoid confusion/conflict between both systems.

 I agree sieve scripts are not easy access to basic users, but that
 could be organized by having the scripts prepared by more advanced
 users and made available to all. I suppose basi users can
 activate/deactivate scripts all alone - they do much worse in other
 occasions.

 I'll have a look at the bug you mention and push for it.

 Cheers,

 Dominique

 On 25/07/2012 15:02, Martin Rabl wrote:
 A possible solution for Dominiques request could be seen in
 http://www.sogo.nu/bugs/view.php?id=1392, but it depends on
 sieve-files which are still on the server or send to the server via
 managesieve-command or sftp or something else - but not with SOGo.

 Sieve allows to store (sieve-)files on the server without activating
 them.

 So, a solution could be integrating an editor field for
 clean-sieve-files in a own tab (name it Sieve ;-) in the
 preferences window. This script could be stored as is on the server
 (and in the database) and will be enabled by integrate an include on
 that in the standard-sogo-sieve-script generated bei SOGo.
 With some changes in http://www.sogo.nu/bugs/view.php?id=1392 and in
 the preferences view it could be integrated, I think.

 Sure, Sieve scripting itself is used by the experienced user ... our
 standard users are pretty happy with the SOGo-generated sieve
 script. But the others ... ;-)

 Greetings,
   Martin

 Am 25.07.2012 14:48, schrieb Andreas Balg:

 Hey Dominique:

 Log in and go to Preferences - Email - What you see there in the
 field at the bottom named Filter are sieve rules nothing else
 manageable by the user even with an assisant. What else would you
 expect ?? Free-Style manual sieve rules probably won't be of too much
 help to that many people ;-)

 Cheers
 Andreas

 Am 25.07.2012 13:06, schrieb Dominique:
 Hi

 We run a Cyrus/Sieve Server with SOGo. However, the sieve
 integration in SOGo is less than perfect (sorry). On one end, SOGo
 offers Vacations and Forward options but on the other end no easy
 way to access/edit/maintain/create/... sieve rules - including those
 two options.

 Could a new admin page be created to manage sieve (when available in
 the server as per the .GNUstepDefaults file) through the SOGo webgui
 to allow users to maintain their rules by themselves ? It seems that
 Sieve is already somewhat supported by SOGo. Why not finish the
 integration and offer to use either one or the other option or both?

 Dominique






-- 
*CaC, Computer and Communication*
Inhaber Stefan Klatt
End-2-End Senior Network Consultant
Triftstrasse 9
60528 Frankfurt
Germany
USt-IdNr.: DE260461592

Tel.: +49-(0)172-6807809
Tel.: +49-(0)69-67808-900
Fax: +49-(0)69-67808-837
Email: stefan.kl...@cac-netzwerk.de
attachment: stefan_klatt.vcf

signature.asc
Description: OpenPGP digital signature


Re: [SOGo] Sieve Integration in SOGo

2012-07-25 Thread Dominique

Hi Stefan,

We don't use LDAP in most of our installations (lots of them, but 
limited number of users per installations), so we keep with MySQL.


Cheers,

Dominique

On 25/07/2012 18:54, Stefan Klatt wrote:

Hi Dominique,

that's the reason why I use a LDAP tree with Sieve objects under the
user objects.
This Sieve objects will be converted with a python script to real
Sieve filter.

The problem is only to write a web frontend for this, at the moment I
use phpldapadmin.

Stefan

Am 25.07.2012 18:38, schrieb Dominique:

Hi Martin,

The objective is to be consistent in environment where both TB and the
WebGUI are in use, and avoid confusion/conflict between both systems.

I agree sieve scripts are not easy access to basic users, but that
could be organized by having the scripts prepared by more advanced
users and made available to all. I suppose basi users can
activate/deactivate scripts all alone - they do much worse in other
occasions.

I'll have a look at the bug you mention and push for it.

Cheers,

Dominique

On 25/07/2012 15:02, Martin Rabl wrote:

A possible solution for Dominiques request could be seen in
http://www.sogo.nu/bugs/view.php?id=1392, but it depends on
sieve-files which are still on the server or send to the server via
managesieve-command or sftp or something else - but not with SOGo.

Sieve allows to store (sieve-)files on the server without activating
them.

So, a solution could be integrating an editor field for
clean-sieve-files in a own tab (name it Sieve ;-) in the
preferences window. This script could be stored as is on the server
(and in the database) and will be enabled by integrate an include on
that in the standard-sogo-sieve-script generated bei SOGo.
With some changes in http://www.sogo.nu/bugs/view.php?id=1392 and in
the preferences view it could be integrated, I think.

Sure, Sieve scripting itself is used by the experienced user ... our
standard users are pretty happy with the SOGo-generated sieve
script. But the others ... ;-)

Greetings,
   Martin

Am 25.07.2012 14:48, schrieb Andreas Balg:

Hey Dominique:

Log in and go to Preferences -  Email - What you see there in the
field at the bottom named Filter are sieve rules nothing else
manageable by the user even with an assisant. What else would you
expect ?? Free-Style manual sieve rules probably won't be of too much
help to that many people ;-)

Cheers
Andreas

Am 25.07.2012 13:06, schrieb Dominique:

Hi

We run a Cyrus/Sieve Server with SOGo. However, the sieve
integration in SOGo is less than perfect (sorry). On one end, SOGo
offers Vacations and Forward options but on the other end no easy
way to access/edit/maintain/create/... sieve rules - including those
two options.

Could a new admin page be created to manage sieve (when available in
the server as per the .GNUstepDefaults file) through the SOGo webgui
to allow users to maintain their rules by themselves ? It seems that
Sieve is already somewhat supported by SOGo. Why not finish the
integration and offer to use either one or the other option or both?

Dominique







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


[SOGo] BTS activities for Wednesday, July 25 2012

2012-07-25 Thread SOGo reporter
Title: BTS activities for Wednesday, July 25 2012





  
BTS Activities

  Home page: http://www.sogo.nu/bugs
  Project: SOGo
  For the period covering: Wednesday, July 25 2012

  
  
idlast updatestatus (resolution)categorysummary
	
	
	  
	
1687
	2012-07-25 16:08:30
	updated (open)
	SOGo Native Outlook Compatibility
	Renaming a folder in altnamespace mode (Cyrus) causes a folder with the old name to be created
	
	  
	
1689
	2012-07-25 16:08:29
	updated (open)
	SOGo Native Outlook Compatibility
	event classification is not propagated
	
	  
	
1696
	2012-07-25 16:08:29
	updated (open)
	SOGo Native Outlook Compatibility
	contacts: birthday field not propagated from ol to SOGo
	
	  
	
1723
	2012-07-25 16:08:29
	updated (open)
	SOGo Native Outlook Compatibility
	mail: outlook re-creates deleted IMAP folder
	
	  
	
1724
	2012-07-25 16:08:30
	updated (open)
	SOGo Native Outlook Compatibility
	mail: OL allows creation of folders below INBOX in altnamespace
	
	  
	
1734
	2012-07-25 16:08:30
	updated (open)
	SOGo Native Outlook Compatibility
	contacts: OL losing contacts
	
	  
	
1735
	2012-07-25 16:08:30
	updated (open)
	SOGo Native Outlook Compatibility
	Should not allow creation of nested address books and calendars
	
	  
	
1736
	2012-07-25 16:08:30
	updated (open)
	SOGo Native Outlook Compatibility
	cal: Free/busy error when trying to create an event in a shared calendar
	
	  
	
1737
	2012-07-25 16:08:29
	updated (open)
	SOGo Native Outlook Compatibility
	cal: Deleting a calendar from OL doesn't sync to SOGo
	
	  
	
1738
	2012-07-25 16:08:29
	updated (open)
	SOGo Native Outlook Compatibility
	cal: Calendars created in SOGo are not visible in OL
	
	  
	
1739
	2012-07-25 16:08:29
	updated (open)
	SOGo Native Outlook Compatibility
	cal: Deleting a calendar from SOGo doesn't sync to OL
	
	  
	
1740
	2012-07-25 16:08:29
	updated (open)
	SOGo Native Outlook Compatibility
	cal: Renaming a calendar in SOGo doesn't sync to OL
	
	  
	
1742
	2012-07-25 16:08:29
	updated (open)
	SOGo Native Outlook Compatibility
	mails sent using the "sharing request" feature are sent to the wrong recipient
	
	  
	
1774
	2012-07-25 16:08:29
	updated (open)
	SOGo Native Outlook Compatibility
	Samba crashes when selecting a mail folder (e.g. INBOX) in Outlook 2007
	
	  
	
1808
	2012-07-25 16:08:29
	updated (open)
	SOGo Native Outlook Compatibility
	cal: error when deleting an event from a shared calendar - event successfully deleted
	
	  
	
1815
	2012-07-25 16:08:29
	updated (open)
	SOGo Native Outlook Compatibility
	Calendar invitation accept/decline fails from OUTLOOK
	
	  
	
1827
	2012-07-25 16:08:29
	updated (open)
	SOGo Native Outlook Compatibility
	ZEG Unable to connect to Outlook using the Virtual Appliace
	
	  
	
1829
	2012-07-25 16:08:29
	updated (open)
	SOGo Native Outlook Compatibility
	crash: RTF composition
	
	  
	
1830
	2012-07-25 16:08:29
	updated (open)
	SOGo Native Outlook Compatibility
	crash: a crash occurs when "Sync Issues" is an IMAP folder (altnamespace)
	
	  
	
1855
	2012-07-25 16:08:29
	updated (open)
	SOGo Native Outlook Compatibility
	Samba4 goes to Panic while mail folders are synchrozing within SOPE appliance.
	
	  
	
1858
	2012-07-25 16:08:29
	updated (open)
	SOGo Native Outlook Compatibility
	SOPE/SOGo crashes Samba4 during user with its password differs from its login name using MS Outlook !
	
	  
	
1864
	2012-07-25 16:08:29
	updated (open)
	SOGo Native Outlook Compatibility
	rc4 samba crash
	
	  
	
1867
	2012-07-25 16:08:29
	updated (open)
	SOGo Native Outlook Compatibility
	rc4 samba crash when cut/paste
	
	  
	
1872
	2012-07-25 16:08:29
	updated (open)
	SOGo Native Outlook Compatibility
	Samba4 crashing when downloding INBOX
	
	  
	
1889
	2012-07-25 16:13:29
	updated (open)
	SOGo Native Outlook Compatibility
	Samba4/RHEL 5.8 64-bit - wrong python binary being used
	
	  
	
1893
	2012-07-25 16:08:29
	updated (open)
	SOGo Native Outlook Compatibility
	No dependancy on  python26-repoze-lru for openchange web services
	
	  
	
1894