Re: [SOGo] modify caldav/ics link for public calendars

2014-01-08 Thread Christian Mack
Hallo mourik jan heupink


Am 2013-12-27 11:49, schrieb mourik jan heupink:
 
 Is there a way to adjust the caldav/ics links for calendars from the
 auto-generated
 
 http://server/SOGo/dav/user/Calendar/595B-51C05100-FB-67505B80
 
 to something friendlier like:
 
 http://server/SOGo/dav/user/Calendar/our_event
 

No, there is no such thing in SOGo.

You could open an enhancement request for this at http://www.sogo.nu/bugs/


Kind regards,
Christian Mack

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


Re: [SOGo] Sieve problem

2014-01-08 Thread Christian Mack
Hello Christian Rößner

Am 2013-12-27 13:14, schrieb Christian Rößner:
 
 I created an imap folder with German Umlauts. The folder is displayed
 correctly in the SOGo web interface and also in Apple Mail
 
 On the filesystem side Dovecot has encoded the folder name
 
 When I log into the web interface and choose setting and create a
 simple fileinto rule, I get a list of all available folders.
 Unfortunately the imap folder with the German Umlauts is displayed
 wrong. It seems SOGo does use the Dovecot encoded folder name and not
 the name as is seen in the Email view of the web interface
 
 This creates a wrong sieve script and if the rule is triggered,
 Dovecot creates a new folder, which looks exactly like the encoded
 version
 

This definitely looks like a bug.
So this should go into the bug tracker.


 I wanted to open a bug report on bugs.sogo.nu, logged in an clicked
 on report issue, which brings me to a page telling me that my session
 has expired and redirects me to the dashboard of the bug tracking
 system. Logging out and back in does not give me the chance to report
 the described issue. So I post it here to the list and hope that
 someone might help me
 

I don't have that problem.
Did you enable cookies for the site www.sogo.nu?


Kind regards,
Christian Mack

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


Re: [SOGo] modify caldav/ics link for public calendars

2014-01-08 Thread mourik jan heupink

Thanks for your reply, Christian.

Since no one replied, I guess that there is little demand for such a 
feature.


Thanks again, and best wishes for 2014 to all SOGo users.

MJ

On 1/8/2014 12:02, Christian Mack wrote:

No, there is no such thing in SOGo.

You could open an enhancement request for this athttp://www.sogo.nu/bugs/


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


[SOGo] openid

2014-01-08 Thread Andreas Baumhof

Hi,

is there an integration with openid?

Thanks for any pointers
  Andreas-- 
users@sogo.nu
https://inverse.ca/sogo/lists

[SOGo] Sogo LDAP posixAccount Postfix delivery failure

2014-01-08 Thread gert.horne
Hi!

Its been a while since I have configured a production server and also since I
have used a mailing list so please forgive me if a miss a few details.

Here is the scenario:
I am experimenting with a virtual server environment. I have SOGo running on a
Ubuntu 12.04 server with Postfix, Dovecot and SAMBA4.

I have a separate LDAP server running on the same version of Ubuntu. I use
phpmyldap to administer this LDAP server. I have created the structures within
the LDAP server with this tool.

I used various installation guides but decided to use apt-get to install SOGo
and openchange on what is the mail server.

The basic configurations is according to teh following guides:
http://www.openchange.org/cookbook/backends/sogo/index.html
http://tracker.openchange.org/projects/1/wiki/HowTo_build_your_own_OpenChangeSOGo_appliance

The problem is this:
Jan  8 12:30:03 mail postfix/pipe[6078]: 48081320D97: to=us...@example.com,
relay=dovecot, delay=1785, delays=1785/0/0/0.03, dsn=4.3.0, status=deferred
(temporary failure)

I have created this using a ldif file. The moment I add the object class
posixAccount to the object the mail fails to deliver.

However I am able to send and receive mail fine if I create an object without
the posixAccount objectClass.

This is a problem for me as we are looking to implement a single sign on
environment for all technologies.


Any ideas?

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


Re: [SOGo] MailFieldNames - how to use it with SQL?

2014-01-08 Thread Igor Vitorac
For the SQL user source, you can use something like the following (see 
MailFieldNames):


SOGo config:
defaults write sogod SOGoUserSources '({canAuthenticate = YES; 
displayName = SOGo Users; id = users; isAddressBook = YES; type = 
sql;  userPasswordAlgorithm = md5; viewURL 
=mysql://sogo:sogo@127.0.0.1:3306/sogo/sogo_users; KindFieldName = 
kind; MultipleBookingsFieldName = multiple_bookings; IMAPHostFieldName = 
imaphost_fieldname; MailFieldNames = (mail2, mail3); })'


DB schema:
CREATE TABLE sogo_users (id int(11) PRIMARY KEY AUTO_INCREMENT, c_uid 
VARCHAR(128) UNIQUE KEY, c_name VARCHAR(128), c_password VARCHAR(32), 
c_cn VARCHAR(128), mail VARCHAR(128), kind VARCHAR(100), 
multiple_bookings int, imaphost_fieldname VARCHAR(100), mail2 
VARCHAR(128), mail3 VARCHAR(128));


NOTE: Do not just apply above lines! You might brake your SOGo install. 
Adapt it according to your configuration.


Regards,
Igor


Christian Mack wrote, On 08/01/2014 12:18:

Hello Michael Vogel


Am 2013-12-31 02:03, schrieb Michael Vogel:

I haven't really found a way to use MailFieldNames with out
postfixadmin.AFAIK this fields defaults to the field mail. How do I
handle the case of multiple mail adresses? How are they separated?


In LDAP schema inetOrgPerson attribute mail is multivalued.
Therefore you just add another one for the second email address.


Kind regards,
Christian Mack




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


Re: [SOGo] Plans for collaboration features?

2014-01-08 Thread Christian Mack
Hello Tanstaafl

Am 2014-01-03 11:53, schrieb Tanstaafl:
 
 I was just wondering if there is anything planned in this area. It is
 the one thing that SOGo lacks as compared to some of the other Groupware
 options out there (Zimbra, Horde, etc).
 
 We will be implementing SOGo soon, and I'm seriously hoping it
 eliminates all of the massive performance problems we've been having
 with Thunderbird+Lightning+Google Calendar (using Provider for Google
 Calendar). If it doesn't, there has been talk in upper management about
 switching to some kind of Hosted Exchange environment shudder...

What do you understand as collaboration features?

I ask, because email is used for collaboration, appointments are used
for collaboration and address books are used for collaboration.
They all can be shared and be used cooperatively with SOGo

So what is missing from your point of view?


Kind regards,
Christian Mack

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


Re: [SOGo] SoGo don't conect to SMTP and sendmail

2014-01-08 Thread Dominik Breu
Hi, 

There are some // missing I only set one value. So the error appears for both 
individual and with the latest release it works with SMTP. 

Greetings 

Georg Hasibether ge...@hasibether.at schrieb:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

You have enabled sendmail and smtp..., by single domain choose only
one method!


On 01/07/2014 12:53 PM, Dominik Breu wrote:
 Hello again,
 
 i have a problem with the latest SoGo nightly. It don't connect to
 smtp or send mails via sendmail. And i didn't get any log either
 from sogo nor from postfix. So i ask here for help. Maybe this time
 i get an answer.
 
 Greetings
 
 dominik.
 
 P.S.
 
 Connfiguration:
 
 
 { OCSFolderInfoURL = 
 postgresql://sogo:sogo@localhost:5432/sogo/sogo_folder_info; 
 OCSSessionsFolderURL = 
 postgresql://sogo:sogo@localhost:5432/sogo/sogo_sessions_folder; 
 SOGoACLsSendEMailNotifications = YES; 
 SOGoAppointmentSendEMailNotifications = YES; SOGoDraftsFolderName =
 INBOX/Drafts; SOGoFirstDayOfWeek = 1; SOGoFirstWeekOfYear =
 January1; SOGoFoldersSendEMailNotifications = YES; 
 SOGoForceExternalLoginWithEmail = YES; SOGoIMAPServer =
 imaps://localhost:993; SOGoLanguage = German; 
 SOGoMailAuxiliaryUserAccountsEnabled = yes; SOGoMailDomain =
 hbs-buko.info;

- -- SOGoMailingMechanism = sendmail;

 SOGoProfileURL = 
 postgresql://sogo:sogo@localhost:5432/sogo/sogo_user_profile;

- -- SOGoMailingMechanism = smtp;

 SOGoSMTPServer = 127.0.0.1:587; SOGoSentFolderName = INBOX/Sent; 
 SOGoSuperUsernames = ( dominik, sogo, buko ); SOGoTimeZone =
 Europe/Berlin; SOGoTrashFolderName = INBOX/Trash; SOGoUserSources =
 ( { type = ldap; CNFieldName = cn; IDFieldName = uid; 
 IMAPHostFieldName = mailHost; UIDFieldName = uid; baseDN =
 ou=users,dc=hbs-buko,dc=info; bindDN =
 uid=sogo,ou=users,dc=hbs-buko,dc=info; bindPassword = sogo; 
 canAuthenticate = YES; displayName = Shared Addresses; hostname =
 localhost; id = public; isAddressBook = YES; 
 userPasswordAlgorithm=SSHA512; hostname = ldap://127.0.0.1:389;;
  bindAsCurrentUser = NO; } ); LDAPDebugEnabled=YES; 
 ImapDebugEnabled=YES; }
 

-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.14 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iQEcBAEBAgAGBQJSzKKxAAoJEJnRjsqMRgDtuigIAJeAye6zXZEtZYkCAYrRlc8r
yWa5J2PaHoWeJLv093vB8kbyqThds1y7GnfvVZEFvW9DHD6b7pvcWxciyTb7844K
oa7mM6tt4p3yX8ODYu/s00QFKPtZX653qGLc0Y5TA4GaHitIp8SpFnxlDcH5f/CO
g3v+9t01B5sB2EpJ45+CeDwotUno06t5ZWXGbDE6guhC0tf1A/EOwojr+Z+IEc8S
DxLXp8Uhsrwk2DaDjr+ySh8UhDfZfTxONP/jVImZHmXOJZGBrs28Mx1DvDkYfMv2
E1W7HEnzXpLZeIIF08xCD0RvlLcAQdev1odw0v22lkjxqTlHatz+6p/kZA4kegw=
=iOAq
-END PGP SIGNATURE-
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

-- 
Diese Nachricht wurde von meinem Android-Mobiltelefon mit K-9 Mail gesendet.-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Sogo LDAP posixAccount Postfix delivery failure

2014-01-08 Thread Rowland Penny

On 08/01/14 11:48, gert.ho...@securityicon.com wrote:

Hi!

Its been a while since I have configured a production server and also since I
have used a mailing list so please forgive me if a miss a few details.

Here is the scenario:
I am experimenting with a virtual server environment. I have SOGo running on a
Ubuntu 12.04 server with Postfix, Dovecot and SAMBA4.

I have a separate LDAP server running on the same version of Ubuntu. I use
phpmyldap to administer this LDAP server. I have created the structures within
the LDAP server with this tool.

What LDAP server? Samba4 uses an AD server

I used various installation guides but decided to use apt-get to install SOGo
and openchange on what is the mail server.

The basic configurations is according to teh following guides:
http://www.openchange.org/cookbook/backends/sogo/index.html
http://tracker.openchange.org/projects/1/wiki/HowTo_build_your_own_OpenChangeSOGo_appliance

The problem is this:
Jan  8 12:30:03 mail postfix/pipe[6078]: 48081320D97: to=us...@example.com,
relay=dovecot, delay=1785, delays=1785/0/0/0.03, dsn=4.3.0, status=deferred
(temporary failure)

I have created this using a ldif file. The moment I add the object class
posixAccount to the object the mail fails to deliver.However I am able to send 
and receive mail fine if I create an object without
the posixAccount objectClass.

This is a problem for me as we are looking to implement a single sign on
environment for all technologies.

This is not a problem, the 'posixAccount' objectClass is an auxillary 
class of the objectClass 'user' in AD and as such does not need to be 
added and in fact shouldn't be added.


Rowland



Any ideas?



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


Re: [SOGo] Plans for collaboration features?

2014-01-08 Thread Tanstaafl
On 2014-01-08 7:43 AM, Christian Mack christian.m...@uni-konstanz.de 
wrote:

Hello Tanstaafl

What do you understand as collaboration features?

I ask, because email is used for collaboration, appointments are used
for collaboration and address books are used for collaboration.
They all can be shared and be used cooperatively with SOGo

So what is missing from your point of view?


Hi Christian,

Well, I'm first thinking of Document/Information Sharing ala Sharepoint.

Organizational, and Group/Team collaboration

Ie, an organization can provide web pages and store documents to provide 
information to employees - e.g. an 'Employee Handbook' and/or 'Policies 
 Procedures' manual), a 'How To' web page provided by IT for with links 
to all kinds of things (ie, working with the organizations different 
systems (SOGo, Phone system, etc), and then users could work within 
their Teams to collaborate on projects, etc that kind of thing.


Shared Tasks (ala Horde) would be nice too...

Thanks for listening... :)
--
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] openid

2014-01-08 Thread Christian Mack
Hello Andreas Baumhof

Am 2014-01-08 07:54, schrieb Andreas Baumhof:
 
 is there an integration with openid?
 

No, not yet.
All there is is a CAS integration.
https://en.wikipedia.org/wiki/Central_Authentication_Service

You could open an enhancement request at http://www.sogo.nu/bugs/


Kind regards,
Christian Mack

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


Re: [SOGo] Sogo LDAP posixAccount Postfix delivery failure

2014-01-08 Thread Gert Horne
Hi Rowland!

I am happy to report that I just found the problem!!

When I created the users in ldap I gave unique values to uiNumber and
gidNumber.

These should be set to the save value as the dovecot vmail account as 5000.

Permissions prohibited mail to be delivered through dovecot.

Thanks for the help.

Cheers,
G



On 08/01/2014 12:26, Rowland Penny rpenny241...@gmail.com wrote:

On 08/01/14 11:48, gert.ho...@securityicon.com wrote:
 Hi!

 Its been a while since I have configured a production server and also
since I
 have used a mailing list so please forgive me if a miss a few details.

 Here is the scenario:
 I am experimenting with a virtual server environment. I have SOGo
running on a
 Ubuntu 12.04 server with Postfix, Dovecot and SAMBA4.

 I have a separate LDAP server running on the same version of Ubuntu. I
use
 phpmyldap to administer this LDAP server. I have created the structures
within
 the LDAP server with this tool.
What LDAP server? Samba4 uses an AD server
 I used various installation guides but decided to use apt-get to
install SOGo
 and openchange on what is the mail server.

 The basic configurations is according to teh following guides:
 http://www.openchange.org/cookbook/backends/sogo/index.html
 
http://tracker.openchange.org/projects/1/wiki/HowTo_build_your_own_OpenCh
angeSOGo_appliance

 The problem is this:
 Jan  8 12:30:03 mail postfix/pipe[6078]: 48081320D97:
to=us...@example.com,
 relay=dovecot, delay=1785, delays=1785/0/0/0.03, dsn=4.3.0,
status=deferred
 (temporary failure)

 I have created this using a ldif file. The moment I add the object class
 posixAccount to the object the mail fails to deliver.However I am able
to send and receive mail fine if I create an object without
 the posixAccount objectClass.

 This is a problem for me as we are looking to implement a single sign on
 environment for all technologies.

This is not a problem, the 'posixAccount' objectClass is an auxillary
class of the objectClass 'user' in AD and as such does not need to be
added and in fact shouldn't be added.

Rowland


 Any ideas?


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


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


Re: [SOGo] Sieve problem

2014-01-08 Thread Jean Raby

On 14-01-08 6:07 AM, Christian Mack wrote:

Hello Christian Rößner

Am 2013-12-27 13:14, schrieb Christian Rößner:


I created an imap folder with German Umlauts. The folder is displayed
correctly in the SOGo web interface and also in Apple Mail

On the filesystem side Dovecot has encoded the folder name

When I log into the web interface and choose setting and create a
simple fileinto rule, I get a list of all available folders.
Unfortunately the imap folder with the German Umlauts is displayed
wrong. It seems SOGo does use the Dovecot encoded folder name and not
the name as is seen in the Email view of the web interface

This creates a wrong sieve script and if the rule is triggered,
Dovecot creates a new folder, which looks exactly like the encoded
version



This definitely looks like a bug.
So this should go into the bug tracker.

I've already filed a bug for this: http://sogo.nu/bugs/view.php?id=2569
It will be fixed for the next release.


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


Re: [SOGo] Plans for collaboration features?

2014-01-08 Thread Tanstaafl

On 2014-01-08 10:31 AM, Steve Boley st...@nams.net wrote:

I'm dragging on sogo because of issues with the openchange portion and
its limitations because I have users who don't want to get rid of crappy
outlook and it's propensity to complicate and magically have corrupted
data files in it.


Are you talking about the multi-process bug?

I'm concerned about this now, because I know our management is going to 
want to allow users to use Outlook, and I found a reference about this 
bug being fixed back in June of 2012 (a year and a half ago), but if it 
still exists, I'm wondering what the chances are of it getting fixed 
properly anytime soon?


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


Re: [SOGo] Plans for collaboration features?

2014-01-08 Thread Tanstaafl

On 2014-01-08 1:36 PM, Tanstaafl tansta...@libertytrek.org wrote:

On 2014-01-08 10:31 AM, Steve Boley st...@nams.net wrote:

I'm dragging on sogo because of issues with the openchange portion and
its limitations because I have users who don't want to get rid of crappy
outlook and it's propensity to complicate and magically have corrupted
data files in it.


Are you talking about the multi-process bug?

I'm concerned about this now, because I know our management is going to
want to allow users to use Outlook, and I found a reference about this
bug being fixed back in June of 2012 (a year and a half ago), but if it
still exists, I'm wondering what the chances are of it getting fixed
properly anytime soon?


Never mind, according to Jean it is an entirely different bug, and 
should be fixed soon...

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


[SOGo] BTS activities for Wednesday, January 08 2014

2014-01-08 Thread SOGo reporter
Title: BTS activities for Wednesday, January 08 2014





  
BTS Activities

  Home page: http://www.sogo.nu/bugs
  Project: SOGo
  For the period covering: Wednesday, January 08 2014

  
  
idlast updatestatus (resolution)categorysummary
	
	
	  
	
2573
	2014-01-08 12:09:10
	updated (open)
	SOGo
	Enabling sending emails in SOGo Demo site