Re: [SOGo] Mailing list problem?

2013-09-03 Thread Szládovics Péter

2013-09-03 00:16 keltezéssel, Ludovic Marcotte írta:

On 2013-09-02 1:40 PM, Szládovics Péter wrote:

Could you improve the throughput please?

The list is moderated, that is it.


Oh, all right. I didn't know. :)
--
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Need help on Sieve rules

2013-09-03 Thread Anna Christina Naß

Am 02.09.2013 17:35, schrieb Szládovics Péter:

Hallo Péter,


But I did not find a way to say
... fileinto :copy Alle Mails (like RFC 3894 tells)
... removeflag \\Seen

Does anyone have an idea on how to implement this using SOGo?

Or should I file a feature request for :copy or removeflag?


Hi Anna Christina,

This is your needed sieve script:

# 
require [fileinto,imap4flags];
fileinto INBOX;
addflag \\Seen;
fileinto Alle Mails;
stop;
# 

Cheers,
Péter


Thanks a lot, that did the trick :)

Nevertheless, adding an option for removeflag and :copy to the Web 
GUI would be nice :)


Best regards,
Anna Christina Naß
--
users@sogo.nu
https://inverse.ca/sogo/lists


[SOGo] signature

2013-09-03 Thread it
Hallo,
ich möchte gerne im SOGo eine Signatur für alle User fest vorgeben (diese
darf nicht von den User geändert werden!) und jeder User darf eine eigene
hinzufügen.

Geht das? Wenn ja... wie?

Danke
Jan



Hello,
I would like to specify fixed in SOGo a signature for all users (this can not
be changed by the user!) and each User can add your own.

Is that possible? If so ... how?

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

[SOGo] ActiveSync question

2013-09-03 Thread alge
Hi,

just wanted to bring back to attention that SOGo still lacks working ActiveSync 
connectivity.

My question is, are there any plans that inverse will be working on this?

I had to switch away from sogo to zarafa 2 years ago (after some unsuccessful 
tests with z-push / sogosync, see it mentioned in the Sogo Wiki) because more 
and more devices stopped working with SyncML and ActiveSync was the only 
alternative way to sync on them.

Now my zarafa installation died (database died by hard disk error) and I wanted 
to check out SOGo again.

After successfully setting up Samba4, SOGo, OpenChange I sadly had to regognize 
that the current z-push implementation (PHP-Push2) still is far from working. 

Meanwhile I'm installing horde3 (before falling back to a new zarafa 
installation) because they claim at least some ActiveSync support 
(http://wiki.horde.org/ActiveSync) while keeping a modular setup (reusing an 
existing IMAP server).

I have to admit that zarafa's z-push really worked for all my devices (Android, 
iOS, webOS, S60, BBOS 10, WM 6.*, WP 7.*, WP8, PlayBook OS 2.*), so why does 
(almost) the same PHP code fail for SOGo? (I know, it uses a different backend, 
the DAV access from PHP to SOGo is the difference).

I'm not sure if my situation with ActiveSync beeing a show stopper for 
deploying SOGo is generalizable enough, what do other people think of it? Did I 
miss something?


Best regards,

Albrecht



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


Re: [SOGo] ActiveSync question

2013-09-03 Thread Jan-Frode Myklebust
On Tue, Sep 03, 2013 at 10:54:52AM +0200, alge wrote:
 
 I'm not sure if my situation with ActiveSync beeing a show stopper for
 deploying SOGo is generalizable enough, what do other people think of
 it? Did I miss something?

I completely agree (except we didn't let it stop the show). Configuring
mobile clients without ActiveSync is too cumbersome, and my little
exposure to z-push didn't convince me it was production ready..

Is there anything we can do to get Inverse to focus on ActiveSync
support? Does it need funding? Is it a big difficult feature, or ..?



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


Re: [SOGo] ActiveSync question

2013-09-03 Thread Martin Rabl
I think, the problem is ActiveSync itself, because it is not a free 
solution. We are able to implement it, because of thousand pages of 
documentation, but have to license using our implementation by Microsoft 
- theoretically.
SOGo sets only on free interfaces like CALDAV etc. And it integrates the 
free Openchange (which implements the IMHO non-free MAPI from Microsoft).


Ok, it would be nice to have a built-in ActiveSync solution in SOGo. But 
IMHO the better way is to set on third party software, when there are 
CALDAV-Interfaces (or SMTP/IMAP ...) available.


So, PHP-Push2 seems for me the only way for integrating AS with SOGo, 
but its not a Inverse project, so they are not responsible for it.


The problem of PHP-Push is the big less:
- less developers
- less testing users (!!!)
- less money

I'm sure, with more developer and more testing users it will do a step 
forward making ActiveSync usable. And THAT would be for me a solution - 
instead of grumbling to Inverse.



Greetings,
   Martin

Am 03.09.13 12:54, schrieb Jan-Frode Myklebust:

On Tue, Sep 03, 2013 at 10:54:52AM +0200, alge wrote:


I'm not sure if my situation with ActiveSync beeing a show stopper for
deploying SOGo is generalizable enough, what do other people think of
it? Did I miss something?


I completely agree (except we didn't let it stop the show). Configuring
mobile clients without ActiveSync is too cumbersome, and my little
exposure to z-push didn't convince me it was production ready..

Is there anything we can do to get Inverse to focus on ActiveSync
support? Does it need funding? Is it a big difficult feature, or ..?



   -jf



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


Re: [SOGo] ActiveSync question

2013-09-03 Thread Albrecht Gebhardt
Jan-Frode Myklebust schrieb:
 ...
 mobile clients without ActiveSync is too cumbersome, and my little
 exposure to z-push didn't convince me it was production ready..
but only the SOGo specific derived z-push variants, z-push combined with
zarafa is production ready.



Albrecht

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


Re: [SOGo] Need help on Sieve rules

2013-09-03 Thread Szládovics Péter

2013-09-03 11:41 keltezéssel, Anna Christina Naß írta:

Am 02.09.2013 17:35, schrieb Szládovics Péter:

Hallo Péter,


But I did not find a way to say
... fileinto :copy Alle Mails (like RFC 3894 tells)
... removeflag \\Seen

Does anyone have an idea on how to implement this using SOGo?

Or should I file a feature request for :copy or removeflag?


Hi Anna Christina,

This is your needed sieve script:

# 
require [fileinto,imap4flags];
fileinto INBOX;
addflag \\Seen;
fileinto Alle Mails;
stop;
# 

Cheers,
Péter


Thanks a lot, that did the trick :)

Nevertheless, adding an option for removeflag and :copy to the Web 
GUI would be nice :)


You're welcome :)
--
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] ActiveSync question

2013-09-03 Thread Corrado Fiore
Dear All,

I've been in touch in the past days with Francisco Miguel Biete, author of 
Z-Push-contrib, a fork from the original Z-Push that is working well (at least, 
in our tests) with SOGo:

https://github.com/fmbiete/Z-Push-contrib

What's important here is that Francisco Miguel has been very responsive in 
fixing the bugs we submitted (one for CardDAV, the other for the IMAP backend). 
 I must say I'm quite impressed.

ActiveSync seems to be working very well, and so far seems to be solid enough 
that we can use it in production.  However, documentation could be a bit more 
organized, so here's the idea:  I'll try to sum all the usual mistakes on a 
page in the SOGo wiki.  Allow me some days for this, I'll try my best.

On the other hand, I agree that the SOGo community needs a point of reference 
for Z-Push just like Inverse is for SOGo.

Best,
Corrado Fiore


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

Re: [SOGo] ThunderBird limiting contacts to two email addresses, sync risk?

2013-09-03 Thread Christian Mack
Hello Daniel Pocock


Am 2013-08-31 17:20, schrieb Daniel Pocock:
 
 Now that I've got sync working, I've realised that ThunderBird / Icedove
 address book only seems to support 2 email addresses, while some of my
 contacts have 3 addresses.
 
 Is there any risk of data loss when there is a sync of the address book
 as a whole, or a sync involving a local change to one of those contacts?
 
 All three addresses are visible for the same contacts in Evolution or
 using Android.
 

If you change the contact in Thunderbird or SOGo, the third email
address will vanish.
This is also true for more than 2 telephone numbers.
At least it did in our tests with SOGo 1.3.x some time ago.

So we added them in the note field.


Kind regards,
Christian Mack

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


Re: [SOGo] ActiveSync question

2013-09-03 Thread Albrecht Gebhardt
You may be correct with your guess regarding the licensing situation, if for 
that reason such a project has to stay outside the base SOGo distribution it 
will be ok.

My intention was not to grumble about something, I just wanted to bring some 
attention to this problem. It seems to me that  over the last years several 
trials of implementing ActiveSync have been started by community members, which 
after some time more or less stopped their experiments (at least correct for my 
trial some years ago).

Good to know that there is even another project as mentioned by Corrado Fiore 
in this thread, I will give this also a try.

Another question is: Have these projects all to be based on z-push? What if 
hordes ActiveSync interface also could be used as starting point? Or with 
Openchange: can z-push directly access the MAPI stores as it does when used 
with zarafa (I can be completely wrong here)?

But again it shows the need for better collaboration between ActiveSync 
interested SOGo users.

Best regards,

Albrecht

Am 03.09.2013 um 14:20 schrieb Martin Rabl martin.r...@rablnet.de:

 I think, the problem is ActiveSync itself, because it is not a free solution. 
 We are able to implement it, because of thousand pages of documentation, but 
 have to license using our implementation by Microsoft - theoretically.
 SOGo sets only on free interfaces like CALDAV etc. And it integrates the free 
 Openchange (which implements the IMHO non-free MAPI from Microsoft).
 
 Ok, it would be nice to have a built-in ActiveSync solution in SOGo. But IMHO 
 the better way is to set on third party software, when there are 
 CALDAV-Interfaces (or SMTP/IMAP ...) available.
 
 So, PHP-Push2 seems for me the only way for integrating AS with SOGo, but its 
 not a Inverse project, so they are not responsible for it.
 
 The problem of PHP-Push is the big less:
 - less developers
 - less testing users (!!!)
 - less money
 
 I'm sure, with more developer and more testing users it will do a step 
 forward making ActiveSync usable. And THAT would be for me a solution - 
 instead of grumbling to Inverse.
 
 
 Greetings,
   Martin
 
 Am 03.09.13 12:54, schrieb Jan-Frode Myklebust:
 On Tue, Sep 03, 2013 at 10:54:52AM +0200, alge wrote:
 
 I'm not sure if my situation with ActiveSync beeing a show stopper for
 deploying SOGo is generalizable enough, what do other people think of
 it? Did I miss something?
 
 I completely agree (except we didn't let it stop the show). Configuring
 mobile clients without ActiveSync is too cumbersome, and my little
 exposure to z-push didn't convince me it was production ready..
 
 Is there anything we can do to get Inverse to focus on ActiveSync
 support? Does it need funding? Is it a big difficult feature, or ..?
 
 
 
   -jf
 
 
 -- 
 users@sogo.nu
 https://inverse.ca/sogo/lists

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

Re: [SOGo] ActiveSync question

2013-09-03 Thread Corrado Fiore
Dear Albrecht,

 Another question is: Have these projects all to be based on z-push? What if 
 hordes ActiveSync interface also could be used as starting point?

Actually, Horde's ActiveSync module is based on Z-Push:

The code that handles the protocol level is essentially the same, though it 
has been heavily refactored and cleaned.

Ref.:  http://wiki.horde.org/ActiveSync#toc24

Best,
Corrado


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

Re: [SOGo] ActiveSync question

2013-09-03 Thread Anna Christina Naß

On 03.09.2013 18:59, Corrado Fiore wrote:

Hallo,


Another question is: Have these projects all to be based on z-push? What if 
hordes ActiveSync interface also could be used as starting point?


Actually, Horde's ActiveSync module is based on Z-Push:

The code that handles the protocol level is essentially the same, though it has 
been heavily refactored and cleaned.

Ref.:  http://wiki.horde.org/ActiveSync#toc24


And it is very limited -- all Horde calendars (that are selected to be 
synced) are mixed together into one virual calendar which is shown to 
the device.
I've pointed to this bug several times, I was told that this is by 
design.


I am using z-Push now with IMAP backend only for my SOGo installation, 
CalDAV and CardDAV work fine and are not very complicated to set up for 
the users (except when using Lightning/SOGo Connector where the full 
paths seem to be needed).


Regards
Anna Christina Naß

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


Re: [SOGo] ActiveSync question

2013-09-03 Thread Geoff Nordli

On 13-09-03 09:59 AM, Corrado Fiore wrote:

Dear Albrecht,


Another question is: Have these projects all to be based on z-push? What if 
hordes ActiveSync interface also could be used as starting point?

Actually, Horde's ActiveSync module is based on Z-Push:

The code that handles the protocol level is essentially the same, though it has 
been heavily refactored and cleaned.

Ref.:  http://wiki.horde.org/ActiveSync#toc24

Best,
Corrado





As a note Kolab 3 switched from z-push to syncroton.

http://www.syncroton.org/wiki/Main_Page

My perception is they have invested a lot of energy into that product 
and it is licensed LGPL.


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


Re: [SOGo] ActiveSync question

2013-09-03 Thread Steven Swarts
Not being a programmer forgive my ignorance, but could that code be 
used? They have a done a fantastic job so far in my opinion.


*/Regards,/*

*/Steven Swarts/*


On 4/09/2013 12:59 AM, Corrado Fiore wrote:

Dear Albrecht,


Another question is: Have these projects all to be based on z-push? What if 
hordes ActiveSync interface also could be used as starting point?

Actually, Horde's ActiveSync module is based on Z-Push:

The code that handles the protocol level is essentially the same, though it has 
been heavily refactored and cleaned.

Ref.:  http://wiki.horde.org/ActiveSync#toc24

Best,
Corrado




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

[SOGo] initial login

2013-09-03 Thread J.
Just finished installing using nginx and mysql authentication. I tried logging 
into the web admin page with jdoe and qwerty, but I'm getting Wrong username 
or password. Do I need to manually create that user in mysql? If so, what salt 
do I use for the md5 in order for SOGo to decode? Thanks.
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] ActiveSync question

2013-09-03 Thread Marcio Merlone

Em 03-09-2013 07:54, Jan-Frode Myklebust escreveu:

On Tue, Sep 03, 2013 at 10:54:52AM +0200, alge wrote:

I'm not sure if my situation with ActiveSync beeing a show stopper for
deploying SOGo is generalizable enough, what do other people think of
it? Did I miss something?

I completely agree (except we didn't let it stop the show). Configuring
mobile clients without ActiveSync is too cumbersome, and my little
exposure to z-push didn't convince me it was production ready..


OTOH, z-push made me meet Zarafa, and consider Zimbra too. SOGo is 
great, but mobile support in the pos-pc era is a must for enterprises. 
Looking for alternatives.


Best regards.

--
*Marcio Merlone*
TI - Administrador de redes

*A1 Engenharia - Unidade Corporativa*
Fone:   +55 41 3616-3797
Cel:+55 41 9689-0036

http://www.a1.ind.br/ http://www.a1.ind.br
--
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] ActiveSync question

2013-09-03 Thread Szládovics Péter

2013-09-03 19:55 keltezéssel, Anna Christina Naß írta:
CalDAV and CardDAV work fine and are not very complicated to set up 
for the users (except when using Lightning/SOGo Connector where the 
full paths seem to be needed).


Did you try the SOGo Integrator?
If you build it for yourself, and set up an update site next to SOGo, 
the set up will be very simple, and you can use the share/subscribe 
features on the pages of Lightning and Addressbook apps.


If more people interested in this method, I can create and present a 
short doc about easy set up these things on your site for you.

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


Re: [SOGo] language issue

2013-09-03 Thread Sebastián

El 02/09/13 15:29, Sebastián escribió:

Hi,

I setup SOGo with

keySOGoLanguage/key
stringSpanishArgentina/string

but SOGo web interface shows by default in English and new users see 
the webapp in english.




Sorry, the interface problem was a missconfiguration with de browser's 
language preference :-(


ITOH, this problem

[ERROR] [we-rm] did not find locale for language: Spanish

at sogo.log still persists.

--
Seb


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


Re: [SOGo] Php-push2 - Active Sync

2013-09-03 Thread Corrado Fiore
Hi Marcio,

 If I set 'BackendCombined' it complains about php-mapi missing and apache 
 throws a 500 error. How did you manage it? 

In the /backend/combined/config.php file you should find the 
GetBackendCombinedConfig() function and comment out the lines that refer to 
backends other than IMAP, CardDAV and CalDAV:

'backends' = array(
'i' = array(
'name' = 'BackendIMAP',
),
//'z' = array(
//'name' = 'BackendZarafa',
//),
//'m' = array(
//'name' = 'BackendMaildir',
//),
//'v' = array(
//'name' = 'BackendVCardDir',
//),
'c' = array(
'name' = 'BackendCalDAV',
),
//'l' = array(
//'name' = 'BackendLDAP',
//),
'd' = array(
'name' = 'BackendCardDAV',
),
),
'delimiter' = '/',

---

Then you should select the right backend for each function:


//force one type of folder to one backend
//it must match one of the above defined backends
'folderbackend' = array(
SYNC_FOLDER_TYPE_INBOX = 'i',
SYNC_FOLDER_TYPE_DRAFTS = 'i',
SYNC_FOLDER_TYPE_WASTEBASKET = 'i',
SYNC_FOLDER_TYPE_SENTMAIL = 'i',
SYNC_FOLDER_TYPE_OUTBOX = 'i',
SYNC_FOLDER_TYPE_TASK = 'c',
SYNC_FOLDER_TYPE_APPOINTMENT = 'c',
SYNC_FOLDER_TYPE_CONTACT = 'd',
SYNC_FOLDER_TYPE_NOTE = 'i',
SYNC_FOLDER_TYPE_JOURNAL = 'i',
SYNC_FOLDER_TYPE_OTHER = 'i',
SYNC_FOLDER_TYPE_USER_MAIL = 'i',
SYNC_FOLDER_TYPE_USER_APPOINTMENT = 'c',
SYNC_FOLDER_TYPE_USER_CONTACT = 'd',
SYNC_FOLDER_TYPE_USER_TASK = 'c',
SYNC_FOLDER_TYPE_USER_JOURNAL = 'i',
SYNC_FOLDER_TYPE_USER_NOTE = 'i',
SYNC_FOLDER_TYPE_UNKNOWN = 'i',
),
//creating a new folder in the root folder should create a folder 
in one backend
'rootcreatefolderbackend' = 'i',



I agree that the filesystem layout in PHP-push-2 is quite confusing, as there 
are multiple config files scattered around and they also have similar names.  
My advice is to install the latest PHP-Push-Contrib 
(https://github.com/fmbiete/Z-Push-contrib/), which is a fork of the original 
PHP-Push, too, but thanks to the effort of the developer is working quite well 
with our SOGo installation.

Don't forget to set CARDDAV_SUPPORTS_SYNC = false in 
/backend/carddav/config.php, otherwise the addressbook won't work with a SOGo 
backend.

Hope this helps.

Best,
Corrado Fiore



smime.p7s
Description: S/MIME cryptographic signature


[SOGo] BTS activities for Tuesday, September 03 2013

2013-09-03 Thread SOGo reporter
Title: BTS activities for Tuesday, September 03 2013





  
BTS Activities

  Home page: http://www.sogo.nu/bugs
  Project: SOGo
  For the period covering: Tuesday, September 03 2013

  
  
idlast updatestatus (resolution)categorysummary
	
	
	  
	
2404
	2013-09-03 12:48:23
	assigned (open)
	Web Mail
	Blank INBOX with mail in attachement
	
	  
	
2372
	2013-09-03 10:05:10
	resolved (fixed)
	Backend General
	/etc/cron.daily/sogo exited with return code 1 with Ubuntu package