Re: [SOGo] Using users (login, password) of Plesk-database

2012-09-27 Thread Jim
On 26-9-2012 22:13, Holger Biber wrote:
 Hi Christian,
 
 Am 26.09.2012 14:24, schrieb Christian Mack:
 On 2012-09-24 18:45, Holger Biber wrote:
 Hi,

 I've several users (approx. 100) in a Plesk-database used for my old
 webmailer (Horde).
 These logins and the passwords are stored in different tables of the
 same database.

 How could I connect or synchronize the Sogo-MySql-Connector with these
 tables?
 Just create a VIEW matching the requirements of SOGo, which collects the
 data from the existing TABLEs.
 
 sorry for the question, but could you explain me the way to create the
 VIEW. What do you mean with VIEW ?
 How to use this for sogo? Is there any documentation for this?

A VIEW is a database object that embodies the result of an SQL query.

It looks much like a table but does a query behind the scenes to get the
data.

It's (fortunately) fairly basic SQL stuff.
Have a look at your database documentation for what is. Or google view
mysql. Hint: CREATE VIEW

In this case, you're using it to create a table that Sogo wants to see
with the columns it wants to see by getting its data from your existing
tables.

Have a look at the sogo documentation to see what columns Sogo expects
to see as well as the name of the view (which is the table name Sogo
expects).

-- 
Regards,

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


Re: [SOGo] Sending Invitations for appointments

2012-09-27 Thread Christian Mack
Hello Götz Reinicke


Sorry for the late answer.

On 2012-09-20 09:18, Götz Reinicke wrote:
 
 I recently installed SOGo 2 beta on a test server and it looks very
 good. (SOGo is installed on a centos 6 web server, mta/imap/pop and ldap
 are other servers.)
 
 I can add/share/subscribe calendars with co-workers which have an
 account on the system and depending to the ACL they can see or change
 information.
 
 But I can't send invitations by e-mail while creating an entry in the
 calendar.
 
 I'm sure there is some sort of option or config to be set in SOGo or I
 just have some peace missing in my setup.
 
 As mentioned it is a test server running SOGo so may be some name
 resolving or something else is missing.
 
 So what do I have to check or may be change.
 

You have to enable sending emails for invitations by setting
SOGoAppointmentSendEMailNotifications to YES.

defaults write sogod SOGoAppointmentSendEMailNotifications 'YES'


Can you send emails from SOGo Webinterface at all?
If yes, there is nothing more to do.
Else you have to check your SMTP settings:
SOGoMailingMechanism
WOSendMail
SOGoSMTPServer


Kind regards,
Christian Mack

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


Re: [SOGo] Images in email signature

2012-09-27 Thread Christian Mack
Hello Paul Warren


On 2012-09-24 03:45, Paul Warren wrote:
 
 I'm struggling to get a useful method of adding an image to a SOGo email
 signature.   The only way I've been able to reliably have an image
 appear in the signature is to add a link to an externally hosted image,
 which brings up security errors in Outlook and Thunderbird upon receipt.
 

That's the way it currently works.

With this you can save bandwidth, as only interested people get the image.

 Is there a way of doing a multi-part Mime signature similar to the way
 outlook and thunderbird do things? Or do you have a recommended way of
 doing something like this?
 

No, there is currently no such thing in SOGo.

But you can open an enhancement request at http://www.sogo.nu/bugs for
this functionality.


Kind regards,
Christian Mack

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


Re: [SOGo] sogo failed log-in question- beginner

2012-09-27 Thread Christian Mack
Hello Matej


On 2012-09-24 22:39, Matej Mailing wrote:
 
 first of all, I would like to apologize for asking perhaps something very 
 basic.
 

No problem.


 I was able to successfully install ldap server and all the
 dependencies for sogo via apt-get install. I can connect to the ldap
 server via phpldapadmin and change and edit data. I have followed the
 official installation manual however I have a problem when connecting
 to sogo. When I connect to http://server_ip:2/ and try to log in I
 get a message about unhandled exception or something like that. I have
 read that I should not do this in any case. So I edited the
   RequestHeader set x-webobjects-server-port 80
   RequestHeader set x-webobjects-server-name IP
   RequestHeader set x-webobjects-server-url http://IP;
 lines and try to connect to http://IP/SOGo, but I get no images and
 when checking with firebug I see a lot of 404 messages.
 I suspect there should be some virtual host created (and perhaps it
 was created somewhere?), but I don't find it.
 The file SOGo.conf contains a lot of options but there is no virtual
 host for apache. Should I create it by hand?
 
 What is the proper way to get things working?
 

You should look into your Apache logs, in order to narrow this down.


Kind regards,
Christian Mack

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


Re: [SOGo] Custom fields in calendar

2012-09-27 Thread Christian Mack
Hello Marc Rechté


On 2012-09-18 14:04, Marc Rechté wrote:
 
 I would like to know whether it would be possible to create custom
 fields in calendar events ?
 

No, that is not possible, because there is no such thing in all
standards I know of for events.


Kind regards,
Christian Mack

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


Re: [SOGo] Problems with ligthning

2012-09-27 Thread Manu Baylac

Le 26/09/2012 15:13, Sébastien Blin a écrit :


Trying to remove calendars from SOGo webmail.


It did the job, thanks ! But I noticed that the web gui and my 
thunderbird display different informations (not the same number of 
calendars; ok for contacts and addressbook).


So I thought it was a misconfiguration of my integrator.
The documentation says :
the Integrator will use the same user name used to connect to the first 
email server configured in Thunderbird.


My configuration is particular :
My server with sogo is not an mx. I use fetchmail that pops
an account and forwards to an alias (all Maildir of local accounts). So, 
in thunderbird, my first account name has a different domain than 
SOGoMailDomain, but uses the same user/ passwd as the ldap auth. I 
thought it fits the doc.


So, I changed, my configuration, created the first account of 
thunderbird with the same domain as SOGoMailDomain (we don't need it but 
...) - and created a multiple identity (configuration of thunderbird) 
with the domain I wanted.

And... all my problems disappeared ! Everything went fine.

So, my question : I misunderstood the doc ? The domain of the first 
email account must match SOGoMailDomain ?


Btw, I use courier-imap (I read some issues with it)

Thanks,

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


[SOGo] Sogo Domain for Microsoft Setup

2012-09-27 Thread Devinder Singh

Hi All,

I have been able to configure the entire SOGo setup for Microsoft Native 
Compatibility.


I am stuck at the last step ./Enter the DNS name or the IP address of 
your SOGo server in the Microsoft Exchange Server field///


On my system right now, with any can run the SOGo due to the conf 
configuration as below.


ProxyPass /SOGo http://127.0.0.1:2/SOGo retry=0

by giving my IP no. as 192.168.1.185 does not work.

Any idea what value can I add in that field ?

Additionally,  what does autodiscover.example.com does ?  how would I 
configure it . Already ocsmanager.conf has the ProxyPass for the 
/autodiscovery.


Kindly guide.

--
Thanks  Regards,
Devinder Singh Birdi

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

[SOGo] 2.0b5 Multiple Calendars

2012-09-27 Thread Christian Paminger

Hi,

I've installed SOGo 2.0b5 last week. I used the Installation Guide and 
everythings worked fine.
Now I want to add a Calendar but the buttons for adding and removing 
Calendars are not activated. Also the checkbox for activating and 
deactivating the personal Calendar don't work.
What can I do? Maybe something in the config file. Also I don't found a 
complete overview about all possible config parameters.


Thanks a lot,
Christian
--
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Sogo Domain for Microsoft Setup

2012-09-27 Thread John Russell
Just curious, what linux distro/version are you using?

On Thu, Sep 27, 2012 at 10:59 AM, Devinder Singh devinder.si...@qlc.inwrote:

  Hi All,

 I have been able to configure the entire SOGo setup for Microsoft Native
 Compatibility.

 I am stuck at the last step .* Enter the DNS name or the IP address of
 your SOGo server in the Microsoft Exchange Server field** *

 On my system right now, with any can run the SOGo due to the conf
 configuration as below.

 ProxyPass /SOGo http://127.0.0.1:2/SOGo retry=0

 by giving my IP no. as 192.168.1.185 does not work.

 Any idea what value can I add in that field ?

 Additionally,  what does autodiscover.example.com does ?  how would I
 configure it . Already ocsmanager.conf has the ProxyPass for the
 /autodiscovery.

 Kindly guide.

 --
 Thanks  Regards,
 Devinder Singh Birdi




-- 
It's better to be boldly decisive and risk being wrong than to agonize at
length and be right too late.
Marilyn Moats Kennedy
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

[SOGo] SOGo 2.0

2012-09-27 Thread Piet Hein
I have just updated SOGo to 2.0. I must say version 2.0 looks fine, the little 
makeover SOGo has a little more modern appearance now. Everything appears to 
work smoothly (I will test if anything changed on my 'running out of PostgreSQL 
connections'-issue, but considering the changelog I would not expect that).

I have not tried out native Outlook compatibility, the big new feature, as I do 
not use any Outlook clients. I would expect, especially when ActiveSync is 
implemented, SOGo would be a great drop in alternative.

i want to thank everyone working on SOGo!
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

[SOGo] ANN: SOGo v2.0.0

2012-09-27 Thread Ludovic Marcotte
The Inverse Team is pleased to announce the immediate availability of 
SOGo 2.0.0. This is a major release of SOGo which focuses on improved 
stability over previous versions and the addition of native Outlook 
compatibility support!


=== What is SOGo ===

SOGo is a free and modern scalable groupware server. It offers shared 
calendars, address books and emails through your favorite Web browser or 
by using a native client such as Mozilla Thunderbird and Lightning, 
Apple Calendar and Address Book (OSX and iOS) and now, Microsoft Outlook.


SOGo is standard-compliant and supports CalDAV, CardDAV, GroupDAV and 
reuses existing IMAP, SMTP and database servers - making the solution 
easy to deploy and interoperable with many applications.


SOGo features :

 * Scalable architecture suitable for deployments from dozen to many 
thousand users
 * Rich Web-based interface that shares the look and feel, the features 
and the data of Mozilla Thunderbird and Lightning
 * Improved integration with Mozilla Thunderbird and Lightning by using 
the SOGo Connector and the SOGo Integrator

 * Native compatibility for Microsoft Outlook 2003, 2007 and 2010
 * Two-way synchronization support with any SyncML-capable devices 
(BlackBerry, Palm, Windows CE, etc.) by using the Funambol SOGo Connector
 * Excellent native integration with Apple software (OSX and iOS) and 
Android-based devices


and many more! SOGo and our connectors are completely free.


=== Changes from the previous release ===

New Features
 * Native compatibility for Microsoft Outlook 2003, 2007 and 2010

Enhancements
 * updated translations
 * calendars list and mini-calendar are now always visible
 * tasks list has moved to a table in a tabs view along the events list
 * rows in tree view are now 4 pixels taller
 * node selection in trees now highlights entire row
 * new inline date picker
 * improved IE8/9 support
 * added support for standard/daylight timezone definition with end date
 * no longer possible to send a message multilpe times
 * mail editor title now reflects the current message subject
 * default language is selected on login page
 * mail notifications now include the calendar name

Bug Fixes
 * fixed translation of invitation replies
 * fixed vacation message encoding
 * fixed display of events of no duration
 * fixed error when copying/moving large set of contacts
 * fixed drag'n'drop of all-day events

See http://www.sogo.nu/bugs/changelog_page.php?project_id=1 for closed 
tickets and https://github.com/inverse-inc/sogo/commits/SOGo-2.0.0 for 
the complete change log.


=== Getting SOGo ===

SOGo is free software and is distributed under the GNU GPL. As such, you 
are free to download and try it by visiting the following page :


http://www.sogo.nu/downloads/backend.html

You can also download the sources by following the instructions on this 
page:


http://www.sogo.nu/development/source_code.html

Frontend clients such as Mozilla Thunderbird, Mozilla Lightning (Inverse 
Edition), SOGo Connector and SOGo Integrator extensions are available 
for download from :


http://www.sogo.nu/downloads/frontends.html

Documentation about the installation and configuration of SOGo, 
Thunderbird or mobile devices is available from :


http://www.sogo.nu/downloads/documentation.html

You can also try our online SOGo demo at :

http://www.sogo.nu/tour/online_demo.html

=== How can I help ? ===

SOGo is a collaborative effort in order to create the best Free and Open 
Source groupware solution.


There are multiple ways you can contribute to the project :

 * Documentation reviews, enhancements and translations
 * Write test cases - if you know Python, join in!
 * Feature requests or by sharing your ideas (see the roadmap)
 * Participate to the discussion in mailing lists
 * Patches for bugs or enhancements (http://www.sogo.nu/bugs)
 * Provide new translations 
(http://sogo.nu/english/support/faq/article/how-to-translate-sogo-in-another-language-2.html)


Feel free to send us your questions. You can also post them to the SOGo 
mailing list: http://sogo.nu/lists/


=== Getting Support ===

For any questions, do not hesitate to contact us by writing to 
supp...@inverse.ca


Customer support packages for SOGo are available from 
http://inverse.ca/support.html


--
Ludovic Marcotte
+1.514.755.3630  ::  www.inverse.ca
Inverse inc. :: Leaders behind SOGo (www.sogo.nu) and PacketFence 
(www.packetfence.org)

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


Re: [SOGo] ANN: SOGo v2.0.0

2012-09-27 Thread sebastián

El 27/09/12 18:57, Ludovic Marcotte escribió:
The Inverse Team is pleased to announce the immediate availability of 
SOGo 2.0.0. This is a major release of SOGo which focuses on improved 
stability over previous versions and the addition of native Outlook 
compatibility support!


Cheers! :-D

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


Re: [SOGo] ANN: SOGo v2.0.0

2012-09-27 Thread Aaron C Johnson

On 09/27/2012 04:57 PM, Ludovic Marcotte wrote:
The Inverse Team is pleased to announce the immediate availability of 
SOGo 2.0.0. This is a major release of SOGo which focuses on improved 
stability over previous versions and the addition of native Outlook 
compatibility support! 

Awesome! I can't wait to try it, excellent work Inverse team!

I noticed that the 1.3.x series is apparently being replaced by SOGo 2.0.

Can someone please point me in the right direction for upgrade notes for 
upgrading from SOGo 1.3.x to SOGo 2.0 now that it is officially 
released? Is there official documentation on this (perhaps I missed it)?


Are there any special steps that I need to follow before running apt-get 
dist-upgrade?


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


Re: [SOGo] Sogo Domain for Microsoft Setup

2012-09-27 Thread Devinder Singh

Hi John,

I am using the CentOS 6.

Thanks  Regards,
Devinder Singh Birdi

On 9/28/2012 1:29 AM, John Russell wrote:

Just curious, what linux distro/version are you using?

On Thu, Sep 27, 2012 at 10:59 AM, Devinder Singh 
devinder.si...@qlc.in mailto:devinder.si...@qlc.in wrote:


Hi All,

I have been able to configure the entire SOGo setup for Microsoft
Native Compatibility.

I am stuck at the last step ./Enter the DNS name or the IP
address of your SOGo server in the Microsoft Exchange Server field///

On my system right now, with any can run the SOGo due to the conf
configuration as below.

ProxyPass /SOGo http://127.0.0.1:2/SOGo retry=0

by giving my IP no. as 192.168.1.185 does not work.

Any idea what value can I add in that field ?

Additionally,  what does autodiscover.example.com
http://autodiscover.example.com does ?  how would I configure it
. Already ocsmanager.conf has the ProxyPass for the /autodiscovery.

Kindly guide.

-- 
Thanks  Regards,

Devinder Singh Birdi




--
It's better to be boldly decisive and risk being wrong than to 
agonize at length and be right too late.

Marilyn Moats Kennedy


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