Re: [SOGo] iPhone app for calendar sync

2015-02-16 Thread Martin Simovic

 On 09 Dec 2014, at 17:16, Fabio Onorini onofa...@gmail.com wrote:
 
 Hello users,
 
 I have set up sync of my calendar via CalDAV and via activesync on my iPhone 
 with a server SOGo.
 It seems that events remove on the server does not spread on the device.
 
 any idea?
 

This seems to be redundant setup. You need CalDAV or ActiveSync, not both at 
the same time.

Regards
Martin.



smime.p7s
Description: S/MIME cryptographic signature


[SOGo] Delegated email - save mail in proper Sent mail folder

2015-02-16 Thread rejestracja ais
Hello,

Here is the problem:
User A delegates it's email address and shares it's Inbox to User B.

Now user B send email in the name of user B to external email address C.
Now: the problem is that email is stored in user B Sent mail folder.
It should also be stored in user A Sent mail folder.

How to achieve this without configuration of email client. Just how to 
configure this globally on server?
When any user sends email in name of other users server stores this email in 
delegated user Sent mail folder.

Best regards,
Lukasz

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

[SOGo] New Installation

2015-02-16 Thread gtillison
I want to preface that I am new with Sogo.   I am having a problem getting
Sogo working.  I am getting the following messages when trying to start sogod.

/var/run/sogo does not exist

I create the directory and give access to sogo, but then I get the message
below when I try to start sogo again.

/usr/sbin/sogod: error while loading shared libraries: libgnustep-
base.so.1.23: cannot open shared object file: No such file or directory

Any ideas on what I need to do to fix this?  Thanks for the help in advance.
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] libmemcached10 dependency issue on ubuntu 14.10

2015-02-16 Thread Chris Coleman

I experienced the same/similar bug, sogo needed libmemcached10.
I reported the bug and solved it.
Here are the detailed steps.
http://www.sogo.nu/bugs/view.php?id=3041


On 2/16/2015 1:32 PM, robav...@yahoo.com wrote:

I have been trying to install sogo version trusty on ubuntu 14.10.  I have
libmemcached11 installed.  Has anyone been able to install with
libmemcached11?


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


Re: [SOGo] New Installation

2015-02-16 Thread Sean M. Pappalardo



On 02/16/2015 11:46 AM, gtilli...@mwdist.com wrote:

I want to preface that I am new with Sogo.   I am having a problem getting
Sogo working.


How did you install it? From packages? Which ones? From source?\

Sincerely,
Sean M. Pappalardo



smime.p7s
Description: S/MIME Cryptographic Signature


[SOGo] libmemcached10 dependency issue on ubuntu 14.10

2015-02-16 Thread robaveli
I have been trying to install sogo version trusty on ubuntu 14.10.  I have
libmemcached11 installed.  Has anyone been able to install with
libmemcached11?
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] New Installation

2015-02-16 Thread Mihamina RAKOTOMANDIMBY

On 02/16/2015 10:46 PM, gtilli...@mwdist.com wrote:

/usr/sbin/sogod: error while loading shared libraries: libgnustep-
base.so.1.23: cannot open shared object file: No such file or directory

Any ideas on what I need to do to fix this?  Thanks for the help in advance.


Please provide the document you followed for your installation + some 
details about your system.
My bet (just be guessing, so no warranty) is you missed to install the 
Inverse flavour of GnuStep.


HTH

--
https://www.google.com/search?q=mihamina+rakotomandimby

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


Re: [SOGo] New Installation

2015-02-16 Thread jacek burghardt
Well you need to look in your system if  libgnustep-
base.so.1.23 exist in /usr/lib/ or /usr/lib64 exist
You can see if you are missing package that proovides  libgnustep-
base.so.1.23. You did not provided what linux distro are you running

Join my framily E02705708hn 3032 last name BURGHARDT state is co
Cheapest sprint service only 25 a month.

On Mon, Feb 16, 2015 at 12:46 PM, gtilli...@mwdist.com wrote:

 I want to preface that I am new with Sogo.   I am having a problem getting
 Sogo working.  I am getting the following messages when trying to start
 sogod.

 /var/run/sogo does not exist

 I create the directory and give access to sogo, but then I get the message
 below when I try to start sogo again.

 /usr/sbin/sogod: error while loading shared libraries: libgnustep-
 base.so.1.23: cannot open shared object file: No such file or directory

 Any ideas on what I need to do to fix this?  Thanks for the help in
 advance.
 --
 users@sogo.nu
 https://inverse.ca/sogo/lists

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

Re: [SOGo] Updated Samba4/OpenChange/Sogo tutorial

2015-02-16 Thread Steve Ankeny

I changed very little from your documentation.  I just used newer packages.

However, I had to run samba-tool user create ldap 
--description=Unprivileged user for LDAP lookups before Postfix would 
connect to the Samba LDAP server.  I also had troubles with the single 
quote marks in MySQL


mysql -uroot -p
create database sogo;
create user 'sogo'@'localhost' identified by 'Password';
grant all privileges on sogo.* to 'sogo'@'localhost';

Once I removed the single quote marks, it worked.  I'm using MariaDB

Also, I had to modify main.cf

myorigin = $mydomain
mydestination = $myhostname, localhost.$mydomain, localhost, $mydomain

. . . before Postfix/IMAP would connect properly.  I found SMTP/LMTP 
worked better with my provider.


I had trouble with the Sieve scripts when it came to modifying 
Preferences in the SOGo web interface.


Once I made the modifications, I turned Sieve back on in sogo.conf

I also had trouble with the dcerpc commands in sogo.conf when trying 
to join client machines to my domain, but again, once I made the changes 
I needed, I restarted the dcerpc commands for OpenChange.


OpenChange is not running properly, but I have Outlook 2010 
connectivity, and I'm waiting for rpcproxy


Most of my problems were with not knowing how to troubleshoot 
Postfix/IMAP once the server was built.


You can read my journey at:

https://lists.inverse.ca/sogo/arc/users/2014-12/msg00204.html
https://lists.inverse.ca/sogo/arc/users/2014-12/msg00312.html

The fellows on the mailing list helped me a bunch!

On 02/16/2015 07:51 AM, Olivier Bitsch wrote:

Hi Steve,

Yes, I still having issue with ocsmanager as package is outdated. The 
other part should be fine. Also, I've not tested on Ubuntu 14.04, and 
I'm not sure if it needs additional tweaks to make Postfix and Dovecot 
working), what did you changed in the configuration ?


Thanks

Olivier.



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


Re: [SOGo] Updated Samba4/OpenChange/Sogo tutorial

2015-02-16 Thread Olivier Bitsch
Hi Steve,

Yes, I still having issue with ocsmanager as package is outdated. The other
part should be fine. Also, I've not tested on Ubuntu 14.04, and I'm not
sure if it needs additional tweaks to make Postfix and Dovecot working),
what did you changed in the configuration ?

Thanks

Olivier.

2015-02-13 17:49 GMT+01:00 Steve Ankeny stev...@cinergymetro.net:

 Oliver . . .

 It appears this is for Debian Wheezy and Ubuntu 12.04 and not Ubuntu
 14.04  Is that correct?

 I used your previous tutorial to build on Ubuntu 14.04, and I was
 successful (after learning how to configure Postfix and Dovecot with the
 help of the forum) with the exception of OCSManager/rpcproxy

 Do you have any thoughts on the lack of OCSManager/rpcproxy functionality
 on Ubuntu Trusty?


 On 02/13/2015 08:53 AM, Olivier Bitsch wrote:

 Dear SOGo users,

 After long time without any update, I finally manage to update my
 tutorial regarding the installation of Samba4, OpenChange and Sogo. We
 still having a lot of visits on our website, so we cannot imagine to let
 the tutorial outdated.

 As reminder, the tutorial page link is:
 http://iabsis.com/en/community/tuto/openchange-samba4-debian

 Please let me a comment in my mail, or you can ask any question on our
 new forum.

 I hope we will take fun to read my tutorial.

 Have a nice weekend.

 Regards

 Olivier B.


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

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

Re: [SOGo] Updated Samba4/OpenChange/Sogo tutorial

2015-02-16 Thread Olivier Bitsch
Hi again Masi,

Sorry, the nighly seems to be updated as well and some package are missing,
not sure when Inverse will fix the issue.

Olivier.

2015-02-16 13:57 GMT+01:00 Olivier Bitsch olivier.bit...@gmail.com:

 Hi Masi,

 Apparently, the rpcproxy and oscmanager is more up to date in the nightly
 branch of the repository:

 http://inverse.ca/debian-nightly/pool/wheezy/o/openchange/

 Maybe you will have to use this branch until the both packages are
 consided stable.

 Olivier.

 2015-02-16 13:55 GMT+01:00 Olivier Bitsch olivier.bit...@gmail.com:

 Hi Chris,

 Yes, this could be a good idea to implement more stuff like Virtualmin.
 I'm actually not friendly with this tool, and usually prefer the command
 interface to configure my server, Webmin like tool could break your
 configuration file.
 I will have a look in this tool as it could let the IT do configure some
 server stuff more easily than the command prompt, thanks for the suggestion.

 Olivier.

 2015-02-13 21:03 GMT+01:00 Chris Coleman ch...@espacenetworks.com:

 Olivier,
 Very fun tutorial! Thanks for sharing that.

 Read through it and it's stimulated a thought on an existing Virtualmin
 server.

 What would be the difficulty level to create a modified version of your
 tutorial, to install Samba4, OpenChange, Sogo, smoothly onto a running
 Debian 7 wheezy which is managed by Virtualmin.  Existing users are in
 OpenLDAP users and groups.  Existing user mailboxes in Dovecot.  Existing
 config of Apache (websites).  Nginx (SSL proxy for Apache sites), MySQL
 (some sites), PostgreSQL (some sites), Bind9 (dns for all sites),
 Postfix... ?

 The goal is to add on these groupware features to the existing IMAP
 email users, by adding Samba4, OpenChange and Sogo.  Calendar sharing,
 Free/busy, Contact list sharing, Tasks, Inbox sharing controlled by ACL for
 read/write.

 Congrats again on the tuto.

 Chris C.




 On 2/13/2015 8:53 AM, Olivier Bitsch wrote:

 Dear SOGo users,

 After long time without any update, I finally manage to update my
 tutorial regarding the installation of Samba4, OpenChange and Sogo. We
 still having a lot of visits on our website, so we cannot imagine to let
 the tutorial outdated.

 As reminder, the tutorial page link is:
 http://iabsis.com/en/community/tuto/openchange-samba4-debian

 Please let me a comment in my mail, or you can ask any question on our
 new forum.

 I hope we will take fun to read my tutorial.

 Have a nice weekend.

 Regards

 Olivier B.


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




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

Re: [SOGo] Trouble with eMail Attachments

2015-02-16 Thread Schümann Olaf

Hello Christian,

Sogo runs with the latests version 2.2.16, on ubuntu lts - the mail 
storage/backend is dbmail.


I have no clue witch emails trigger the problem - the only commonalty i 
know is a attachment (pdf, docx, ppt...) and outlook (from 2007 - 2013, 
mostly 2010) is involved. The emails shown in sogo webinterface just 
fine, but in outlook not.


Regards,
OLAF




Am 16.02.2015 um 09:41 schrieb Christian Mack:

Hello Olaf Schumann

Am 2015-02-15 um 17:04 schrieb Olaf Schuemann:


at the moment we have a lot of trouble with our costumers. On forward
some (not all!) emails with attachments to systems with outlook (from
2007 to 2013, mostly 2010) they get rubbish (undecoded) emails. With
other systems (i.a. thunderbrid, mac mail etc) everything works fine. Im
pretty sure outlook is the problem, but to change them is (at the
moment) no option :-(

So, is there a way to change or modify the mime-coding or something else
thats make my costumers more happy with attachments??



I don't know, as you didn't give us any info about your server setup nor
the emails triggering your problem.

(Perhaps you should provide a bug report with those infos at
http://www.sogo.nu/bugs/ after checking your problem isn't listed there
already)


Kind regards,
Christian Mack



--
TOASTER-Internetdienstleistungen Wienecke/Schümann GbR

Nord:   Süd:
Schulstr. 4 Adelgundenstr. 3
19217 Carlow90419 Nürnberg

Internet:www.toaster-schwerin.de
eMail:   i...@toaster-schwerin.de
USt-IdNr.:   DE262877043
Service-Tel: +49 180 102 065 025 59*
Telefax:+49 3212 104 6035
*(Ortstarif Festnetz der dt. Telekom)
--
--
users@sogo.nu
https://inverse.ca/sogo/lists


[SOGo] BTS activities for Monday, February 16 2015

2015-02-16 Thread SOGo reporter
Title: BTS activities for Monday, February 16 2015





  
BTS Activities

  Home page: http://www.sogo.nu/bugs
  Project: SOGo
  For the period covering: Monday, February 16 2015

  
  
idlast updatestatus (resolution)categorysummary
	
	
	  
	
3109
	2015-02-16 13:19:11
	updated (open)
	Backend General
	Sogo group error on new install (Debian - amd64)
	
	  
	
3012
	2015-02-16 09:58:37
	updated (open)
	OpenChange backend
	Cannot run ocsmanger
	
	  
	
3108
	2015-02-16 03:42:59
	updated (open)
	Packaging (RedHat)
	Errors rebuilding SRPM
	
	  
	
3097
	2015-02-16 10:30:52
	updated (open)
	Web Calendar
	collected address book is not automatically created
	
	  
	
  
  




Re: [SOGo] Updated Samba4/OpenChange/Sogo tutorial

2015-02-16 Thread Olivier Bitsch
Hi Masi,

Apparently, the rpcproxy and oscmanager is more up to date in the nightly
branch of the repository:

http://inverse.ca/debian-nightly/pool/wheezy/o/openchange/

Maybe you will have to use this branch until the both packages are consided
stable.

Olivier.

2015-02-16 13:55 GMT+01:00 Olivier Bitsch olivier.bit...@gmail.com:

 Hi Chris,

 Yes, this could be a good idea to implement more stuff like Virtualmin.
 I'm actually not friendly with this tool, and usually prefer the command
 interface to configure my server, Webmin like tool could break your
 configuration file.
 I will have a look in this tool as it could let the IT do configure some
 server stuff more easily than the command prompt, thanks for the suggestion.

 Olivier.

 2015-02-13 21:03 GMT+01:00 Chris Coleman ch...@espacenetworks.com:

 Olivier,
 Very fun tutorial! Thanks for sharing that.

 Read through it and it's stimulated a thought on an existing Virtualmin
 server.

 What would be the difficulty level to create a modified version of your
 tutorial, to install Samba4, OpenChange, Sogo, smoothly onto a running
 Debian 7 wheezy which is managed by Virtualmin.  Existing users are in
 OpenLDAP users and groups.  Existing user mailboxes in Dovecot.  Existing
 config of Apache (websites).  Nginx (SSL proxy for Apache sites), MySQL
 (some sites), PostgreSQL (some sites), Bind9 (dns for all sites),
 Postfix... ?

 The goal is to add on these groupware features to the existing IMAP email
 users, by adding Samba4, OpenChange and Sogo.  Calendar sharing, Free/busy,
 Contact list sharing, Tasks, Inbox sharing controlled by ACL for read/write.

 Congrats again on the tuto.

 Chris C.




 On 2/13/2015 8:53 AM, Olivier Bitsch wrote:

 Dear SOGo users,

 After long time without any update, I finally manage to update my
 tutorial regarding the installation of Samba4, OpenChange and Sogo. We
 still having a lot of visits on our website, so we cannot imagine to let
 the tutorial outdated.

 As reminder, the tutorial page link is:
 http://iabsis.com/en/community/tuto/openchange-samba4-debian

 Please let me a comment in my mail, or you can ask any question on our
 new forum.

 I hope we will take fun to read my tutorial.

 Have a nice weekend.

 Regards

 Olivier B.


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



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

Re: [SOGo] Updated Samba4/OpenChange/Sogo tutorial

2015-02-16 Thread Olivier Bitsch
Hi Chris,

Yes, this could be a good idea to implement more stuff like Virtualmin. I'm
actually not friendly with this tool, and usually prefer the command
interface to configure my server, Webmin like tool could break your
configuration file.
I will have a look in this tool as it could let the IT do configure some
server stuff more easily than the command prompt, thanks for the suggestion.

Olivier.

2015-02-13 21:03 GMT+01:00 Chris Coleman ch...@espacenetworks.com:

 Olivier,
 Very fun tutorial! Thanks for sharing that.

 Read through it and it's stimulated a thought on an existing Virtualmin
 server.

 What would be the difficulty level to create a modified version of your
 tutorial, to install Samba4, OpenChange, Sogo, smoothly onto a running
 Debian 7 wheezy which is managed by Virtualmin.  Existing users are in
 OpenLDAP users and groups.  Existing user mailboxes in Dovecot.  Existing
 config of Apache (websites).  Nginx (SSL proxy for Apache sites), MySQL
 (some sites), PostgreSQL (some sites), Bind9 (dns for all sites),
 Postfix... ?

 The goal is to add on these groupware features to the existing IMAP email
 users, by adding Samba4, OpenChange and Sogo.  Calendar sharing, Free/busy,
 Contact list sharing, Tasks, Inbox sharing controlled by ACL for read/write.

 Congrats again on the tuto.

 Chris C.




 On 2/13/2015 8:53 AM, Olivier Bitsch wrote:

 Dear SOGo users,

 After long time without any update, I finally manage to update my
 tutorial regarding the installation of Samba4, OpenChange and Sogo. We
 still having a lot of visits on our website, so we cannot imagine to let
 the tutorial outdated.

 As reminder, the tutorial page link is:
 http://iabsis.com/en/community/tuto/openchange-samba4-debian

 Please let me a comment in my mail, or you can ask any question on our
 new forum.

 I hope we will take fun to read my tutorial.

 Have a nice weekend.

 Regards

 Olivier B.


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

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

Re: [SOGo] iPhone app for calendar sync

2015-02-16 Thread Roberto De Oliveira
Have you looked sogo.log?

2014-12-09 11:46 GMT-04:30 Fabio Onorini onofa...@gmail.com:

 Hello users,

 I have set up sync of my calendar via CalDAV and via activesync on my
 iPhone with a server SOGo.
 It seems that events remove on the server does not spread on the device.

 any idea?

 --

 Fabio Onorini




-- 
Saludos,
Roberto De Oliveira
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Trouble with eMail Attachments

2015-02-16 Thread Christian Mack
Hello Olaf Schumann

Am 2015-02-15 um 17:04 schrieb Olaf Schuemann:
 
 at the moment we have a lot of trouble with our costumers. On forward
 some (not all!) emails with attachments to systems with outlook (from
 2007 to 2013, mostly 2010) they get rubbish (undecoded) emails. With
 other systems (i.a. thunderbrid, mac mail etc) everything works fine. Im
 pretty sure outlook is the problem, but to change them is (at the
 moment) no option :-(
 
 So, is there a way to change or modify the mime-coding or something else
 thats make my costumers more happy with attachments??
 

I don't know, as you didn't give us any info about your server setup nor
the emails triggering your problem.

(Perhaps you should provide a bug report with those infos at
http://www.sogo.nu/bugs/ after checking your problem isn't listed there
already)


Kind regards,
Christian Mack

-- 
Christian Mack
Universität Konstanz
Kommunikations-, Informations-, Medienzentrum (KIM)
Abteilung Basisdienste
78457 Konstanz
+49 7531 88-4416



smime.p7s
Description: S/MIME Cryptographic Signature