[SOGo] Some bug with Integrator (week views, default LDAP, ...)

2011-03-18 Thread Olivier Migeot
Hello, list.

I'm currently trying to deploy SOGo within my office, and on most
users it works quite well : they're already used to Thunderbird so
that's easier. I'm using SOGo Integrator for easier ... well,
integration.

Still there's a couple of bugs/questions :

 * on some setups, the week view is empty. All other calendar views
are ok, but no event show up on week view... (I actually mixed real
SOGo calendars and old fashioned WebDAV + ICS ones, but on most setups
it works).
 * I used to have an LDAP addressbook set up on every client. It still
exists, but Integrator keeps on selecting SOGo's 'public' instead of
it. Even if I change the default LDAP server used for address
completion, within a day or so it gets back to SOGo's public.
 * Integrator insists on creating a new identity (username@domain) on
every account. This is no big deal but it's plain useless on setups
where e-mail addresses aren't based on usernames (like here, where we
have surname.name@domain as addresses and initials as usernames).
 * The Invitations: num in status bar is pretty and all, but now
people aren't warned of incoming invitations anymore, are they?

For each of these points, I was wondering whether it's common,
intended, yet to fix or just a misconfiguration on my side. Thank you
all.

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


Re: [SOGo] Create the SOGo administraive account

2011-03-18 Thread neohs


Hi Bennie,
OpenLdap is quite new to me. Need your confirmation whether the
entries in the LDAP screen are correct. If not, pls kindly indicate
your correct entries so that your suggested command can be run.

Thanks

[root@testmailserver openldap]# ldapadd -x -D cn=admin,dc=mindmedia,dc=com -w 
qwerty -f sogo.ldif 
ldap_bind: Invalid credentials (49)

Module Index[1]
Help..[2]
OpenLDAP Server Configuration   

 GLOBAL LDAP SERVER OPTIONS  

ROOT DN FOR LDAP DATABASE   
ADMINISTRATION LOGIN DN 
ADMINISTRATION PASSWORD Unix encrypted 11x1BzjhHv8MA
NEW ADMINISTRATION PASSWORD  Don't change  Set to  
INDEXES TO CACHE Default 
DATABASE ENTRIES TO CACHEDefault 
ACCESS CONTROL OPTIONS   Allow LDAP v2 clients Allow anonymous 
login with credentials Allow anonymous login with DN Allow updates by anonymous 
logins  
MAXIMUM NUMBER OF SEARCH RESULTS TO RETURN   Default (500)  
   
MAXIMUM TIME FOR SEARCHESDefault (3600 seconds) 
seconds 

 ENCRYPTION OPTIONS  

LDAP CONNECTIONS TO ACCEPT   LDAP over network Unix socket 
file LDAP over SSL  
TLS CERTIFICATE FILE None  
TLS PRIVATE KEY FILE None  
TLS CA CERTIFICATE FILE  None   

Quoting Bennie Kahler-Venter bven...@me.com:


 On 17Mar 2011, at 10:56 AM, ne...@mindmedia.com.sg wrote:

 Hi,
 I have problem loading the sogo.ldif into the directory of LDAP 
 server. I have
 copied and pasted here for your checking. Pls help. Thanks


 [root@testmailserver openldap]# ldapadd -x -D 
 ou=users,dc=mindmedia,dc=com -w
 qwerty -f sogo.ldif
 ldap_bind: Invalid credentials (49)

 from the man page of ldapadd:

 -D binddn
   Use the Distinguished Name binddn to bind to the LDAP 
 directory.  For SASL binds, the server is  expected
   to ignore this value.


 [root@testmailserver openldap]# ldapadd -x -D 
 cn=Manager,dc=mindmedia,dc=com
 -w qwerty -f sogo.ldif
 ldap_bind: Invalid credentials (49)
 [root@testmailserver openldap]# ldapadd -x -D
 uid=sogo,ou=users,dc=mindmedia,dc=com -w qwerty -f sogo.ldif
 ldap_bind: Invalid credentials (49)

 You might wat to try

 ldapadd -x -D cn=admin,dc=mindmedia,dc=com -w -f sogo.ldif

 hoping cn=admin,dc=mindmedia,dc=com is your admin user

 No quotes around the binddn is necessary.

 Bennie Kahler-Venter

 Abrocha Engineering and Solutions
 Tel:   +27 82 961 0270
 http://www.abrocha.co.za


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



Links:
--
[1] https://localhost.localdomain:1/ldap-server/index.cgi
[2] https://localhost.localdomain:1/help.cgi/ldap-server/slapd
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

[SOGo] Calendar - Time Interval

2011-03-18 Thread Dominique

Hi,

Is there a way to change the time intervals in the calendar. Currently 
set at 15 minutes interval, I'd like to be able to change the list for 5 
minutes intervals.

Or to be able to set a custom value  (Don't ask, it's a user request).
Can't seem to find where to change it.

Thanks,

Dominique



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


[SOGo] New e-mail notification in webinterface

2011-03-18 Thread Paul van der Vlis
Hello,

One of my customers has a problem with e-mail in the SOGo webinterface.

She uses the webinterface on her work. Before she used Horde, and there,
when she minimezed the browser, she could see if there are new messages.
the name (title of the browser) changed then from inbox to inbox (1).

But Sogo says always Sogo, so she needs to open the browser to see if
there are new messages. And she cannot do that all the time...

For this reason she prefers Horde. But maybe you have an idea how she
could see if there is new mail with minimized browser?

With regards,
Paul van der Vlis.

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


Re: [SOGo] Alternative sender

2011-03-18 Thread Paul van der Vlis
Op 18-03-11 12:06, Alessio Fattorini schreef:
 Il 18/03/2011 12:01, Paul van der Vlis ha scritto:
 Hello,

 Is it possible for users to have more then one identitie for sending
 mail?  For e.g. private mail, bussiness mail, more official mail, etc.
 
 It's a recursive question:
 You Need to define the email addresses in the mail attribute of your
 ldap users. The SOGo web interface then allows users to choose from any
 of the addresses when composing emails.

I use a mysql database for authentication. Do I have to create extra
columns in my database, or do I have too add extra records with the same
c_uid ?

mysql show columns from sogo_users;
++--+--+-+-+---+
| Field  | Type | Null | Key | Default | Extra |
++--+--+-+-+---+
| c_uid  | varchar(10)  | NO   | PRI | NULL|   |
| c_name | varchar(10)  | YES  | | NULL|   |
| c_password | varchar(32)  | YES  | | NULL|   |
| c_cn   | varchar(128) | YES  | | NULL|   |
| mail   | varchar(128) | YES  | | NULL|   |
++--+--+-+-+---+
5 rows in set (0.00 sec)

This is what I use to connect:
defaults write sogod SOGoUserSources '({canAuthenticate = YES;
displayName = SOGo Users; id = users; isAddressBook = YES; type = sql;
userPasswordAlgorithm = md5; viewURL
=mysql://sogo:x@127.0.0.1:3306/sogo/sogo_users;})'
defaults write sogod SOGoProfileURL

 I mean something like:

 1. Firma van der Vlis  i...@vandervlis.nl
 2. Paul van der Vlis   p...@vandervlis.nl
 3. E.P. van der Vlis   p...@vandervlis.nl
 
 Should be configurable from e-mail preferences i think, like Thunderbird
 There is an open NFR bug yet

What does NFR mean?  Can you point me to the bug when it's important for me?

With regards,
Paul van der Vlis.

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


Re: [SOGo] New e-mail notification in webinterface

2011-03-18 Thread Corrado Fiore
Hi Paul,

 [...] Sogo says always Sogo, so she needs to open the browser to see if
 there are new messages.

I think this is an instance of a more general problem (the fixed title in 
windows).  There's a bug already filed for this, you might want to add details 
to it:  http://www.sogo.nu/bugs/view.php?id=1045

My two cents :-)

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

Re: [SOGo] Alternative sender

2011-03-18 Thread Jim Hague
On Friday 18 Mar 2011 11:06:16 Alessio Fattorini wrote:
 Il 18/03/2011 12:01, Paul van der Vlis ha scritto:
  Hello,
  
  Is it possible for users to have more then one identitie for sending
  mail?  For e.g. private mail, bussiness mail, more official mail, etc.
 
 It's a recursive question:
 You Need to define the email addresses in the mail attribute of your ldap
 users. The SOGo web interface then allows users to choose from any of the
 addresses when composing emails.

I've done this, and it works well.

However, be warned that if you have clients set up to use your LDAP as an 
address book, you can't be sure which of the multiple addresses they will 
choose to display as your email. I carefully set up OpenLDAP to return 
addresses in a particular order, hoping that the first would always be the one 
displayed as the address book address, which mostly worked, but then found 
that iCal doesn't pick the first. Dunno how it does choose.
-- 
Jim Hague - jim.ha...@acm.org  Never trust a computer you can't lift.
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


[SOGo] SOGo + Funambol

2011-03-18 Thread Dominique

Hi,

I've got Sogo happily running for a while now and I was trying to add 
Funambol. Install went OK, so did the setup through the admin program.


In order to test it, I installed a Thunderbird client before trying to 
roll it out to mobile clients.
After configuring the client with the appropriate URL and changing the 
data sources.
I do not have a user create in Funambol as I modified the Officer use 
the one mentioned in the manual (i.e. sogoofficer).
When trying to connect, I receive a connection error (check url, user 
name and password ).

From the log, URL does not seem to be the problem.
So here goes the questions:
1. I connect to SOGo with a username without domain. Do I have to use 
that one or the full user name with FQDN?
2. No users are created in Funambol. Do I have to create one anyway, and 
does it have to include the FQDN ? And how to I activate the sogoofficer 
to update Funambol for the existing sogo users ?


I suppose simple stuff for the one that already hit the snag...

Thanks for the help,

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


Re: [SOGo] SOGo configuration file problem

2011-03-18 Thread Francis Lachapelle
Hi Thomas

On 2011-03-17, at 10:27 AM, Thomas Robers wrote:

 I googled for that error and found that e.g. a defaults write sogod 
 SOGoLanguage = German should convert that file into the
 XML Version of that file. But that doesn't work for me. I get:

Try defaults write sogod SOGoLanguage German.


Francis

--
flachape...@inverse.ca :: +1.514.755.3640 :: http://www.inverse.ca
Inverse :: Leaders behind SOGo (http://sogo.nu) and PacketFence 
(http://packetfence.org)

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

Re: [SOGo] SOGo + Funambol

2011-03-18 Thread Mohit Chawla
On Fri, Mar 18, 2011 at 8:44 PM, Dominique dco...@hotmail.com wrote:

 In order to test it, I installed a Thunderbird client before trying to roll
 it out to mobile clients.


I am not sure if Thunderbird is supposed to work with Funambol.

You can either try with a mobile client or MS Outlook, according to your
available resources.
Regarding users/fqdn, in a funambol client (mobile/outlook) you will set the
url of your sogo server ( and the remote name of the sources - sogo-cal etc.
) and that's it. SOGoOfficer will pick up user credentials from the db.
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Signature link

2011-03-18 Thread Francis Lachapelle
Hi

On 2011-03-15, at 2:48 AM, dpe...@ehs.wcape.school.za 
dpe...@ehs.wcape.school.za wrote:

 Do you compose messages in HTML or plain text?
 I changed to plain text whilst composing the signature - in other words, fist
 created a signature in html, didn't like it, changed to plain text and edited
 it. Changes were't saved and then link disappeared after a few attempts.
 
 Can you show us the content of the column c_defaults in the table
 sogo_user_profile for your user?
 {SOGoTimeFormat: %I:%M %p, SOGoMailSignature: \n,

You ended up with a single line feed as your signature. That's why you can't 
edit it.

Nonetheless, it's a bug. Could you fill a ticket (http://sogo.nu/bugs/)?

Thanks!

Francis

--
flachape...@inverse.ca :: +1.514.755.3640 :: http://www.inverse.ca
Inverse :: Leaders behind SOGo (http://sogo.nu) and PacketFence 
(http://packetfence.org)

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

[SOGo] BTS activities for Friday, March 18 2011

2011-03-18 Thread SOGo reporter
Title: BTS activities for Friday, March 18 2011





  
BTS Activities

  Home page: http://www.sogo.nu/bugs
  Project: SOGo
  For the period covering: Friday, March 18 2011

  
  
idlast updatestatus (resolution)categorysummary
	
	
	  
	
1192
	2011-03-18 12:18:23
	updated (open)
	Backend General
	Ability to use normal SOGo Authentication with SOGoTrustProxyAuthentication=YES
	
	  
	
1185
	2011-03-18 22:18:28
	resolved (fixed)
	Web Calendar
	All day Event shown for two days - part2
	
	  
	
1190
	2011-03-18 08:52:50
	resolved (fixed)
	Web Calendar
	Show completed tasks
	
	  
	
1195
	2011-03-18 09:03:21
	closed (fixed)
	Web Calendar
	'Show completed tasks' option does not work properly