[SOGo] display name

2013-11-11 Thread Héctor Moreno Blanco
Hello everybody,

We have a little problem with SOGo. We would like to display the givenName + 
sn in the web interface as well as the full user name in the preferences. As 
we don't have displayName attribute in our LDAP server and the config 
CNFieldName is only one field and doesn't support array type.

How can we achieve this?

Thank you very much in advanced.
Kind regards.

Héctor Moreno Blanco.


P Please consider the environment before printing this e-mail.

__
This message including any attachments may contain confidential 
information, according to our Information Security Management System,
 and intended solely for a specific individual to whom they are addressed.
 Any unauthorised copy, disclosure or distribution of this message
 is strictly forbidden. If you have received this transmission in error,
 please notify the sender immediately and delete it.

__
Este mensaje, y en su caso, cualquier fichero anexo al mismo,
 puede contener informacion clasificada por su emisor como confidencial
 en el marco de su Sistema de Gestion de Seguridad de la 
Informacion siendo para uso exclusivo del destinatario, quedando 
prohibida su divulgacion copia o distribucion a terceros sin la 
autorizacion expresa del remitente. Si Vd. ha recibido este mensaje 
 erroneamente, se ruega lo notifique al remitente y proceda a su borrado. 
Gracias por su colaboracion.

__

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

Re: [SOGo] SOGo GUI help

2013-11-11 Thread Szládovics Péter

2013-11-10 09:44 keltezéssel, Dawit Ayele írta:

HI

i have configured SOGo but the GUI in not coming correctly

Inline image 1

here is my sogo.conf file

{
SOGoProfileURL =
postgresql://sogo:sogo@localhost:5432/sogo/sogo_user_profile;
OCSFolderInfoURL =
postgresql://sogo:sogo@localhost:5432/sogo/sogo_folder_info;
OCSSessionsFolderURL =
postgresql://sogo:sogo@localhost:5432/sogo/sogo_sessions_folder;
SOGoAppointmentSendEMailNotifications = YES;
SOGoCalendarDefaultRoles = (
PublicViewer,
ConfidentialDAndTViewer
);
SOGoLanguage = English;
SOGoMailDomain = kifiya.com http://kifiya.com;
SOGoDraftsFolderName = INBOX/Drafts;
SOGoIMAPServer = localhost;
SOGoUserSources = (
{
type = ldap;
CNFieldName = cn;
IDFieldName = uid;
UIDFieldName = uid;
baseDN = ou=people,dc=kifiya,dc=com;
bindDN = uid=sogo,ou=people,dc=kifiya,dc=com;
bindPassword = root123;
canAuthenticate = YES;
displayName = Shared Addresses;
hostname = localhost;
id = public;
isAddressBook = YES;
port = 389;
}
);
SOGoMailingMechanism = smtp;
SOGoSMTPServer = localhost;
SOGoSentFolderName = INBOX/Sent;
SOGoTimeZone = America/Montreal;
SOGoTrashFolderName = INBOX/Trash;

SOGoPageTitle = Kifiya;
SOGoFaviconRelativeURL  = /data/sogo/sogo.ico;
SOGoVacationEnabled = YES;
SOGoForwardEnabled = YES;
SOGoSieveScriptsEnabled = YES;
#SOGoLoginModule = mail;
SOGoMailMessageCheck = every_10_minutes;

}
--
Best Regard


Hi,

Your problem there is on Apache side.

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


Re: [SOGo] SOGo GUI help

2013-11-11 Thread mourik jan heupink

Hi Dawit,

I don't think yopu should be coming in on port 2 directly, but 
rather via apache. I suggest you take a look at your apache configuration.


MJ

On 11/10/2013 9:44, Dawit Ayele wrote:

HI

i have configured SOGo but the GUI in not coming correctly

Inline image 1

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


Re: [SOGo] SOGo GUI help

2013-11-11 Thread Dawit Ayele
Thank you, i got it


On Mon, Nov 11, 2013 at 10:43 AM, mourik jan heupink heup...@gmail.comwrote:

 Hi Dawit,

 I don't think yopu should be coming in on port 2 directly, but rather
 via apache. I suggest you take a look at your apache configuration.

 MJ


 On 11/10/2013 9:44, Dawit Ayele wrote:

 HI

 i have configured SOGo but the GUI in not coming correctly

 Inline image 1

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




-- 
Best Regard

Dawit Ayele
System Engineer
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] SOGo autoconfiguration for iOS and OSX

2013-11-11 Thread Jan-Frode Myklebust
Never mind, this seems to cover my questions:

   
http://www.rootmanager.com/iphone-ota-configuration/iphone-ota-setup-with-signed-mobileconfig.html


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

[SOGo] (untested) configuration profile for iOS

2013-11-11 Thread Jan-Frode Myklebust
Here's a simple (untested) CGI-script for publishing a configuration
profile to an iOS device. Put the attached CGI-script in
$WEBROOT/ios/SOGo.mobileconfig and add this to the apache config:

Location /ios
Options +ExecCGI
AddHandler cgi-script .mobileconfig
/location

then open http://website/ios/SOGo.mobileconfig?email@address in the
browser, and hopefully a configuration profile should appear.

A few hostnames needs to be customized, but hopefully this should work :-)


HTH


  -jf
-- 
users@sogo.nu
https://inverse.ca/sogo/lists#! /bin/bash -
#
# Simple CGI-script for creating configuration profile for SOGo
# services on iOS.
#
# Jan-Frode Myklebust janfr...@tanso.net

## Wash input
EMPTY=$(echo -n ${1} | tr -d '[:alnum:]' | tr -d '[:punct:]')
if test -n $EMPTY
then
echo Content-Type: text/plain
echo
echo Bad characters in input. Aborting.
echo $1
echo $EMPTY
exit 1
fi

EMAIL=$1
DOMAIN=${EMAIL##*@}
REVERSE=$(echo $EMAIL | sed -e 's/@/\./g' | awk -F. '{ for (i=NF; i  0; i--) 
printf . $i }'|sed 's/^.//' )

# No idea if these needs to be different:
UUIDprofile=$(uuidgen)
UUIDcarddav=$(uuidgen)
UUIDcaldav=$(uuidgen)
UUIDmail=$(uuidgen)

# Create signed profile:
#cat  EOF | openssl smime -sign -signer server.crt -inkey server.key 
-certfile cert-chain.crt -outform der -nodetach

# Create unsigned profile:
cat  EOF 
Content-Type: application/x-apple-aspen-config; charset=utf-8
Content-Disposition: attachment; filename=SOGo.mobileconfig

?xml version=1.0 encoding=UTF-8?
!DOCTYPE plist PUBLIC -//Apple//DTD PLIST 1.0//EN 
http://www.apple.com/DTDs/PropertyList-1.0.dtd;
plist version=1.0
dict
keyPayloadContent/key
array
dict
keyCalDAVAccountDescription/key
stringAltibox Calendar/string
keyCalDAVHostName/key
stringmail.altibox.no/string
keyCalDAVPort/key
real443/real
keyCalDAVPrincipalURL/key
string/SOGo/dav/${EMAIL}//string
keyCalDAVUseSSL/key
true/
keyCalDAVUsername/key
string${EMAIL}/string
keyPayloadDescription/key
string${EMAIL} calendar/string
keyPayloadDisplayName/key
string${EMAIL} calendar/string
keyPayloadIdentifier/key

stringnet.altibox.sogo.profile.caldav.${REVERSE}/string
keyPayloadOrganization/key
string${DOMAIN}/string
keyPayloadType/key
stringcom.apple.caldav.account/string
keyPayloadUUID/key
string${UUIDcaldav}/string
keyPayloadVersion/key
integer1/integer
/dict
dict
keyCardDAVAccountDescription/key
stringAltibox Contacts/string
keyCardDAVHostName/key
stringmail.altibox.no/string
keyCardDAVPort/key
integer443/integer
keyCardDAVPrincipalURL/key

stringhttps://mail.altibox.no/SOGo/dav/${EMAIL}//string
keyCardDAVUseSSL/key
true/
keyCardDAVUsername/key
string${EMAIL}/string
keyPayloadDescription/key
string${EMAIL} contacts/string
keyPayloadDisplayName/key
string${EMAIL} contacts/string
keyPayloadIdentifier/key

stringnet.altibox.sogo.profile.carddav.${REVERSE}/string
keyPayloadOrganization/key
string${DOMAIN}/string
keyPayloadType/key
stringcom.apple.carddav.account/string
keyPayloadUUID/key
string${UUIDcarddav}/string
keyPayloadVersion/key
integer1/integer
/dict
dict
keyEmailAccountDescription/key
stringAltibox Mail/string
keyEmailAccountType/key
stringEmailTypeIMAP/string
keyEmailAddress/key
string${EMAIL}/string
keyIncomingMailServerAuthentication/key
stringEmailAuthPassword/string
keyIncomingMailServerHostName/key
stringpop.altibox.no/string
 

Re: [SOGo] ANN: SOGo v2.1.0

2013-11-11 Thread Jean Raby

On 13-11-07 10:16 PM, Francis Lachapelle wrote:

The Inverse Team is pleased to announce the immediate availability of SOGo
2.1.0. This is a minor release of SOGo which focuses on improved stability over
previous versions.

Hi everyone,

a ZEG version 2.1.0 is also available for download: 
http://www.sogo.nu/downloads/zeg.html

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


Re: [SOGo] Sogo - Outlook

2013-11-11 Thread Marc Cyr
I've used this tutorial and I am thankful for the level of detail this
guide has. My appliance is now working!

I am trying to figure how I can get a user in SOGo own more than one email
address. Any reference or thoughts about this would be very appreciated.


-Marc



On Wed, Nov 6, 2013 at 3:54 PM, Marc Cyr marc...@gmail.com wrote:

 Thanks Pablo!

 As if I've never seen that tutorial before?! :D There's a whole lot more
 details than what I was able to find around. Very cool.

 I'm going through it right now. Now I can finally get my sogo openchange
 plugin installed! :D

 -Marc

 On Wed, Nov 6, 2013 at 11:47 AM, Pablo Carranza pa...@vdevices.comwrote:

 On Wed, Nov 6, 2013 at 9:47 AM, Marc Cyr wrote:

 ...
 you will need to install Openchange in the first place.


 Here's a good tutorial that covers Samba4 and OpenChange installation for
 SOGo:
 http://iabsis.com/EN/article/35/Installation-de-Samba4-et-Openchange-sur-un-serveur-Debian-ou-Ubuntu

 -Pablo

 vDevices.com http://vdevices.com/ | Providing Hosted IT Solutions for
 Lawyers  Other Mobile Professionals



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

[SOGo] Personal and Global Address Book

2013-11-11 Thread Burk Al
Hi,

My new client is a small office of 5 users. They are all seasoned Exchange
Server  MS Outlook users. They left their big enterprise and started their
own company.
Right now, they are using Outlook 2013 and problematic email service and
not-so-user-friendly webmail from Godaddy. By time, I fiured that some of
the problems are because of Outlook 2013's poor IMAP implementation.

They are pressing me to find them a cost effective alternative solution.
They are not willing to replace Outlook 2013 with another client. They are
not using features like Calendar, Task or mailbox sharing or such but they
want to have 1 personal address book and 1 domain global address book,
which are also available to them when they are using the webmail.

I have setup an email server with postfix, dovecot, myself, roundcube on
ubuntu. I showed them the roundcube interface, which they liked. Since I
havent done the switch yet, I have no idea how well dovecot's IMAP service
will work with Outlook 2013. And I have no idea how I can provide them
those 2 address book solutions which would be available both on Outlook
2013 and on webmail.

I am not sure if I can use LDAP to achieve what I am looking for. And even
if I can, then I have no idea how to do that.

Then I heard about sogo. Now I am thinking sogo might be my solution. Even
I might get rid of the IMAP and connect my clients to the server natively.

What do you think?

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

[SOGo] BTS activities for Monday, November 11 2013

2013-11-11 Thread SOGo reporter
Title: BTS activities for Monday, November 11 2013





  
BTS Activities

  Home page: http://www.sogo.nu/bugs
  Project: SOGo
  For the period covering: Monday, November 11 2013

  
  
idlast updatestatus (resolution)categorysummary
	
	
	  
	
2489
	2013-11-11 19:39:16
	updated (open)
	Apple iCal.app
	Apple iCal - OS X 10.9 - Delegated Calendars Show Error
	
	  
	
2490
	2013-11-11 09:56:56
	updated (open)
	Backend Calendar
	Calendars do not show up
	
	  
	
2493
	2013-11-11 13:04:36
	updated (open)
	Backend Calendar
	sync-token property not returned in PROPFIND
	
	  
	
2462
	2013-11-11 18:21:27
	updated (open)
	Web Calendar
	Unknown WebClient when trying to connect agendav to SOGo
	
	  
	
2491
	2013-11-11 07:02:03
	updated (open)
	Web General
	Proxy http authentication doesn't work
	
	  
	
2299
	2013-11-11 08:48:55
	updated (open)
	with external server
	Unable to Synch Contacts with iCloud in TB
	
	  
	
2300
	2013-11-11 08:41:40
	updated (open)
	with external server
	Adding iCloud Account with Apple ID Credentials Only
	
	  
	
2492
	2013-11-11 12:58:09
	closed (not a bug)
	Backend Calendar
	sync-token changes with every request if nothing has changed in a collection