[SOGo] upgradde 2.2.16 to 2.2.17

2015-12-01 Thread Khapare Joshi
can anyone give me an idea how to upgrade from 2.2.16 to 2.2.17 sothat I
can upgrade from 2.2.17 to 2.3.0 ?

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

[SOGo] sogo-tool hangs forever

2015-10-08 Thread Khapare Joshi
when removing users with sogo-tool it hangs for ever.

sogo-tool remove khapare

nothing happens

here are the sogo version I have in my server
sogo-2.2.16-1.centos6.x86_64
sogo-tool-2.2.16-1.centos6.x86_64

sope49-xml-4.9-20150212_1664.el6.1.x86_64
sope49-sbjson-2.3.1-20150212_1664.el6.1.x86_64
sope49-cards-2.2.16-1.centos6.x86_64
sope49-appserver-4.9-20150212_1664.el6.1.x86_64
sope49-ldap-4.9-20150212_1664.el6.1.x86_64
sope49-gdl1-4.9-20150212_1664.el6.1.x86_64
sope49-debuginfo-4.9-20150212_1664.el6.1.x86_64
sope49-gdl1-contentstore-2.2.16-1.centos6.x86_64
sope49-gdl1-postgresql-4.9-20150212_1664.el6.1.x86_64
sope49-core-4.9-20150212_1664.el6.1.x86_64
sope49-mime-4.9-20150212_1664.el6.1.x86_64
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] sogo-tool hangs forever

2015-10-08 Thread Khapare Joshi



On 10/08/2015 11:23 AM, Christian Mack wrote:

Am 08.10.2015 um 11:00 schrieb Khapare Joshi:

when removing users with sogo-tool it hangs for ever.

sogo-tool remove khapare

nothing happens

here are the sogo version I have in my server
sogo-2.2.16-1.centos6.x86_64
sogo-tool-2.2.16-1.centos6.x86_64

sope49-xml-4.9-20150212_1664.el6.1.x86_64
sope49-sbjson-2.3.1-20150212_1664.el6.1.x86_64
sope49-cards-2.2.16-1.centos6.x86_64
sope49-appserver-4.9-20150212_1664.el6.1.x86_64
sope49-ldap-4.9-20150212_1664.el6.1.x86_64
sope49-gdl1-4.9-20150212_1664.el6.1.x86_64
sope49-debuginfo-4.9-20150212_1664.el6.1.x86_64
sope49-gdl1-contentstore-2.2.16-1.centos6.x86_64
sope49-gdl1-postgresql-4.9-20150212_1664.el6.1.x86_64
sope49-core-4.9-20150212_1664.el6.1.x86_64
sope49-mime-4.9-20150212_1664.el6.1.x86_64


Do you execute this command as user sogo?

yes I execute this as a sogo user




Kind regards,
Christian Mack



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


Re: [SOGo] sogo-tool hangs forever

2015-10-08 Thread Khapare Joshi

hi Christian,

When I issue sogo-tool remove user and do the strace it hangs like this 
for ever


mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) 
= 0x7fa4e7544000

read(5, "root:x:0:0:root:/root:/bin/bash\n"..., 4096) = 1925
close(5)= 0
munmap(0x7fa4e7544000, 4096)= 0
socket(PF_NETLINK, SOCK_RAW, 0) = 5
bind(5, {sa_family=AF_NETLINK, pid=0, groups=}, 12) = 0
getsockname(5, {sa_family=AF_NETLINK, pid=28668, groups=}, [12]) = 0
sendto(5, "\24\0\0\0\26\0\1\3\302s\26V\0\0\0\0\0\0\0\0", 20, 0, 
{sa_family=AF_NETLINK, pid=0, groups=}, 12) = 20
recvmsg(5, {msg_name(12)={sa_family=AF_NETLINK, pid=0, groups=}, 
msg_iov(1)=[{"0\0\0\0\24\0\2\0\302s\26V\374o\0\0\2\10\200\376\1\0\0\0\10\0\1\0\177\0\0\1"..., 
4096}], msg_controllen=0, msg_flags=0}, 0) = 108
recvmsg(5, {msg_name(12)={sa_family=AF_NETLINK, pid=0, groups=}, 
msg_iov(1)=[{"\24\0\0\0\3\0\2\0\302s\26V\374o\0\0\0\0\0\0\1\0\0\0\10\0\1\0\177\0\0\1"..., 
4096}], msg_controllen=0, msg_flags=0}, 0) = 20

close(5)= 0
socket(PF_INET, SOCK_STREAM, IPPROTO_IP) = 5
setsockopt(5, SOL_TCP, TCP_NODELAY, [1], 4) = 0
fcntl(5, F_SETFL, O_RDONLY|O_NONBLOCK)  = 0
fcntl(5, F_SETFD, FD_CLOEXEC)   = 0
setsockopt(5, SOL_SOCKET, SO_KEEPALIVE, [1], 4) = 0
connect(5, {sa_family=AF_INET, sin_port=htons(5432), 
sin_addr=inet_addr("127.0.0.1")}, 16) = -1 EINPROGRESS (Operation now in 
progress)
poll([{fd=5, events=POLLOUT|POLLERR}], 1, -1) = 1 ([{fd=5, 
revents=POLLOUT}])

getsockopt(5, SOL_SOCKET, SO_ERROR, [0], [4]) = 0
getsockname(5, {sa_family=AF_INET, sin_port=htons(35154), 
sin_addr=inet_addr("127.0.0.1")}, [16]) = 0
poll([{fd=5, events=POLLOUT|POLLERR}], 1, -1) = 1 ([{fd=5, 
revents=POLLOUT}])

sendto(5, "\0\0\0\10\4\322\26/", 8, MSG_NOSIGNAL, NULL, 0) = 8
poll([{fd=5, events=POLLIN|POLLERR}], 1, -1) = 1 ([{fd=5, revents=POLLIN}])
recvfrom(5, "N", 16384, 0, NULL, NULL)  = 1
poll([{fd=5, events=POLLOUT|POLLERR}], 1, -1) = 1 ([{fd=5, 
revents=POLLOUT}])
sendto(5, "\0\0\0!\0\3\0\0user\0sogo\0database\0sogo\0"..., 33, 
MSG_NOSIGNAL, NULL, 0) = 33

poll([{fd=5, events=POLLIN|POLLERR}], 1, -1) = 1 ([{fd=5, revents=POLLIN}])
recvfrom(5, "R\0\0\0\f\0\0\0\5x\367f\246", 16384, 0, NULL, NULL) = 13
sendto(5, "p\0\0\0(md54a1100f9f79c83dec42e783e"..., 41, MSG_NOSIGNAL, 
NULL, 0) = 41

poll([{fd=5, events=POLLIN|POLLERR}], 1, -1) = 1 ([{fd=5, revents=POLLIN}])
recvfrom(5, "R\0\0\0\10\0\0\0\0S\0\0\0\26application_name\0\0"..., 
16384, 0, NULL, NULL) = 320
sendto(5, "Q\0\0\0,SET standard_conforming_str"..., 45, MSG_NOSIGNAL, 
NULL, 0) = 45

poll([{fd=5, events=POLLIN|POLLERR}], 1, -1) = 1 ([{fd=5, revents=POLLIN}])
recvfrom(5, "S\0\0\0#standard_conforming_strings"..., 16384, 0, NULL, 
NULL) = 51
sendto(5, "Q\0\0\0\"set client_encoding to 'UTF"..., 35, MSG_NOSIGNAL, 
NULL, 0) = 35

poll([{fd=5, events=POLLIN|POLLERR}], 1, -1) = 1 ([{fd=5, revents=POLLIN}])
recvfrom(5, "S\0\0\0\31client_encoding\0UTF8\0C\0\0\0\10S"..., 16384, 0, 
NULL, NULL) = 41
sendto(5, "Q\0\0\0NULL, 0) = 61

poll([{fd=5, events=POLLIN|POLLERR}], 1, -1) = 1 ([{fd=5, revents=POLLIN}])
recvfrom(5, 
"T\0\0\0\37\0\1c_path\0\0\5A\271\0\2\0\0\4\23\377\377\0\0\1\3\0\0"..., 
16384, 0, NULL, NULL) = 126
sendto(5, "Q\0\0\0\316SELECT c_folder_id, c_path,"..., 207, 
MSG_NOSIGNAL, NULL, 0) = 207

poll([{fd=5, events=POLLIN|POLLERR}], 1, -1) = 1 ([{fd=5, revents=POLLIN}])
recvfrom(5, 
"T\0\0\0\276\0\6c_folder_id\0\0\5A\271\0\1\0\0\0\27\0\4\377"..., 16384, 
0, NULL, NULL) = 471

sendto(5, "Q\0\0\0\26BEGIN TRANSACTION\0", 23, MSG_NOSIGNAL, NULL, 0) = 23
poll([{fd=5, events=POLLIN|POLLERR}], 1, -1) = 1 ([{fd=5, revents=POLLIN}])
recvfrom(5, "C\0\0\0\nBEGIN\0Z\0\0\0\5T", 16384, 0, NULL, NULL) = 17
sendto(5, "Q\0\0\0}DELETE FROM sogo_folder_inf"..., 126, MSG_NOSIGNAL, 
NULL, 0) = 126

poll([{fd=5, events=POLLIN|POLLERR}], 1, -1) = 1 ([{fd=5, revents=POLLIN}])
recvfrom(5, "C\0\0\0\rDELETE 1\0Z\0\0\0\5T", 16384, 0, NULL, NULL) = 20
sendto(5, "Q\0\0\0\27COMMIT TRANSACTION\0", 24, MSG_NOSIGNAL, NULL, 0) = 24
poll([{fd=5, events=POLLIN|POLLERR}], 1, -1) = 1 ([{fd=5, revents=POLLIN}])
recvfrom(5, "C\0\0\0\vCOMMIT\0Z\0\0\0\5I", 16384, 0, NULL, NULL) = 18
sendto(5, "Q\0\0\0\26BEGIN TRANSACTION\0", 23, MSG_NOSIGNAL, NULL, 0) = 23
poll([{fd=5, events=POLLIN|POLLERR}], 1, -1) = 1 ([{fd=5, revents=POLLIN}])
recvfrom(5, "C\0\0\0\nBEGIN\0Z\0\0\0\5T", 16384, 0, NULL, NULL) = 17
sendto(5, "Q\0\0\0 DROP TABLE sogos0066600c017"..., 33, MSG_NOSIGNAL, 
NULL, 0) = 33

poll([{fd=5, events=POLLIN|POLLERR}], 1, -1



On 10/08/2015 11:23 AM, Christian Mack wrote:

Am 08.10.2015 um 11:00 schrieb Khapare Joshi:

when removing users

Re: [SOGo] sogo-tool hangs forever

2015-10-08 Thread Khapare Joshi
users are deleted from the LDAP therefore I don't have users in our LDAP
server, is there a way to tell sogo forcefully remove from the sogo
database ? or

On Thu, Oct 8, 2015 at 2:05 PM, Christian Mack <
christian.m...@uni-konstanz.de> wrote:

> Am 08.10.2015 um 15:09 schrieb Khapare Joshi:
> >
> >
> > On 10/08/2015 11:23 AM, Christian Mack wrote:
> >> Am 08.10.2015 um 11:00 schrieb Khapare Joshi:
> >>> when removing users with sogo-tool it hangs for ever.
> >>>
> >>> sogo-tool remove khapare
> >>>
> >>> nothing happens
> >>>
> >>> here are the sogo version I have in my server
> >>> sogo-2.2.16-1.centos6.x86_64
> >>> sogo-tool-2.2.16-1.centos6.x86_64
> >>>
> >>> sope49-xml-4.9-20150212_1664.el6.1.x86_64
> >>> sope49-sbjson-2.3.1-20150212_1664.el6.1.x86_64
> >>> sope49-cards-2.2.16-1.centos6.x86_64
> >>> sope49-appserver-4.9-20150212_1664.el6.1.x86_64
> >>> sope49-ldap-4.9-20150212_1664.el6.1.x86_64
> >>> sope49-gdl1-4.9-20150212_1664.el6.1.x86_64
> >>> sope49-debuginfo-4.9-20150212_1664.el6.1.x86_64
> >>> sope49-gdl1-contentstore-2.2.16-1.centos6.x86_64
> >>> sope49-gdl1-postgresql-4.9-20150212_1664.el6.1.x86_64
> >>> sope49-core-4.9-20150212_1664.el6.1.x86_64
> >>> sope49-mime-4.9-20150212_1664.el6.1.x86_64
> >>>
> >> Do you execute this command as user sogo?
> > yes I execute this as a sogo user
> >
>
> Good.
>
> Does the user you want to remove (khapare) exist in your authentication
> source (AD or LDAP or auth-DB)?
>
>
> Kind regards,
> Christian Mack
>
> --
> Christian Mack
> Universität Konstanz
> Kommunikations-, Informations-, Medienzentrum (KIM)
> Abteilung Basisdienste
> 78457 Konstanz
> +49 7531 88-4416
>
>
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

[SOGo] sogo update from 2.1.16 , 2.3.1 calendars dissappeard

2015-08-04 Thread Khapare Joshi

hello all,

I just hit yum update sogo and sope49. all working but now I could not 
see anymore calendars events etc.


I read somewhere updating database script. which database script I 
should run ? I see following script in

/usr/share/doc/sogo-2.3.1

-rw-r--r-- 1 root root 5385142 Jul 23 16:25 ChangeLog
-rw-r--r-- 1 root root   82993 Jul 23 16:25 NEWS
-rw-r--r-- 1 root root2378 Jul 23 16:25 SOGo-apple-ab.conf
-rwxr-xr-x 1 root root1352 Jul 23 16:25 sogo-backup.sh
-rwxr-xr-x 1 root root1201 Jul 23 16:25 sql-update-101_to_102.sh
-rwxr-xr-x 1 root root 960 Jul 23 16:25 
sql-update-1.2.2_to_1.3.0-mysql.sh

-rwxr-xr-x 1 root root 958 Jul 23 16:25 sql-update-1.2.2_to_1.3.0.sh
-rw-r--r-- 1 root root 880 Jul 23 16:25 
sql-update-1.3.11_to_1.3.12-mysql.sh

-rwxr-xr-x 1 root root1347 Jul 23 16:25 sql-update-1.3.11_to_1.3.12.sh
-rw-r--r-- 1 root root1487 Jul 23 16:25 
sql-update-1.3.16_to_1.3.17-mysql.sh

-rwxr-xr-x 1 root root1441 Jul 23 16:25 sql-update-1.3.16_to_1.3.17.sh
-rw-r--r-- 1 root root 958 Jul 23 16:25 
sql-update-1.3.3_to_1.3.4-mysql.sh

-rw-r--r-- 1 root root 956 Jul 23 16:25 sql-update-1.3.3_to_1.3.4.sh
-rwxr-xr-x 1 root root1746 Jul 23 16:25 sql-update-20070724.sh
-rwxr-xr-x 1 root root1974 Jul 23 16:25 sql-update-20070822.sh
-rw-r--r-- 1 root root1343 Jul 23 16:25 sql-update-20080303.sh
-rwxr-xr-x 1 root root1101 Jul 23 16:25 
sql-update-2.0.4b_to_2.0.5-mysql.sh
-rwxr-xr-x 1 root root1666 Jul 23 16:25 
sql-update-2.2.17_to_2.3.0-mysql.sh

-rwxr-xr-x 1 root root1620 Jul 23 16:25 sql-update-2.2.17_to_2.3.0.sh
-rwxr-xr-x 1 root root3047 Jul 23 16:25 updates.php


I hope this upgrade doesn't destroy all the users events :)
--
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Calendar name changed to non-readable

2015-08-04 Thread Khapare Joshi



On 07/31/2015 06:05 PM, Steve Ankeny wrote:

On 07/31/2015 12:34 PM, Anil Thapa wrote:



On 07/31/2015 12:08 PM, Steve Ankeny wrote:

On 07/31/2015 07:36 AM, Khapare Joshi wrote:
My SOGo version is 2.2.16 (root@shiva.inverse 201502121141). 
Something has changed in this version, some reason in my calendar 
names are not recognizable, instead it prints as : 147F-4Dcc 


But if I create a new calendar i.e test it is normal.

I have attached the screen-shot. anybody has an opinion on this ?

K


Are the alpha-numeric-named calendars shared calendars from other 
users?


If so, that would seem to indicate the issue has to do with the 
authentication of users -- a scrambling of usernames -- i.e., LDAP, 
SQL, Samba-AD, Microsoft-AD, etc.  How are you authenticating users?


Where is user data stored?  It may also simply require a fresh 
sharing from the original user.


It might also be helpful to know your OS, etc.



Thanks,

1. users are from ldap
2. calendars, events are stored in postgresql
3. this is my own account.
4. I do not think this is something to do with authentication because
  a) this particular calendar is not shared
   b) if i create new calendar - for example TEST it does create 
exactly what I write
5. only those two calendar I created long ago had these 147F-4Dcc 
 kind of names.
6. I had already took a look into the logs, when I click on these i 
see no error, warning message
7. This might be somewhere in the database or the sogo could not 
translate those to readable format - which I don't know where to fix


Khapare


Your conclusions sound logical!  Now maybe someone can help you fix it.

(1) since it seems not to involve users, looking in LDAP is probably 
not the solution


(2) it sounds like a formatting error (UTF-8 etc.) in the database

If I read your e-mail correctly, this started when you recently 
upgraded SOGo?  I'm a little confused about your version number 
2.2.16, as I don't remember that version.  Can you not upgrade to the 
latest version, 2.3.1?



nope, But i renamed those calendar and it seem to be work
Perhaps someone can help (I'm not an expert)  It sounds like your 
database needs a bit of a cleanup.


Do you have access to the database from a gui interface or command 
line?  Can you query these calendars?  Are these the only calendars 
effected?  Is it possible to rename the calendars (i.e., correct them)?




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


Re: [SOGo] sogo update from 2.1.16 , 2.3.1 calendars dissappeard

2015-08-04 Thread Khapare Joshi
okay, I am running sql-update-2.2.17_to_2.3.0.sh script, it seem it will 
take a long to finish this



On 08/04/2015 11:42 AM, Khapare Joshi wrote:

hello all,

I just hit yum update sogo and sope49. all working but now I could not 
see anymore calendars events etc.


I read somewhere updating database script. which database script I 
should run ? I see following script in

/usr/share/doc/sogo-2.3.1

-rw-r--r-- 1 root root 5385142 Jul 23 16:25 ChangeLog
-rw-r--r-- 1 root root   82993 Jul 23 16:25 NEWS
-rw-r--r-- 1 root root2378 Jul 23 16:25 SOGo-apple-ab.conf
-rwxr-xr-x 1 root root1352 Jul 23 16:25 sogo-backup.sh
-rwxr-xr-x 1 root root1201 Jul 23 16:25 sql-update-101_to_102.sh
-rwxr-xr-x 1 root root 960 Jul 23 16:25 
sql-update-1.2.2_to_1.3.0-mysql.sh

-rwxr-xr-x 1 root root 958 Jul 23 16:25 sql-update-1.2.2_to_1.3.0.sh
-rw-r--r-- 1 root root 880 Jul 23 16:25 
sql-update-1.3.11_to_1.3.12-mysql.sh
-rwxr-xr-x 1 root root1347 Jul 23 16:25 
sql-update-1.3.11_to_1.3.12.sh
-rw-r--r-- 1 root root1487 Jul 23 16:25 
sql-update-1.3.16_to_1.3.17-mysql.sh
-rwxr-xr-x 1 root root1441 Jul 23 16:25 
sql-update-1.3.16_to_1.3.17.sh
-rw-r--r-- 1 root root 958 Jul 23 16:25 
sql-update-1.3.3_to_1.3.4-mysql.sh

-rw-r--r-- 1 root root 956 Jul 23 16:25 sql-update-1.3.3_to_1.3.4.sh
-rwxr-xr-x 1 root root1746 Jul 23 16:25 sql-update-20070724.sh
-rwxr-xr-x 1 root root1974 Jul 23 16:25 sql-update-20070822.sh
-rw-r--r-- 1 root root1343 Jul 23 16:25 sql-update-20080303.sh
-rwxr-xr-x 1 root root1101 Jul 23 16:25 
sql-update-2.0.4b_to_2.0.5-mysql.sh
-rwxr-xr-x 1 root root1666 Jul 23 16:25 
sql-update-2.2.17_to_2.3.0-mysql.sh

-rwxr-xr-x 1 root root1620 Jul 23 16:25 sql-update-2.2.17_to_2.3.0.sh
-rwxr-xr-x 1 root root3047 Jul 23 16:25 updates.php


I hope this upgrade doesn't destroy all the users events :)


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


Re: [SOGo] sogo update from 2.1.16 , 2.3.1 calendars dissappeard

2015-08-04 Thread Khapare Joshi
steve,

thanks, I rolled back to 2.1.16. You probably right. I will probably
upgrade from 2.1.16 to 2.1.17 then move on that.

but when I hit yum upgrade it updated to 2.3.0, so, perhaps sogo guys can
recommend me the right way of upgrade to 2.3.0

On Tue, Aug 4, 2015 at 5:24 PM, Steve Ankeny stev...@cinergymetro.net
wrote:

 Read the script to see where it failed?  It might have looked for 2.2.17
 and found only 2.1.16

 I was going to ask if during your upgrade it moved from 2.1.16 to 2.2.8
 (listed in the Instructions)  That was the version before 2.3.0 which
 required running the script, so I wondered if the script could be modified.


 On 08/04/2015 12:15 PM, Khapare Joshi wrote:

 the script been running for few hours then ask me password again for the
 database, once entered it returns me to the bash prompt. then restarted the
 sogo and database - login to sogo, still no calendars - what shall i do
 next ?

 ?


 On 08/04/2015 12:25 PM, Khapare Joshi wrote:

 okay, I am running sql-update-2.2.17_to_2.3.0.sh script, it seem it
 will take a long to finish this


 On 08/04/2015 11:42 AM, Khapare Joshi wrote:

 hello all,

 I just hit yum update sogo and sope49. all working but now I could not
 see anymore calendars events etc.

 I read somewhere updating database script. which database script I
 should run ? I see following script in
 /usr/share/doc/sogo-2.3.1

 -rw-r--r-- 1 root root 5385142 Jul 23 16:25 ChangeLog
 -rw-r--r-- 1 root root   82993 Jul 23 16:25 NEWS
 -rw-r--r-- 1 root root2378 Jul 23 16:25 SOGo-apple-ab.conf
 -rwxr-xr-x 1 root root1352 Jul 23 16:25 sogo-backup.sh
 -rwxr-xr-x 1 root root1201 Jul 23 16:25 sql-update-101_to_102.sh
 -rwxr-xr-x 1 root root 960 Jul 23 16:25
 sql-update-1.2.2_to_1.3.0-mysql.sh
 -rwxr-xr-x 1 root root 958 Jul 23 16:25
 sql-update-1.2.2_to_1.3.0.sh
 -rw-r--r-- 1 root root 880 Jul 23 16:25
 sql-update-1.3.11_to_1.3.12-mysql.sh
 -rwxr-xr-x 1 root root1347 Jul 23 16:25
 sql-update-1.3.11_to_1.3.12.sh
 -rw-r--r-- 1 root root1487 Jul 23 16:25
 sql-update-1.3.16_to_1.3.17-mysql.sh
 -rwxr-xr-x 1 root root1441 Jul 23 16:25
 sql-update-1.3.16_to_1.3.17.sh
 -rw-r--r-- 1 root root 958 Jul 23 16:25
 sql-update-1.3.3_to_1.3.4-mysql.sh
 -rw-r--r-- 1 root root 956 Jul 23 16:25
 sql-update-1.3.3_to_1.3.4.sh
 -rwxr-xr-x 1 root root1746 Jul 23 16:25 sql-update-20070724.sh
 -rwxr-xr-x 1 root root1974 Jul 23 16:25 sql-update-20070822.sh
 -rw-r--r-- 1 root root1343 Jul 23 16:25 sql-update-20080303.sh
 -rwxr-xr-x 1 root root1101 Jul 23 16:25
 sql-update-2.0.4b_to_2.0.5-mysql.sh
 -rwxr-xr-x 1 root root1666 Jul 23 16:25
 sql-update-2.2.17_to_2.3.0-mysql.sh
 -rwxr-xr-x 1 root root1620 Jul 23 16:25
 sql-update-2.2.17_to_2.3.0.sh
 -rwxr-xr-x 1 root root3047 Jul 23 16:25 updates.php


 I hope this upgrade doesn't destroy all the users events :)





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

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

Re: [SOGo] sogo update from 2.1.16 , 2.3.1 calendars dissappeard

2015-08-04 Thread Khapare Joshi
the script been running for few hours then ask me password again for the 
database, once entered it returns me to the bash prompt. then restarted 
the sogo and database - login to sogo, still no calendars - what shall i 
do next ?


?


On 08/04/2015 12:25 PM, Khapare Joshi wrote:
okay, I am running sql-update-2.2.17_to_2.3.0.sh script, it seem it 
will take a long to finish this



On 08/04/2015 11:42 AM, Khapare Joshi wrote:

hello all,

I just hit yum update sogo and sope49. all working but now I could 
not see anymore calendars events etc.


I read somewhere updating database script. which database script I 
should run ? I see following script in

/usr/share/doc/sogo-2.3.1

-rw-r--r-- 1 root root 5385142 Jul 23 16:25 ChangeLog
-rw-r--r-- 1 root root   82993 Jul 23 16:25 NEWS
-rw-r--r-- 1 root root2378 Jul 23 16:25 SOGo-apple-ab.conf
-rwxr-xr-x 1 root root1352 Jul 23 16:25 sogo-backup.sh
-rwxr-xr-x 1 root root1201 Jul 23 16:25 sql-update-101_to_102.sh
-rwxr-xr-x 1 root root 960 Jul 23 16:25 
sql-update-1.2.2_to_1.3.0-mysql.sh

-rwxr-xr-x 1 root root 958 Jul 23 16:25 sql-update-1.2.2_to_1.3.0.sh
-rw-r--r-- 1 root root 880 Jul 23 16:25 
sql-update-1.3.11_to_1.3.12-mysql.sh
-rwxr-xr-x 1 root root1347 Jul 23 16:25 
sql-update-1.3.11_to_1.3.12.sh
-rw-r--r-- 1 root root1487 Jul 23 16:25 
sql-update-1.3.16_to_1.3.17-mysql.sh
-rwxr-xr-x 1 root root1441 Jul 23 16:25 
sql-update-1.3.16_to_1.3.17.sh
-rw-r--r-- 1 root root 958 Jul 23 16:25 
sql-update-1.3.3_to_1.3.4-mysql.sh

-rw-r--r-- 1 root root 956 Jul 23 16:25 sql-update-1.3.3_to_1.3.4.sh
-rwxr-xr-x 1 root root1746 Jul 23 16:25 sql-update-20070724.sh
-rwxr-xr-x 1 root root1974 Jul 23 16:25 sql-update-20070822.sh
-rw-r--r-- 1 root root1343 Jul 23 16:25 sql-update-20080303.sh
-rwxr-xr-x 1 root root1101 Jul 23 16:25 
sql-update-2.0.4b_to_2.0.5-mysql.sh
-rwxr-xr-x 1 root root1666 Jul 23 16:25 
sql-update-2.2.17_to_2.3.0-mysql.sh
-rwxr-xr-x 1 root root1620 Jul 23 16:25 
sql-update-2.2.17_to_2.3.0.sh

-rwxr-xr-x 1 root root3047 Jul 23 16:25 updates.php


I hope this upgrade doesn't destroy all the users events :)




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


[SOGo] Calendar name changed to non-readable

2015-07-31 Thread Khapare Joshi
My SOGo version is 2.2.16 (root@shiva.inverse 201502121141). Something has
changed in this version, some reason in my calendar names are not
recognizable, instead it prints as : 147F-4Dcc 

But if I create a new calendar i.e test it is normal.

I have attached the screen-shot. anybody has an opinion on this ?

K


Re: [SOGo] Temp Files Being Deleted but still Holding Disk Space.

2014-05-16 Thread Khapare Joshi
when this will be available in
http://inverse.ca/downloads/SOGo/RHEL6/$basearch

so we can update with yum


On Thu, May 15, 2014 at 3:36 PM, Ludovic Marcotte lmarco...@inverse.cawrote:

 On 2014-05-15, 10:58 AM, Stuart Sheldon wrote:

 It seems that SOGo is not closing the temp files it creates under /tmp
 before it deletes them. I see temp growing in size with no files in the
 directory, and a bunch of temp files listed under lsof -u sogo as
 (deleted) but still open. I'm assuming that something is happening out
 of order here, but I'm not a programmer so at best this is a guess...

 Funny you post that, because I was debugging that exact issue because of
 the AS code sync'ing large mailboxes.

 Well, it's now fixed: https://github.com/inverse-inc/sope/commit/
 60caf252df2eed12115f05ff5025b54f01b42efb

 Thanks,

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

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

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

Re: [SOGo] meeting invitation - No accept /decline option

2014-01-28 Thread Khapare Joshi
Follow up to my previous mail:

Invitation that are sent from Lotus notes client and Mac_OS_X/10.9.1 client
does not seem to have those Accept, Decline option. I tested this morning
with various client.

K




On Tue, Jan 28, 2014 at 9:48 AM, Khapare Joshi khapar...@gmail.com wrote:

 I see nothing like Add to calendar button or anything else. Yes my email
 address is in the invited attendees. I attached the screen-shot. Funny
 thing is Thunderbird recognize  it and I can Accept or Decline.


 On Mon, Jan 27, 2014 at 4:02 PM, Francis Lachapelle 
 flachape...@inverse.ca wrote:


 On Jan 27, 2014, at 9:12 AM, Francis Lachapelle flachape...@inverse.ca
 wrote:

  On Jan 27, 2014, at 8:55 AM, Khapare Joshi khapar...@gmail.com wrote:
 
  I have a meeting invitation sent by somebody (non sogo user). And, if
 I open in thunderbird I get the option Accept/Decline/Tentative Option. but
 if I open same email in sogo interface these options are not there,
 therefore I cannot accept or decline the meeting.
 
  anybody has similar issue or can somebody tell me the solution ?
 
  Show us the original vCalendar. You can easily get it from the Web
 interface (right-click + View Raw Source).

 What do you see in the Webmail module when you display the invitation? Do
 you have the Add to calendar button? Is your email address one of the
 invited attendees?

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



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

Re: [SOGo] meeting invitation - No accept /decline option

2014-01-28 Thread Khapare Joshi
here is the test invitation from lotus notes





On Tue, Jan 28, 2014 at 10:17 AM, Khapare Joshi khapar...@gmail.com wrote:

 Follow up to my previous mail:

 Invitation that are sent from Lotus notes client and Mac_OS_X/10.9.1
 client does not seem to have those Accept, Decline option. I tested this
 morning with various client.

 K




 On Tue, Jan 28, 2014 at 9:48 AM, Khapare Joshi khapar...@gmail.comwrote:

 I see nothing like Add to calendar button or anything else. Yes my
 email address is in the invited attendees. I attached the screen-shot.
 Funny thing is Thunderbird recognize  it and I can Accept or Decline.


 On Mon, Jan 27, 2014 at 4:02 PM, Francis Lachapelle 
 flachape...@inverse.ca wrote:


 On Jan 27, 2014, at 9:12 AM, Francis Lachapelle flachape...@inverse.ca
 wrote:

  On Jan 27, 2014, at 8:55 AM, Khapare Joshi khapar...@gmail.com
 wrote:
 
  I have a meeting invitation sent by somebody (non sogo user). And, if
 I open in thunderbird I get the option Accept/Decline/Tentative Option. but
 if I open same email in sogo interface these options are not there,
 therefore I cannot accept or decline the meeting.
 
  anybody has similar issue or can somebody tell me the solution ?
 
  Show us the original vCalendar. You can easily get it from the Web
 interface (right-click + View Raw Source).

 What do you see in the Webmail module when you display the invitation?
 Do you have the Add to calendar button? Is your email address one of the
 invited attendees?

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




BEGIN:VCALENDAR
X-LOTUS-CHARSET:UTF-8
VERSION:2.0
PRODID:-//Lotus Development Corporation//NONSGML Notes 9.0//EN_C
METHOD:REQUEST
BEGIN:VTIMEZONE
TZID:Greenwich
BEGIN:STANDARD
DTSTART:19500101T02
TZOFFSETFROM:+
TZOFFSETTO:+
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=Greenwich:20140128T12
DTEND;TZID=Greenwich:20140128T13
TRANSP:OPAQUE
DTSTAMP:20140128T095602Z
SEQUENCE:0
ATTENDEE;ROLE=CHAIR;PARTSTAT=ACCEPTED
 ;CN=Jenny Clark/abc/com;RSVP=FALSE:mailto:je...@abc.com
ATTENDEE;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=TRUE
 :mailto:j...@abc.com
CLASS:PUBLIC
DESCRIPTION;ALTREP=CID:__=8fbbf6fddfa5fda38f9e8a93df93869...@abc.com:s
 dfsdfsdfsdf
SUMMARY:LOTUS test
ORGANIZER;CN=Jenny Clark/abc/com:mailto:je...@abc.com
UID:88CB345E4AC770FC00257C6E00367B33-Lotus_Notes_Generated
X-LOTUS-BROADCAST:FALSE
X-LOTUS-UPDATE-SEQ:1
X-LOTUS-UPDATE-WISL:$S:1;$L:1;$B:1;$R:1;$E:1;$W:1;$O:1;$M:1
X-LOTUS-NOTESVERSION:2
X-LOTUS-NOTICETYPE:I
X-LOTUS-APPTTYPE:3
X-LOTUS-CHILD-UID:88CB345E4AC770FC00257C6E00367B33
END:VEVENT
END:VCALENDAR


[SOGo] meeting invitation - No accept /decline option

2014-01-27 Thread Khapare Joshi
hello all,

I have a meeting invitation sent by somebody (non sogo user). And, if I
open in thunderbird I get the option Accept/Decline/Tentative Option. but
if I open same email in sogo interface these options are not there,
therefore I cannot accept or decline the meeting.

anybody has similar issue or can somebody tell me the solution ?

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

Re: [SOGo] Large deployments

2013-12-18 Thread Khapare Joshi
we have 25,000 users at our university. one IBM server 48 GB RAM and enough
disk - no problem :)


On Fri, Dec 6, 2013 at 10:44 PM, Dhionel Dí­az dd...@cenditel.gob.vewrote:

 El 06/12/13 08:46, Christian Mack escribió:
  Hello Dhionel Dí­az
 
 
  Am 2013-12-04 17:34, schrieb Dhionel Dí­az:
 
  Do you have references of very large deployments of SOGo? Something on
  the order of 30 users or more, or the biggest deployments known. In
  the web site there are some testimonials but I haven't found references
  to the size of the deployments.
 
  We are currently evaluating groupware software and that references would
  be very helpful.
 
 
  We at the Universität Konstanz in Germany have more than 16000 users.
 
  Not as big as you search for, but not a small one either.
 
 
  Kind regards,
  Christian Mack
 
 It's certainly a interesting reference, thanks for your attention.

 Best regards,

 --
 Dhionel Díaz
 Centro Nacional de Desarrollo e Investigación en Tecnologías Libres
 Ministerio del Poder Popular para Ciencia, Tecnología e Innovación


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

Re: [SOGo] ANN: SOGo 2.1.1a

2013-11-27 Thread Khapare Joshi
Hi,

I have been running sogo version 2.0.4b, is there a special requirement
updating from 2.0.4b to 2.1.1a ? or yum update sogo is enough ?

K


On Sat, Nov 23, 2013 at 3:14 AM, Francis Lachapelle
flachape...@inverse.cawrote:

 Hi

 We've just released a minor update (2.1.1a) with some bug fixes:

  - fixed Sieve filters editor (#2504)
  - moved missing translation to UI/Common (#2499)
  - fixed potential crasher in OpenChange

 See https://github.com/inverse-inc/sogo/commits/SOGo-2.1.1a for the
 complete changelog.

 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
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

[SOGo] Vacation auto reply problem

2013-07-23 Thread Khapare Joshi
I have been running sogo for a long time now. One problem I am having
though is disable auto reply in vacation.

I have user which is sieve admin and added in imap server /etc/imapd.conf
sieve_admins: cyrus test sogo1234

When I was testing this morning I get following error:

2013-07-23 11:26:03.688 sogo-tool[5661] Sieve generation failure: Test
'any' used without any specified rule
2013-07-23 11:26:03.692 sogo-tool[5661] An error occured while removing
auto-reply of user john

What I am missing here ?

The crontab looks like this :
0 0 * * *  sogo/usr/sbin/sogo-tool expire-autoreply sogo123:sogoPASS

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

[SOGo] sogo logs

2013-03-15 Thread Khapare Joshi
Hi all,

how do I get the information from the sogo.log like this :

once the user is successful login

username, ipaddress (that he is connecting)

What I can get from the log is :

Mar 15 10:40:35 sogod [29587]: SOGoRootPage successful login for user
'baby' - expire = -1  grace = -1
then i get the ipaddress in the second line

Mar 15 10:45:07 sogod [12897]: SOGoRootPage successful login for user
'baby' - expire = -1  grace = -1
202.52.252.222 - - [15/Mar/2013:10:45:07 GMT] GET /SOGo/baby HTTP/1.1 302
0/0 0.003 - - 0

can't I get this users IP address in the same line ?

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

Re: [SOGo] SOGo database move - unsuccessfull

2013-01-28 Thread Khapare Joshi
hi,

I had to do pg_dump all and restore then also disabled the ipv6 on the
machine. This all worked.

thanks

KH

On Thu, Jan 24, 2013 at 5:19 PM, Christian Mack 
christian.m...@uni-konstanz.de wrote:

 Hello Khapare Joshi


 Am 2013-01-24 18:08, schrieb Khapare Joshi:
 
  I have been running sogo for now two years in virtual server. since
  users increased I wanted to move to another physical server. I am having
  issue with sogo database. I dumped the sogo database with pg_dump and
  tried to restore with pg_restore. At the end of the pg_restore i get
  following error:
 
  ALTER TABLE
  ALTER TABLE
  WARNING:  no privileges could be revoked for public
  REVOKE
  WARNING:  no privileges could be revoked for public
  REVOKE
  WARNING:  no privileges were granted for public
  GRANT
  WARNING:  no privileges were granted for public
  GRANT
 
  Anyway, then I tried to login to interface - i do not see any calendars,
  contacts etc.
 
  then tried with sogo-tool, I still do not see the calendars, contacts
 etc.
 
  I see lots of meesage in sogo.log
 
  0x7f8d3df2a368[SOGoCache] an error occurred when caching value for key
  'session:wg1iycSZeH9KHietXslAkQ==': WRITE FAILURE
  Jan 24 16:59:22 sogod [9037]: 0x0x7f8d3df2a368[SOGoCache] an error
  occurred when caching value for key 'test+attributes': WRITE FAILURE
  Jan 24 16:59:22 sogod [9038]: |SOGo| starting method 'POST' on uri
  '/SOGo/so/test/Contacts/personal/canAccessContent'
  Jan 24 16:59:22 sogod [9033]: |SOGo| starting method 'POST' on uri
  '/SOGo/so/test/Contacts/test.com/canAccessContent
  http://test.com/canAccessContent'
  Jan 24 16:59:22 sogod [9038]: 0x0x7f8d3df1bad8[SOGoCache] an error
  occurred when caching value for key 'session:wg1iycSZeH9KHietXslAkQ==':
  WRITE FAILURE
  Jan 24 16:59:22 sogod [9033]: 0x0x7f8d3df2a358[SOGoCache] an error
  occurred when caching value for key 'session:wg1iycSZeH9KHietXslAkQ==':
  WRITE FAILURE
  Jan 24 16:59:22 sogod [9037]: 0x0x7f8d3df2a368[SOGoCache] an error
  occurred when caching value for key 'test+attributes': WRITE FAILURE
  Jan 24 16:59:22 sogod [9037]: 0x0x7f8d3df2a368[SOGoCache] an error
  occurred when caching value for key 't...@test.com
  mailto:t...@test.com+attributes': WRITE FAILURE
 
 
  my sogo version in old server is :
  2.0.2 and in new server 2.0.3
 
  postgres version on old server is :
  8.4
  and in new server 9.2
 

 Obviously your user public does not get the required privileges on
 your tables.
 So every write operation will not work.
 This applies to session information also.
 So you will not get any response from SOGo.

 Fix this and it will work.


 Kind regards,
 Christian Mack


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

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

[SOGo] SOGo database move - unsuccessfull

2013-01-24 Thread Khapare Joshi
Hello all,

I have been running sogo for now two years in virtual server. since users
increased I wanted to move to another physical server. I am having issue
with sogo database. I dumped the sogo database with pg_dump and tried to
restore with pg_restore. At the end of the pg_restore i get following error:

ALTER TABLE
ALTER TABLE
WARNING:  no privileges could be revoked for public
REVOKE
WARNING:  no privileges could be revoked for public
REVOKE
WARNING:  no privileges were granted for public
GRANT
WARNING:  no privileges were granted for public
GRANT

Anyway, then I tried to login to interface - i do not see any calendars,
contacts etc.

then tried with sogo-tool, I still do not see the calendars, contacts etc.

I see lots of meesage in sogo.log

0x7f8d3df2a368[SOGoCache] an error occurred when caching value for key
'session:wg1iycSZeH9KHietXslAkQ==': WRITE FAILURE
Jan 24 16:59:22 sogod [9037]: 0x0x7f8d3df2a368[SOGoCache] an error
occurred when caching value for key 'test+attributes': WRITE FAILURE
Jan 24 16:59:22 sogod [9038]: |SOGo| starting method 'POST' on uri
'/SOGo/so/test/Contacts/personal/canAccessContent'
Jan 24 16:59:22 sogod [9033]: |SOGo| starting method 'POST' on uri
'/SOGo/so/test/Contacts/test.com/canAccessContent'
Jan 24 16:59:22 sogod [9038]: 0x0x7f8d3df1bad8[SOGoCache] an error
occurred when caching value for key 'session:wg1iycSZeH9KHietXslAkQ==':
WRITE FAILURE
Jan 24 16:59:22 sogod [9033]: 0x0x7f8d3df2a358[SOGoCache] an error
occurred when caching value for key 'session:wg1iycSZeH9KHietXslAkQ==':
WRITE FAILURE
Jan 24 16:59:22 sogod [9037]: 0x0x7f8d3df2a368[SOGoCache] an error
occurred when caching value for key 'test+attributes': WRITE FAILURE
Jan 24 16:59:22 sogod [9037]: 0x0x7f8d3df2a368[SOGoCache] an error
occurred when caching value for key 't...@test.com+attributes': WRITE
FAILURE


my sogo version in old server is :
2.0.2 and in new server 2.0.3

postgres version on old server is :
8.4
and in new server 9.2

Any help would be great.

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

Re: [SOGo] authentication with kerberos

2013-01-10 Thread Khapare Joshi
can you share how did you configure sogo with kerberos ?

On Thu, Jan 10, 2013 at 8:03 PM, cmsch...@rockwellcollins.com wrote:

 Is there anyway for SOGO to authenticate with UPPERCASE domain names? I was
 having issues with Dovecot with LDAP, so i configured it with Kerberos,
 which
 works great. However, when SOGO passes the authentication piece to
 Dovecot, it
 uses a lowercase domain name..

 i.e.

 u...@example.com

 instead of

 u...@example.com for kerberos to work.

 Any insight?

 Thanks -

 Chris

 CentOS release 6.3 (Final) 2.6.32-279.19.1.el6.x86_64

 sogo-2.0.3a-1.centos6.x86_64
 postfix-2.6.6-2.2.el6_1.x86_64
 dovecot-2.0.9-2.el6_1.1.x86_64
 --
 users@sogo.nu
 https://inverse.ca/sogo/lists

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

[SOGo] Kerberos Integration

2012-12-06 Thread Khapare Joshi
This topic might have discussed earlier but I could not find. Anyway, has
anyone integrated kerberos authentication with SOGo ?

This is how I want to integrate:

we have our internal webportal where all users interact with. Our users
information are stored in openlad and users password are in kerberos
server. Now, what I want to do, after the user successfully logs on the
portal against our KDC server, i want to use that user ticket to login to
our sogo interface (single sing on ) - has anyone done such setup

This might be possible but do not know how with sogo

any hint would be great

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

[SOGo] sogo-tool expire-autoreply

2012-08-03 Thread Khapare Joshi
I am starting to get following :

Jul 29 16:00:02 sogo-tool [29805]: 0x0x6f8c808[SOGoCache] Cache cleanup
interval set every 60.00 seconds
Jul 29 16:00:02 sogo-tool [29805]: 0x0x6f8c808[SOGoCache] Using host(s)
'127.0.0.1' as server(s)
2012-07-29 16:00:02.555 sogo-tool[29805] Sieve generation failure: Test
'all' used without any specified rule
2012-07-29 16:00:02.559 sogo-tool[29805] An error occured while removing
auto-reply of user sighsig

what does Sieve generation failure: Test 'all' used without any specified
rule actually mean ?

This was working until last week

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

Re: [SOGo] ANN: SOGo v1.3.17

2012-07-29 Thread Khapare Joshi

 Hello,

 Just to say i have same issues.

 Thank you for 1.3.17-1.


1.3.17-1 ?  I do not see in sogo.repo when i check yum check-update sogo

But after you upgrade 1.3.17-1 , those error gone ?


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

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

Re: [SOGo] ANN: SOGo v1.3.17

2012-07-27 Thread Khapare Joshi
hi,

I just upgraded from 1.3.12b to 1.3.17 - so far I do not see any issue,
Also since I am upgrding from 1.3.12b to 1.3.7 - do i still have to run sql
script ? or that is only if I run mysql ?

However I get tons of error message in my sogo log saying cannot convert
the jpeg format:

Jul 27 17:20:20 sogod [8258]: [ERROR] 0x0x34a7128[NGLdapAttribute] cound
not convert value of jpegPhoto to string
Jul 27 17:20:20 sogod [8258]: [ERROR] 0x0x34d9578[NGLdapAttribute] cound
not convert value of jpegPhoto to string
Jul 27 17:20:20 sogod [8258]: [ERROR] 0x0x350bc08[NGLdapAttribute] cound
not convert value of jpegPhoto to string
Jul 27 17:20:20 sogod [8258]: [ERROR] 0x0x352dab8[NGLdapAttribute] cound
not convert value of jpegPhoto to string
Jul 27 17:20:20 sogod [8258]: [ERROR] 0x0x1c757b8[NGLdapAttribute] cound
not convert value of jpegPhoto to string
Jul 27 17:20:20 sogod [8258]: [ERROR] 0x0x1c8b698[NGLdapAttribute] cound
not convert value of jpegPhoto to string
Jul 27 17:20:20 sogod [8258]: [ERROR] 0x0x1cbd5a8[NGLdapAttribute] cound
not convert value of jpegPhoto to string
Jul 27 17:20:20 sogod [8258]: [ERROR] 0x0x1cd3f58[NGLdapAttribute] cound
not convert value of jpegPhoto to string
Jul 27 17:20:20 sogod [8258]: [ERROR] 0x0x1d06508[NGLdapAttribute] cound
not convert value of jpegPhoto to string
Jul 27 17:20:20 sogod [8258]: [ERROR] 0x0x1d36668[NGLdapAttribute] cound
not convert value of jpegPhoto to string
Jul 27 17:20:20 sogod [8258]: [ERROR] 0x0x1d4cb68[NGLdapAttribute] cound
not convert value of jpegPhoto to string
Jul 27 17:20:20 sogod [8258]: [ERROR] 0x0x1d69328[NGLdapAttribute] cound
not convert value of jpegPhoto to string
Jul 27 17:20:20 sogod [8258]: [ERROR] 0x0x1d7cfb8[NGLdapAttribute] cound
not convert value of jpegPhoto to string
Jul 27 17:20:20 sogod [8258]: [ERROR] 0x0x1e037a8[NGLdapAttribute] cound
not convert value of jpegPhoto to string
Jul 27 17:20:20 sogod [8258]: [ERROR] 0x0x1e31de8[NGLdapAttribute] cound
not convert value of jpegPhoto to string

how do i get rid of this error ?

K



On Thu, Jul 26, 2012 at 3:31 PM, Francis Lachapelle
flachape...@inverse.cawrote:

 = ANN: SOGo v1.3.17 =

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

 === 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.

 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
  * Two-way synchronization support with any SyncML-capable devices
 (BlackBerry, Palm, Windows CE, etc.) by using the Funambol SOGo Connector
  * Excellent integration with Apple iCal, Apple iOS and Android-based
 devices

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

 === Changes from the previous release ===

 New Features
  * new contextual menu to view the raw content of events, tasks and
 contacts
  * send and/or receive email notifications when a calendar is modified
 (new domain defaults SOGoNotifyOnPersonalModifications and
 SOGoNotifyOnExternalModifications)
  * added the SOGoSearchMinimumWordLength domain default which controls the
 minimal length required before trigging server-side search operations for
 attendee completion, contact searches, etc. The default value is 2, which
 means search operations are trigged once the 3rd character is typed.

 Enhancements
  * updated BrazilianPortuguese, Czech, Dutch, French, German, Italian,
 Spanish (Argentina), Spanish (Spain) translations
  * all addresses from a contact are displayed in the Web interface (no
 longer limited to one additional address)
  * improved Sieve script: vacation message is now sent after evaluating
 the mail filters
  * updated CKEditor to version 3.6.4

 Bug Fixes
  * fixed a crash when multiple mail headers of the same type were
 encountered
  * fixed logrotate script for Debian
  * fixed linking of libcurl on Ubuntu 12.04
  * fixed parsing of timezones when importing .ics files
  * fixed resource reservation for recurring events
  * fixed display of text attachments in messages
  * fixed contextual menu on newly created address books
  * fixed missing sender in mail notifications to removed attendees
  * improved invitations handling in iCal

 New extensions for Mozilla Thunderbird 3.1 and 10 ESR have also been
 generated.

 See 

Re: [SOGo] calendar subscription in gmail

2012-04-02 Thread Khapare Joshi
hi Georg,

I am still having problem with calendar subscription in gmail. Perhaps it
is something to do with https ? because i listen on port 80 but redirect
sogo to 443 - do you think that could be a problem. do you know if i can
enable debug parameter for this in sogo ?

On Sat, Jan 14, 2012 at 3:19 PM, Georg Bretschneider
georg+s...@georgb.dewrote:

 Hi,

  where is that option to allow annonymous access - right click on caledar
  - sharing ?

 I attached some pictures.

 Right click on your calendar, go into the user rights section or
 whatever it is called, double click on public access and choose the
 types of access.
 Then go into your preferences of your calendar and click on the second
 tab. Use the WebDAV link (according to Christian Mack).


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

Re: [SOGo] Web Performance issue

2012-03-29 Thread Khapare Joshi
hello all,

I dealt with sogo slow performance earlier - perhaps you can find in the
list. I deployed sogo at my work around feb last year and is doing well.
Although we have 17000+ users in our cyrus (imap server), only 6000 of
those users are now using sogo. This might change very soon when we will
enforce everyone to use sogo (goodbye to old sq mail).

With the performance issue with the sogo. I also use imapproxy in between
imap server and sogo server. This has certainly help to increase
performance at least for me. Also, seach in mailing list as Sogo Slow
performance - this will give you some idea how to optimize your sogo that
we discussed. So what I did is: increase the number of PREFORK to 70(in
/etc/sysconfig/sogo) and you need minimum 3 postgres connection per sogod
which means:

if you increase prefork to 70 then your postgres connection should be 3*70

This has helped at least for me.

There are probably other technique to optimize sogod but at this time this
is good for me:) try doing this and see what happens.

Khapare


On Wed, Mar 28, 2012 at 9:29 AM, James James jre...@gmail.com wrote:

 I am using Apache2 and memcached with sogo 1.3.14

 James

 Le 28 mars 2012 11:19, Martin Seener mar...@seener.de a écrit :

  are u using apache2 with memcached? we have one sogo 1.3.12c with
 iRedMail running on the smallest JiffyBox and its quite fast.

 Am 3/28/12 11:12 AM, schrieb James James:

 Hi,

 I have the same problem too. It's take about five seconds to commit a
 change from and reload the web interface. On the demo page (
 http://sogo-demo.inverse.ca/SOGo/so/sogo1/Calendar/view  login:sogo1
 passwd: sogo1) , it's a faster.

 I am using RHEL6, 48Gb RAM and a local postgresql server.

 Can you give us some clues to tune (and improve) the performances ?

 Regards



 Le 28 mars 2012 08:45, Alessio Cecchi ales...@skye.it a écrit :

 Il 27/03/2012 19:52, Marco Coli ha scritto:

  Il 27/03/2012 08:57, Alessio Cecchi ha scritto:


 Hi Marco,

 what IMAP server are you using? Dovecot should have better performance
 than Cyrus.


 I am using cyrus-imapd-2.4.14-1.el6.x86_64.
 Are you sure about best Dovecot performances? For us is not possible to
 migrate, we are using Cyrus for the last 10 years.
 In the daily use, with Thunderbird as a client or with squirrelmail as
 web application, we never experienced any performance issue.


  I thought it was a new installation, in your case you can not switch to
 dovecot, at least not simply.



 Have you properly configured memcached?


 Well, it depends on what you intend with properly. At first memcached
 was not active (as I noticed on sogo logs). After this I started it,
 with these parameters:
 PORT=11211
 USER=nobody
 MAXCONN=1024
 CACHESIZE=64
 OPTIONS=

 But nothing has changed about this performance issue.
 Marco Coli


  Do you have in your SOGo config:

 SOGoMemcachedHost 127.0.0.1

 Should be by default.


 --
 Alessio Cecchi is:
 @ ILS - http://www.linux.it/~alessice/
 on LinkedIn - http://www.linkedin.com/in/alessice
 Assistenza Sistemi GNU/Linux - http://www.cecchi.biz/
 @ PLUG - ex-Presidente, adesso senatore a vita,
 http://www.prato.linux.it
 @ LOLUG - Socio http://www.lolug.net
 --
 users@sogo.nu
 https://inverse.ca/sogo/lists




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

Re: [SOGo] multiple ldap server

2012-03-23 Thread Khapare Joshi
Thanks guys,

On Thu, Mar 22, 2012 at 3:54 PM, Ludovic Marcotte lmarco...@inverse.cawrote:

 On 22/03/12 11:21, André Schild wrote:

 Will a DNS entry which returns multiple IP addresses serve as well ?

 Read OpenLDAP's code to make sure ;-)


 --
 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

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

[SOGo] multiple ldap server

2012-03-22 Thread Khapare Joshi
hi all,

how can i add fail over ldap server in .GNUstepDefaults ? In other word add
more than one ldap server incase one fails.

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

Re: [SOGo] public calendar not found

2012-02-16 Thread Khapare Joshi
I still have not figure out this issue. I have tried here and there but
nothing has helped so far. I will again debug this next week. If i get any
success I will post to you.

On Wed, Feb 15, 2012 at 9:57 PM, Birger Brunswiek bir...@brunswiek.orgwrote:

 On 25/01/2012 12:27, Khapare Joshi wrote:

 I am debugging why my calendar does not work for public access but
 unable to find the issue. I have enabled the public access for the
 calendar. when i use


 [khapare@localhost ~]$ wget
 https://mytest.com/SOGo/dav/**public/khapare/Calendar/**personal.icshttps://mytest.com/SOGo/dav/public/khapare/Calendar/personal.ics

 I get the following output

 --2012-01-25 10:38:12--
 https://mytest.com/SOGo/dav/**public/khapare/Calendar/**personal.icshttps://mytest.com/SOGo/dav/public/khapare/Calendar/personal.ics
 Resolving mytest.com... 192.168.1.26
 Connecting to mytest.com192.168.1.26|:443... connected.
 HTTP request sent, awaiting response... 404 Not Found
 2012-01-25 10:38:12 ERROR 404: Not Found.



 I'm seeing the same problem on my calendar. However, the issue seems to be
 restricted to the personal calendar only. Other calendars I create are
 accessible publicly as expected.

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

Re: [SOGo] Best Practices on Upgrade to TB10

2012-02-15 Thread Khapare Joshi
I upgraded sogo last night 1.3.12b. upgraded thunderbird to 10 normally not
the ESR. installed the sogo connector plugin. it works well for me. Even
without installing sogo-connector plugin - just by installing lightining
pluging I can see the freebusy with user I wanted to invite.

I did not install the integrator though.

K

2012/2/15 Jürgen Echter j.ech...@echter-kuechen-elektro.de

  Am 15.02.2012 12:52, schrieb Julian Robbins:

 On 15/02/12 06:36, André Schild wrote:

 Not tested it,
 but there was already a thread on this one:

 https://inverse.ca/sogo/lists/arc/users/2012-02/msg00287.html

 Is something we will test in the next days, to get a smooth upgrade of the
 TB users.


 Something I was going to ask if people who have deployed Thunderbird 10
 and/or SOGo 1.3.12 recently can let the list know how it went ? We always
 get to hear the issues on the list that people have, but not hear about the
 successful deployments so much ...

 Just gives others more confidence in their deployments perhaps ;-)

 Julian



 André

 Am 15.02.2012 03:00, schrieb Ben Luey:

 I'm wondering what people recommend on the best way to upgrade users to
 TB10ESR from 3.1

 Do I start with having my updates.php file push the new sogo integrator to
 them (while they have tb3.1) knowing that it won't run on tb3.1? Then they
 do an update on TB (from inside TB) and new sogo integrator installs
 automatically?  But with this, they have TB10, not TB10ESR... how can I
 change that? Also, they will still need to install lightning manually,
 right? Do I grab the latest lightning release and put it in my plugins.php
 list / on my webserver so I push that to them too? How does that work for
 lightning updates? I have to manually update (all versions of) lightning
 then? Or is there a way to push to the clients to get lightning added
 through thunderbird channels?

 Or do I uninstall TB3.1 on each machine and then install TB10ESR, add
 lightning plugin (through TB) and manually install sogo integrator? The
 seems cleanest, but most labor per machine.

 Also, do people recommend using a new update url (updates10.php) for the
 new integrator so it can push different plugins than the old tb3.1 sogo
 integrator? I remember doing this on the TB2-TB3 transition.

 Thanks,

 Ben




  Hi,

 - i upgraded thunderbird (no uninstalling)
 - skipped the upgrade of lightning (because there were issues when
 lightning was active but sogo plugins were disabled).
 - once tb 10 was up, i installed sogo plugins and lightning.
 - et voilá

 one thing i mentioned, my ldap search is working again... :)

 have fun

 --
 Mit freundlichen Grüssen

 Jürgen Echter
   [image: Logo]
 ECHTER Küchen  Elektro GmbH
 Augsburger Str. 49

 *86529* Schrobenhausen

 *Tel:* 08252 / 8976 - 0
 *Fax:* 08252 / 8976 - 10
 *e-mail:* i...@echter-kuechen-elektro.de
 *web:* www.echter-kuechen-elektro.de
  *Reg.-Gericht: *Ingolstadt Nr. HR B 101907

 *Ust.-Id. Nr.:* DE234419866
 *
 Steuernummer:* 124/125/51166
 *
 Geschäftsführer:* Thomas Echter


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

[SOGo] 1.3.12a another issue

2012-02-14 Thread Khapare Joshi
I am not sure this is related with 1.3.12a or something else. I upgraded
this morning sogo and all the sope pakages. Now when I try to login via
firefox browser I could login and it displays webinterface but it does not
list all the folders (very strange). however I logged on via google chrome
and it works. Then to verify firefox again, I closed completely the browser
and re-opened but still the same problem. I attached the screenshot.

any suggestion on this is appericiated

K
attachment: sogo folders.JPG

[SOGo] Sogo Slow Performance

2012-02-14 Thread Khapare Joshi
Hello all,

My sogo server sometime response very very slow. I use improxy but my sogo
server is rather slow and this performance issue is random. I think
hardware spec of the server is fine. I added  /etc/sysconfig/sogo
PREFORK=6.

server memory looks 1G free
CPU utilization average is arond 3-4 %

Rebooted server, restarted sogod daemon. But this is bugging me. Sogo
should be fast (:) and faster than squriell mail. What can I do to optimize
the sogo server and what are you guys doing for better performance for sogo
server, any sogo configuration parameter ? postgres indexing ? apache
config ?

By the way at present my have only 4000 users and daily login to sogo
server is around 200-300. I intened to enforce all my 15,000 users to use
sogo.

Any input on this is appericiated.

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

Re: [SOGo] 1.3.12a another issue

2012-02-14 Thread Khapare Joshi
Thanks ludovic,

I just updated to 1.3.12b along with all sope packages, it looks working. I
had to press CTRL+F5 to referesh the browser




On Tue, Feb 14, 2012 at 10:19 PM, Ludovic Marcotte lmarco...@inverse.cawrote:

 On 14/02/12 17:16, Khapare Joshi wrote:

 I am not sure this is related with 1.3.12a or something else. I upgraded
 this morning sogo and all the sope pakages. Now when I try to login via
 firefox browser I could login and it displays webinterface but it does not
 list all the folders (very strange). however I logged on via google chrome
 and it works. Then to verify firefox again, I closed completely the browser
 and re-opened but still the same problem. I attached the screenshot.

 This was fixed in 1.3.12b.

 --
 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

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

Re: [SOGo] Sogo Slow Performance

2012-02-14 Thread Khapare Joshi
On Tue, Feb 14, 2012 at 10:53 PM, Jan-Frode Myklebust janfr...@tanso.netwrote:

 On Tue, Feb 14, 2012 at 10:39:30PM +, Khapare Joshi wrote:
 
  server, any sogo configuration parameter ? postgres indexing ?

 Is your postgres database busy? We were struggeling with high cpu usage
 on our databaseserver recently, and it turned out it was a problem with
 the session table growing and growing. We now run a daily deletion of
 all rows older than 24 hours:

DELETE from sogo_sessions_folder WHERE extract('epoch' from
 current_timestamp)-c_lastseen  86400;

 I believe there's also an index fix for this table in v1.3.12..

 No, my database not yet too busy. I do not see much high load either.
however my
/var/lib/pgsql/data/postgresql.conf  max connection is set to 100
and changed the PERFORK to 70

however, I have tons of  error in /var/log/sogo/sogo
 Could not bind to the LDAP server ldap.hi.is (389) using the bind DN:
uid=test,ou=People,dc=test,dc=com

but again I can access sogo and all. I am not sure about this error. It
could be thunderbird or iphone are trying to synchronize the event and
somehow sogo could not bind on that particular synchonization. Do you know
how to debug this ?

Thanks
K


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

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

Re: [SOGo] Sogo Slow Performance

2012-02-14 Thread Khapare Joshi
On Tue, Feb 14, 2012 at 11:15 PM, Jan-Frode Myklebust janfr...@tanso.netwrote:

 On Tue, Feb 14, 2012 at 11:07:34PM +, Khapare Joshi wrote:
  
  No, my database not yet too busy. I do not see much high load either.
  however my
  /var/lib/pgsql/data/postgresql.conf  max connection is set to 100
  and changed the PERFORK to 70

 That will fail under load. You need minimum 3 postgres connections per
 sogod = 3*70 = 210.

 Thanks for this.

 
  however, I have tons of  error in /var/log/sogo/sogo
   Could not bind to the LDAP server ldap.hi.is (389) using the bind DN:
  uid=test,ou=People,dc=test,dc=com
 
  but again I can access sogo and all. I am not sure about this error. It
  could be thunderbird or iphone are trying to synchronize the event and
  somehow sogo could not bind on that particular synchonization. Do you
 know
  how to debug this ?

 Only guessing, but it sounds to me like a problem with your gnustepdefauls
 bindDN. Is it a working DN/bindPassword combination? Or maybe your ldap
 server running out of connections?


 yes it is working DN/bindPassword. running out of connection (is there a
limit ? where can I check in LDAP - i have fedora driectory server)

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

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

[SOGo] Re: public calendar not found

2012-01-26 Thread Khapare Joshi
Does  anybody has some hint or advise on this ?

On Wed, Jan 25, 2012 at 11:27 AM, Khapare Joshi khapar...@gmail.com wrote:

 Hi all,

 I am debugging why my calendar does not work for public access but unable
 to find the issue. I have enabled the public access for the calendar. when
 i use


 [khapare@localhost ~]$ wget
 https://mytest.com/SOGo/dav/public/khapare/Calendar/personal.ics

 I get the following output

 --2012-01-25 10:38:12--
 https://mytest.com/SOGo/dav/public/khapare/Calendar/personal.ics
 Resolving mytest.com... 192.168.1.26
 Connecting to mytest.com192.168.1.26|:443... connected.
 HTTP request sent, awaiting response... 404 Not Found
 2012-01-25 10:38:12 ERROR 404: Not Found.


 So obviously If I subscribe to any other mail such as google or other
 could not get anything.

 How do i resolve this issue. is there something I am missing here ?

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

[SOGo] public calendar not found

2012-01-25 Thread Khapare Joshi
Hi all,

I am debugging why my calendar does not work for public access but unable
to find the issue. I have enabled the public access for the calendar. when
i use


[khapare@localhost ~]$ wget
https://mytest.com/SOGo/dav/public/khapare/Calendar/personal.ics

I get the following output

--2012-01-25 10:38:12--
https://mytest.com/SOGo/dav/public/khapare/Calendar/personal.ics
Resolving mytest.com... 192.168.1.26
Connecting to mytest.com192.168.1.26|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2012-01-25 10:38:12 ERROR 404: Not Found.


So obviously If I subscribe to any other mail such as google or other could
not get anything.

How do i resolve this issue. is there something I am missing here ?
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

[SOGo] unhandaled error

2011-12-15 Thread Khapare Joshi
Hello all,

my sogo has been working well until few days ago. Now some of my users in
get login error as unhandaled error. My sogo version is 1.3.10. I do not
know what the cause of it. I had used the backup with sogo-tool. I removed
this user from the database and restored from last backup with sogo-tool.
if more users will get such issue then i will end up with restoring
everyone.

is there  a work around ? what cause this error ?

The ldap password has not been changed.

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

[SOGo] LDAP issue with SOGo

2011-12-11 Thread Khapare Joshi
Hello all,

Does anybody has this kind of problem

In my sogo log i have tons of ldap error :

2011-12-11 06:52:19.194 sogod[13496] Could not bind to the LDAP server
hostname (389) using the bind DN: uid=test,ou=admin,dc=test,dc=com
2011-12-11 06:52:19.194 sogod[13496] Could not bind to the LDAP server
hostname (389) using the bind DN: uid=test,ou=admin,dc=test,dc=com
2011-12-11 06:52:19.195 sogod[13496] Could not bind to the LDAP server
hostname (389) using the bind DN: uid=test,ou=admin,dc=test,dc=com


everyday i get about 25814 of these logs.

Is there anyway I can resolve this ?

Despite this message sogo works well.

I appericiate help.

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

Re: [SOGo] ANN: SOGo v1.3.10

2011-12-01 Thread Khapare Joshi
I just updated and try address search in addressbook (LDAP), ægir or múji,
mö does not seem working. is there specific config I had to do ?

 * fixed support of UTF-8 characters in LDAP searches

anybody has working this ?

On Wed, Nov 30, 2011 at 11:34 PM, Ludovic Marcotte lmarco...@inverse.cawrote:

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

 === 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.

 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
  * Two-way synchronization support with any SyncML-capable devices
 (BlackBerry, Palm, Windows CE, etc.) by using the Funambol SOGo Connector
  * Excellent integration with Apple iCal 3/4 and Apple iPhone OS 3/4/5

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


 === Changes from the previous release ===

 New Features
  * new migration script for SquirrelMail (address books)
  * users can now set an end date to their vacation message (sysadmin must
 configure sogo-tool)

 Enhancements
  * splitted Norwegian translation into NorwegianBokmal and NorwegianNynorsk
  * splitted Spanish translation into SpanishSpain and SpanishArgentina
  * updated timezone files

 Bug Fixes
  * added missing Icelandic wod files
  * fixed crash when the Sieve authentication failed
  * fixed bug with iOS devices and UIDs containing the @ symbol
  * fixed handling of commas in multi-values fields of versit strings
  * fixed support of UTF-8 characters in LDAP searches
  * added initial fixes for iCal 5 (Mac OS X 10.7)
  * Address Book 6.1 now shows properly the personal address book
  * fixed vcomponent updates for MySQL
  * fixed clang/llvm and libobjc2 build

 See 
 http://www.sogo.nu/bugs/**changelog_page.php?project_id=**1http://www.sogo.nu/bugs/changelog_page.php?project_id=1for
  closed tickets and
 http://sogo.nu/files/**downloads/SOGo/Sources/**ChangeLoghttp://sogo.nu/files/downloads/SOGo/Sources/ChangeLogfor
  the complete change log.

 New Thunderbird 3 extensions have also been released.


 === 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.htmlhttp://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.htmlhttp://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.htmlhttp://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.htmlhttp://www.sogo.nu/downloads/documentation.html

 You can also try our online SOGo demo at :

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


 === Upgrading to v1.3.10 ===

 No special measure other than updating SOPE and SOGo packages needs to be
 done.

 === 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.htmlhttp://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
 

[SOGo] iphone ios 5.0.1 contacts not shown in phone

2011-11-15 Thread Khapare Joshi
I have a new iphone ios 5.0.1 and can add carddav account without any
problem.I can add the calendar folder that also shows in iphone however
cannot see any contacts in the folder on the phone.

I tried another iphone ios 4.2.1, and it works all well there.

Is there still any problem with IOS 5.0.1 ? any of you having same issue -
how do I resolve this ?

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

Re: [SOGo] Re: Centos 5 sogo update 1.3.9

2011-11-14 Thread Khapare Joshi
What I had to do was yum remove sope49* and yum remove sogo* also yum
remove gnuste* and install sogo again yum install sogo. Then copy your
config in right place. Well, that did work for me. Maybe there are some old
libraries, files still associated with old installation. Installaing new
sogo- you are loosing nothing really. Just a few more mintues.

KH

On Mon, Nov 14, 2011 at 1:44 AM, Ryan Evans rev...@gie.com wrote:

 **
 I'm having this same issue (try to login on the page and all you get is
 the spinning icon)

 I've removed the /usr/GNUstep link, as it is now under /usr/lib64/GNUstep

 all of my sope/sogo packages appear to be updated. I only see one
 /usr/lib64/GNUstep/SOGo/Templates/MainUI/SOGoRootPage.wox

 sogo-devel-1.3.9-2.el5
 sogo-tool-1.3.9-2.el5
 sogo-1.3.9-2.el5

 sope49-ical-4.9-20100721_1664.el5.1
 sope49-xml-tools-4.9-20100721_1664.el5.1
 sope49-ldap-tools-4.9-20100721_1664.el5.1
 sope49-cards-1.3.9-2.el5
 sope49-xml-devel-4.9-20111029_1664.el5.1
 sope49-ldap-devel-4.9-20111029_1664.el5.1
 sope49-core-4.9-20111029_1664.el5.1
 sope49-sbjson-2.3.1-20111029_1664.el5.1
 sope49-appserver-4.9-20111029_1664.el5.1
 sope49-gdl1-devel-4.9-20111029_1664.el5.1
 sope49-gdl1-mysql-4.9-20111029_1664.el5.1
 sope49-mime-devel-4.9-20111029_1664.el5.1
 sope49-appserver-tools-4.9-20100721_1664.el5.1
 sope49-ical-devel-4.9-20100721_1664.el5.1
 sope49-xml-4.9-20111029_1664.el5.1
 sope49-mime-4.9-20111029_1664.el5.1
 sope49-gdl1-contentstore-1.3.9-2.el5
 sope49-appserver-devel-4.9-20111029_1664.el5.1
 sope49-cards-devel-1.3.9-2.el5
 sope49-gdl1-contentstore-devel-1.3.9-2.el5
 sope49-gdl1-4.9-20111029_1664.el5.1
 sope49-core-devel-4.9-20111029_1664.el5.1
 sope49-ldap-4.9-20111029_1664.el5.1
 sope49-sbjson-devel-2.3.1-20111029_1664.el5.1

 gnustep-base-1.23.0-1
 gnustep-make-2.6.1-1
 gnustep-base-devel-1.23.0-1


 Inside thunderbird, all seems fine...  just can't get into the web
 interface.

 updated the SOGo.conf file for http, adjust my ssl.conf file for the
 updated lib64 locations. Stopped everything, restarted it all etc...

 Ryan



 On 11/1/2011 2:46 PM, Khapare Joshi wrote:

 Hello Ludovik and Francis,

 Thanks for your help. I removed all the installed packages. Removed all
 the SOGo reference in /user/GNUstep. Fresh install the SOGo with all my
 existing config both apache/sogo and .gnustep. Hurra, almighty all worked
 back to normal. Francis you are right about those .wox old installations.

 Now, I am ready to update our production one.

 Once again, thanks for your great support.

 KH


 On Tue, Nov 1, 2011 at 5:27 PM, Francis Lachapelle flachape...@inverse.ca
  wrote:

 Hi Khapare

 On 2011-11-01, at 6:15 AM, Khapare Joshi wrote:

  I was checking with firebug in firefox and it shows in warning message
 as
 
  Use of getAttributeNodeNS() is deprecated. Use getAttributeNS() instead.
 
  then error - I have attached the screenshot

  The login page is not loading the latest version of SOGoRootPage.wox.
 Make sure there's only one version installed.


 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



 --
 Ryan Evans
 Business Development Account Manager
 Gulf Interstate Engineering Company
 16010 Barkers Point Lane, Suite 600
 Houston, Texas 77079-9000 USA
 Office: 713-850-3604
 Cell: 281-413-2900


 -

 Privileged, Proprietary and/or Confidential Information may be contained
 in
 this electronic message. If you are not the intended recipient, you should
 not copy it, re-transmit it, use it or disclose its contents, but should
 kindly return to the sender immediately and delete your copy from your
 system.
 Gulf Interstate Engineering Company does not accept responsibility for
 changes made to this electronic message or its attachments.

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

[SOGo] mail reply not working properly

2011-11-09 Thread Khapare Joshi
Hi all,

I recently updated 1.3.9 in RHEL6 and wanted to test all languages for to
see if all language are working. However in icelandic selection, If I reply
mail it comes with some garbage as belows:
Perhaps something is missing on that language pack.

missing element 'replyPlacementOnTop' in component ''missing element
'signaturePlacementOnTop' in component ''missing element 'outlookMode'
in component ''missing element 'newLine' in component '' missing
element 'standardMode' in component ''missing element 'newLine' in
component '' missing element 'newLine' in component '' missing
element 'messageBody' in component ''missing element 'newLine' in
component '' missing element 'replyPlacementOnBottom' in component
''missing element 'signaturePlacementOnBottom' in component
''missing element 'newLine' in component ''

What is missing there ?

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

Re: [SOGo] Can't connect to SOGo Address Book via CardDAV

2011-11-09 Thread Khapare Joshi
As far as I know carddav works well for me on my iphone, ipad, mac, but do
not know what exactly you mean. I never heard SOHO, or maybe this
application works on different port and perhaps you need something like
virtualhost for that port ?

On Wed, Nov 9, 2011 at 10:55 AM, a...@munchiekonsilium.com wrote:

 When i try to connect to SOGo via SOHO Organizer, i get the following
 error:

 SOHO Organizer failed to connect to the server, because the following error
 occurred: The server failed to tell us the location of the address book
 home
 set. The most likely cause for this is the server does not support CardDAV.

 Can anyone help me with that. Is CardDav not fully implemented in SOGo yet?
 I've tried it with
 http://sogo-demo.inverse.ca/SOGo/dav/sogo1/Contacts/personal/
 as well as with an VmWare Installation of SOGo.
 --
 users@sogo.nu
 https://inverse.ca/sogo/lists

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

[SOGo] SOGo webaddress book search

2011-11-03 Thread Khapare Joshi
Has anyone get working webaddress book serach with utf8 success ?

http://www.sogo.nu/bugs/view.php?id=1412#c2791

Or this is a bug ?

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

Re: [SOGo] CardDAV iOS5

2011-11-02 Thread Khapare Joshi
Here is mine !!
virtualHost 0.0.0.0:8843
ServerName carddav.domain.com
ServerAdmin r...@carddav.domain.com
ErrorLog /var/log/sogo/cal_card.log
SSLEngine on
SSLProtocol all -SSLv2
SSLCertificateFile /etc/pki/tls/certs/server.crt
RewriteEngine Off
ProxyRequests Off
SetEnv proxy-nokeepalive 1
ProxyPreserveHost On
ProxyPassInterpolateEnv On
ProxyPass /principals http://127.0.0.1:2/SOGo/dav/ interpolate
ProxyPass /SOGo http://127.0.0.1:2/SOGo interpolate
ProxyPass / http://127.0.0.1:2/SOGo/dav/ interpolate
Location /
Order allow,deny
Allow from all
/Location
Proxy http://127.0.0.1:2
RequestHeader set x-webobjects-server-port 8443
RequestHeader set x-webobjects-server-name 
carddav.domain.com:8843
RequestHeader set x-webobjects-server-url 
https://carddav.domain.com:8843;
RequestHeader set x-webobjects-server-protocol HTTP/1.0
RequestHeader set x-webobjects-remote-host 127.0.0.1
AddDefaultCharset UTF-8
/Proxy
/VirtualHost


Hope this helps !!

KH

On Wed, Nov 2, 2011 at 1:42 PM, Imo Graf i...@parceval.de wrote:

 no I'm using the vhost with 8800. can you past me you vhost entry?

 Am 02.11.2011 14:40, schrieb Jeff Folk:

  On Nov 2, 2011, at 8:34 AM, Imo Graf wrote:

 Now I have updated to 1.3.9 and the CalDAV works now perfektly but the
 CardDAV with iOS5 don't work. It is right?

 I don't have any issues with CardDAV... Are you using SSL on port 8843?--
 users@sogo.nu
 https://inverse.ca/sogo/lists

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

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

Re: [SOGo] CardDAV iOS5

2011-11-02 Thread Khapare Joshi
Hello Imo,

The message
Starting httpd: [Wed Nov 02 17:26:19 2011] [warn] worker
http://127.0.0.1:2/SOGo/dav/ already used by another worker

is normal. I am suspecting your apache config on ssl part is something
probably need to look. How is your apache config ? and the vhost part. You
can send in my address if you want. The config I sent you earlier is
perfectly working in my environement.

I have all ipad,iphone, ical, are working fine with different virtualhost
ports. As ludovic pointed also check the SOGo documentation, it also
mentioned what to do for apple devices
:)

On Wed, Nov 2, 2011 at 2:30 PM, Imo Graf i...@parceval.de wrote:

 thanks sorry that I ask so much but now I get the next error:

 Starting httpd: [Wed Nov 02 17:26:19 2011] [warn] worker
 http://127.0.0.1:2/SOGo/**dav/ http://127.0.0.1:2/SOGo/dav/already 
 used by another worker
   [FAILED]

 this I have by the another vhost too but apache starts and all works. But
 now apache don't start.


 Am 02.11.2011 15:19, schrieb André Schild:

  Am 02.11.2011 15:17, schrieb Imo Graf:

 The documentation use the port 8800 and this I have configured and it
 don't work. To configure the vhost with ssl is no the documentation left.


 General configuration of apache for SSL is somewhat out of the scope of
 this list

 When SSLEngine is not recognized by apache, then this means you don't
 have installed/enable the apache ssl module.

 André

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

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

Re: [SOGo] Re: Centos 5 sogo update 1.3.9

2011-11-01 Thread Khapare Joshi
Hello Ludovik and Francis,

Thanks for your help. I removed all the installed packages. Removed all the
SOGo reference in /user/GNUstep. Fresh install the SOGo with all my
existing config both apache/sogo and .gnustep. Hurra, almighty all worked
back to normal. Francis you are right about those .wox old installations.

Now, I am ready to update our production one.

Once again, thanks for your great support.

KH


On Tue, Nov 1, 2011 at 5:27 PM, Francis Lachapelle
flachape...@inverse.cawrote:

 Hi Khapare

 On 2011-11-01, at 6:15 AM, Khapare Joshi wrote:

  I was checking with firebug in firefox and it shows in warning message as
 
  Use of getAttributeNodeNS() is deprecated. Use getAttributeNS() instead.
 
  then error - I have attached the screenshot

 The login page is not loading the latest version of SOGoRootPage.wox. Make
 sure there's only one version installed.


 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
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

[SOGo] Centos 5 sogo update 1.3.9

2011-10-31 Thread Khapare Joshi
I just updated my centos 5  test box but have a very mixed results.

My sogo url did not work then, I removed all the sogo* and sope* and
re-installed again with all the sogo, sope gnustep. copied my SOGo.conf
into new SOGo.conf and also the .GNUstepDefaults, restarted sogo,
memcahced, postgres, http. This time I get the login page but entereing
username, password and connect, I could not get throrough this page, the
small circle is spining like carzy but no luck. sogo log says nothing
despite I enabled SOGoDebugRequests YES.

Any hints in this would be great..

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

[SOGo] Re: Centos 5 sogo update 1.3.9

2011-10-31 Thread Khapare Joshi
Follow up on this:

After a while with spining of login page I get message like this in sogo.log

Oct 31 20:01:15 sogod [3462]: [WARN] 0x0x7d9e178[WOWatchDogChild] pid
3471 has been hanging in the same request for 1 minutes
Oct 31 20:02:15 sogod [3462]: [WARN] 0x0x7d9e178[WOWatchDogChild] pid
3471 has been hanging in the same request for 2 minutes
Oct 31 20:02:15 sogod [3471]: 0x0x80154a8[NGHttpMessageParser]
WARNING(-[NGMimePartParser parseHeader]:708): 2 an error occured during
body parsing (maybe end of stream)
Oct 31 20:02:15 sogod [3471]: |SOGo| starting method 'unknown HTTP
method' on uri ''
Oct 31 20:02:15 sogod [3471]: 0x0x8056498[SOGoCache] Cache cleanup
interval set every 300.00 seconds
Oct 31 20:02:15 sogod [3471]: 0x0x8056498[SOGoCache] Using host(s)
'localhost' as server(s)
EXCEPTION: NSException: 0x806f368 NAME:NSRangeException REASON:in
substringWithRange:, range { 1, 4294967295 } extends beyond size (0)
INFO:(null)




On Mon, Oct 31, 2011 at 7:28 PM, Khapare Joshi khapar...@gmail.com wrote:

 I just updated my centos 5  test box but have a very mixed results.

 My sogo url did not work then, I removed all the sogo* and sope* and
 re-installed again with all the sogo, sope gnustep. copied my SOGo.conf
 into new SOGo.conf and also the .GNUstepDefaults, restarted sogo,
 memcahced, postgres, http. This time I get the login page but entereing
 username, password and connect, I could not get throrough this page, the
 small circle is spining like carzy but no luck. sogo log says nothing
 despite I enabled SOGoDebugRequests YES.

 Any hints in this would be great..

 K

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

Re: [SOGo] Re: Centos 5 sogo update 1.3.9

2011-10-31 Thread Khapare Joshi
Hi,

here is the installed packages:
sogo-tool-1.3.9-2.el5
sogo-1.3.9-2.el5
sope49-gdl1-contentstore-1.3.9-2.el5
sope49-gdl1-postgresql-4.9-20111029_1664.el5.1
sope49-xml-4.9-20111029_1664.el5.1
sope49-ldap-4.9-20111029_1664.el5.1
sope49-core-4.9-20111029_1664.el5.1
sope49-appserver-4.9-20111029_1664.el5.1
sope49-cards-1.3.9-2.el5
sope49-sbjson-2.3.1-20111029_1664.el5.1
sope49-mime-4.9-20111029_1664.el5.1
sope49-gdl1-4.9-20111029_1664.el5.1

and GNUSTEP
gnustep-base-1.23.0-1
gnustep-make-2.6.1-1

and sogo.conf attached

On Mon, Oct 31, 2011 at 9:44 PM, Ludovic Marcotte lmarco...@inverse.cawrote:

 On 31/10/11 16:05, Khapare Joshi wrote:


 After a while with spining of login page I get message like this in
 sogo.log

 Oct 31 20:01:15 sogod [3462]: [WARN] 0x0x7d9e178[WOWatchDogChild] pid
 3471 has been hanging in the same request for 1 minutes
 Oct 31 20:02:15 sogod [3462]: [WARN] 0x0x7d9e178[WOWatchDogChild] pid
 3471 has been hanging in the same request for 2 minutes
 Oct 31 20:02:15 sogod [3471]: 0x0x80154a8[**NGHttpMessageParser]
 WARNING(-[NGMimePartParser parseHeader]:708): 2 an error occured during
 body parsing (maybe end of stream)
 Oct 31 20:02:15 sogod [3471]: |SOGo| starting method 'unknown HTTP
 method' on uri ''
 Oct 31 20:02:15 sogod [3471]: 0x0x8056498[SOGoCache] Cache cleanup
 interval set every 300.00 seconds
 Oct 31 20:02:15 sogod [3471]: 0x0x8056498[SOGoCache] Using host(s)
 'localhost' as server(s)
 EXCEPTION: NSException: 0x806f368 NAME:NSRangeException REASON:in
 substringWithRange:, range { 1, 4294967295 } extends beyond size (0)
 INFO:(null)

 Show your complete SOGo/SOPE packages list together with your SOGo
 configuration (Apache/SOGo).

 Regards,

 --
 Ludovic Marcotte
 lmarco...@inverse.ca  ::  +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



SOGo.conf
Description: Binary data


[SOGo] could not bind to ldap but sogo works

2011-10-22 Thread Khapare Joshi
Until now sogo has been workng perfectly, but from yesterday I have been
seeing lots of error log as saying :

 Could not bind to the LDAP server ldap.hi.is (389) using the bind DN:
uid=sogo,ou=People,dc=test,dc=com

I am using sogo rpms and version is 1.3.8b.

eventhough sogo log complains could not bind but can access sogo and all.
sogo perfromance is slightly slow.

Any idea on this ?

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

[SOGo] proxy error

2011-10-19 Thread Khapare Joshi
So far my sogo is working perfectly, however I get proxy error now and then.
Trying to know the root cause. some thread talked about increasing
SxVMemlimit size, in that case i increased to 712. this happens when I am
saving preference.

I have also use PREFORK=4

and hint would be good.

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

Re: [SOGo] proxy error

2011-10-19 Thread Khapare Joshi
hummm, then your sieve filter would not work and mail forward too. so you
users are not able to see those two option in webinterface then ?

K

On Wed, Oct 19, 2011 at 1:54 PM, Ronald Yacketta yacke...@potsdam.eduwrote:

 Just worked through the same issue here, ended up that I had

 SOGoSieveScriptsEnabled set to NO
 And
 SOGoForwardEnabled set to YES

 I set both to NO, reading the config pdf SOGoForwardEnabled defaults to NO
  so I could have just removed it

 -Ron

 From: Khapare Joshi khapar...@gmail.com
 Reply-To: users@sogo.nu
 Date: 19 Oct 2011 10:02:56 +
 To: users@sogo.nu
 Subject: [SOGo] proxy error

 So far my sogo is working perfectly, however I get proxy error now and
 then. Trying to know the root cause. some thread talked about increasing
 SxVMemlimit size, in that case i increased to 712. this happens when I am
 saving preference.

 I have also use PREFORK=4

 and hint would be good.

 K

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

Re: Re: [SOGo] object not found: SOGo = index

2011-09-26 Thread Khapare Joshi
I would just go through inverse repo

http://inverse.ca/downloads/SOGo/CentOS5/

and
add this into your /etc/yum.repos.d/

http://inverse.ca/downloads/SOGo/CentOS5/SOGo.repo

This will make your life easy :)
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

[SOGo] Ical 4.0.4 returns error

2011-09-26 Thread Khapare Joshi
hello all,

one of my uses gets error in his ical with The server Responded with an
error The request for account test@local failes.

The server responded with Http/1.1 502 proxy error to operation
CalDavAccountsRefreshQueueableOperation.

Although creating events works and sycn with sogo but this message always
pops up ? any clue ?

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

Re: [SOGo] problem importing public calendar from google calendar

2011-09-21 Thread Khapare Joshi
I think these error occurs when I subscribe the google public calander.
After removing the google calendar login is much faster and no error. But
this should work without any problem as - there must be some trick.


On Tue, Sep 20, 2011 at 2:42 PM, Khapare Joshi khapar...@gmail.com wrote:

 hi, I am also getting such error with few user. These user also takes a
 while to login. can you share if you have any idea ?


 On Thu, Sep 8, 2011 at 7:15 AM, Sebastian Reitenbach 
 sebas...@l00-bugdead-prods.de wrote:

 Hi,

 I'm trying to import a calendar from google. The google calendar is shared
 publicly, the URL is like this:
 http://www.google.com/calendar/ical/u...@domain.com/public/basic.ics

 The calendar publishs free busy information.

 When i add the calendar to the sogo web interface, I see the following in
 the logs:

 127.0.0.1 - - [08/Sep/2011:08:28:09 GMT] POST
 /SOGo/so/sebastia/Calendar//addWebCalendar?url=http%3A//
 www.google.com/calendar/feeds/user%2540domain.com/public/basic HTTP/1.1
 200 16/0 10.202 - - -
 2011-09-08 08:30:34.628 sogod[7513] 0x0x85f43908[PostgreSQL72Channel]:
 connection=0x0x803879c8[PGConnection]:  connection=0x0x828b5000: message:
 NOTICE:  CREATE TABLE / PRIMARY KEY will create implicit index
 sogosebastia0025b1fcff7_pkey for table sogosebastia0025b1fcff7

 2011-09-08 08:30:34.639 sogod[7513] 0x0x85f43908[PostgreSQL72Channel]:
 connection=0x0x803879c8[PGConnection]:  connection=0x0x828b5000: message:
 NOTICE:  CREATE TABLE / PRIMARY KEY will create implicit index
 sogosebastia0025b1fcff7_quick_pkey for table
 sogosebastia0025b1fcff7_quick

 Sep 08 08:30:34 sogod [7513]: 0x0x839b9aa8[NGSendMail] wrote 1, length
 764
 2011-09-08 08:30:34.733 sogod[7513] 0x0x8590e308[PostgreSQL72Channel]:
 connection=0x0x83605638[PGConnection]:  connection=0x0x8bb49800: message:
 WARNING:  nonstandard use of \\ in a string literal
 LINE 1: UPDATE sogo_user_profile SET c_settings = '{folderINBOX...
  ^
 HINT:  Use the escape string syntax for backslashes, e.g., E'\\'.

 2011-09-08 08:30:34.744 sogod[7513] 0x0x85f43908[PostgreSQL72Channel]:
 connection=0x0x803879c8[PGConnection]:  connection=0x0x828b5000: message:
 WARNING:  nonstandard use of \\ in a string literal
 LINE 1: UPDATE sogo_user_profile SET c_settings = '{folderINBOX...
  ^
 HINT:  Use the escape string syntax for backslashes, e.g., E'\\'.

 Sep 08 08:30:35 sogod [7513]: 0x0x7e81d3c8[OCSiCalFieldExtractor] ERROR:
 unexpected iCalendar parse result: 0x834a3008[iCalFreeBusy]:VFREEBUSY
  6 children: {
  0x80386e88[iCalDateTime]:DTSTART

  1 values: {
  20110908T113000Z
 }
  0x84a1e308[iCalDateTime]:DTEND

  1 values: {
  20110908T123000Z
 }
  0x80386668[iCalDateTime]:DTSTAMP

  1 values: {
  20110908T063034Z
 }
  0x80386ee8[CardElement]:UID

  1 values: {
  1D59-4E686100-5-6B8B4580
 }
  0x80386cc8[iCalPerson]:ATTENDEE

  1 attributes: {
  X-NUM-GUESTS: (0)
 }
  1 values: {
  mailto:u...@domain.com
 }
  0x80386ac8[CardElement]:SUMMARY

  1 values: {
  Busy
 }
 }
 Sep 08 08:30:35 sogod [7513]: [ERROR]
 0x876B1E08[SOGoAppointmentObject]:1D59-4E686100-5-6B8B4580 write failed:
 NSException: 0x84f24a88 NAME:GCSExtractFailed REASON:Quickfield extractor
 did not return a result! INFO:{GCSContent = BEGIN:VCALENDAR
 BEGIN:VFREEBUSY
 DTSTART:20110908T113000Z
 DTEND:20110908T123000Z
 DTSTAMP:20110908T063034Z
 UID:1D59-4E686100-5-6B8B4580
 ATTENDEE;X-NUM-GUESTS=0:mailto:u...@domain.com
 SUMMARY:Busy
 END:VFREEBUSY
 END:VCALENDAR; GCSExtractor = OCSiCalFieldExtractor: 0x7e81d3c8;
 GCSFolder = 0x0x810c30c8[GCSFolder]: id=15
 path=/Users/sebastia/Calendar/1D59-4E686100-3-6B8B4580 type=Appointment
 loc=postgresql://_sogo:sogo@localhost:5432/sogo/sogosebastia0025b1fcff7;
 }
 127.0.0.1 - - [08/Sep/2011:08:30:35 GMT] POST
 /SOGo/so/sebastia/Calendar//addWebCalendar?url=http%3A//
 www.google.com/calendar/ical/user%2540domain.com/public/basic.icsHTTP/1.1 
 200 75/0 0.499 - - -
 127.0.0.1 - - [08/Sep/2011:08:30:35 GMT] POST
 /SOGo/so/sebastia/Calendar/1D59-4E686100-3-6B8B4580/canAccessContent
 HTTP/1.1 204 0/0 0.018 - - -
 2011-09-08 08:30:39.576 sogod[7513] 0x0x8590e308[PostgreSQL72Channel]:
 connection=0x0x83605638[PGConnection]:  connection=0x0x8bb49800: message:
 WARNING:  nonstandard use of \\ in a string literal
 LINE 1: UPDATE sogo_user_profile SET c_settings = '{Mail: {Dr...
  ^
 HINT:  Use the escape string syntax for backslashes, e.g., E'\\'.

 127.0.0.1 - - [08/Sep/2011:08:30:39 GMT] POST
 /SOGo/so/sebastia/Calendar/eventslist?asc=truesort=startday=20110908filterpopup=view_thismonth
 HTTP/1.1 200 2/0 0.031 - - -
 127.0.0.1 - - [08/Sep/2011:08:30:39 GMT] POST
 /SOGo/so/sebastia/Calendar/alarmslist?browserTime=1315463424 HTTP/1.1 200
 2/0 0.016 - - -
 127.0.0.1 - - [08/Sep/2011:08:30:39 GMT] POST
 /SOGo/so/sebastia/Calendar/monthview?day=20110908 HTTP/1.1 200 1210/0 0.029
 6535 81

[SOGo] threaded view

2011-09-21 Thread Khapare Joshi
hello,

how to enable threaded view in webinterface

defaults write SOGothreadedview YES

I tried the combination other uppercase and lowercase character that did not
help

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

Re: [SOGo] problem importing public calendar from google calendar

2011-09-20 Thread Khapare Joshi
hi, I am also getting such error with few user. These user also takes a
while to login. can you share if you have any idea ?

On Thu, Sep 8, 2011 at 7:15 AM, Sebastian Reitenbach 
sebas...@l00-bugdead-prods.de wrote:

 Hi,

 I'm trying to import a calendar from google. The google calendar is shared
 publicly, the URL is like this:
 http://www.google.com/calendar/ical/u...@domain.com/public/basic.ics

 The calendar publishs free busy information.

 When i add the calendar to the sogo web interface, I see the following in
 the logs:

 127.0.0.1 - - [08/Sep/2011:08:28:09 GMT] POST
 /SOGo/so/sebastia/Calendar//addWebCalendar?url=http%3A//
 www.google.com/calendar/feeds/user%2540domain.com/public/basic HTTP/1.1
 200 16/0 10.202 - - -
 2011-09-08 08:30:34.628 sogod[7513] 0x0x85f43908[PostgreSQL72Channel]:
 connection=0x0x803879c8[PGConnection]:  connection=0x0x828b5000: message:
 NOTICE:  CREATE TABLE / PRIMARY KEY will create implicit index
 sogosebastia0025b1fcff7_pkey for table sogosebastia0025b1fcff7

 2011-09-08 08:30:34.639 sogod[7513] 0x0x85f43908[PostgreSQL72Channel]:
 connection=0x0x803879c8[PGConnection]:  connection=0x0x828b5000: message:
 NOTICE:  CREATE TABLE / PRIMARY KEY will create implicit index
 sogosebastia0025b1fcff7_quick_pkey for table
 sogosebastia0025b1fcff7_quick

 Sep 08 08:30:34 sogod [7513]: 0x0x839b9aa8[NGSendMail] wrote 1, length
 764
 2011-09-08 08:30:34.733 sogod[7513] 0x0x8590e308[PostgreSQL72Channel]:
 connection=0x0x83605638[PGConnection]:  connection=0x0x8bb49800: message:
 WARNING:  nonstandard use of \\ in a string literal
 LINE 1: UPDATE sogo_user_profile SET c_settings = '{folderINBOX...
  ^
 HINT:  Use the escape string syntax for backslashes, e.g., E'\\'.

 2011-09-08 08:30:34.744 sogod[7513] 0x0x85f43908[PostgreSQL72Channel]:
 connection=0x0x803879c8[PGConnection]:  connection=0x0x828b5000: message:
 WARNING:  nonstandard use of \\ in a string literal
 LINE 1: UPDATE sogo_user_profile SET c_settings = '{folderINBOX...
  ^
 HINT:  Use the escape string syntax for backslashes, e.g., E'\\'.

 Sep 08 08:30:35 sogod [7513]: 0x0x7e81d3c8[OCSiCalFieldExtractor] ERROR:
 unexpected iCalendar parse result: 0x834a3008[iCalFreeBusy]:VFREEBUSY
  6 children: {
  0x80386e88[iCalDateTime]:DTSTART

  1 values: {
  20110908T113000Z
 }
  0x84a1e308[iCalDateTime]:DTEND

  1 values: {
  20110908T123000Z
 }
  0x80386668[iCalDateTime]:DTSTAMP

  1 values: {
  20110908T063034Z
 }
  0x80386ee8[CardElement]:UID

  1 values: {
  1D59-4E686100-5-6B8B4580
 }
  0x80386cc8[iCalPerson]:ATTENDEE

  1 attributes: {
  X-NUM-GUESTS: (0)
 }
  1 values: {
  mailto:u...@domain.com
 }
  0x80386ac8[CardElement]:SUMMARY

  1 values: {
  Busy
 }
 }
 Sep 08 08:30:35 sogod [7513]: [ERROR]
 0x876B1E08[SOGoAppointmentObject]:1D59-4E686100-5-6B8B4580 write failed:
 NSException: 0x84f24a88 NAME:GCSExtractFailed REASON:Quickfield extractor
 did not return a result! INFO:{GCSContent = BEGIN:VCALENDAR
 BEGIN:VFREEBUSY
 DTSTART:20110908T113000Z
 DTEND:20110908T123000Z
 DTSTAMP:20110908T063034Z
 UID:1D59-4E686100-5-6B8B4580
 ATTENDEE;X-NUM-GUESTS=0:mailto:u...@domain.com
 SUMMARY:Busy
 END:VFREEBUSY
 END:VCALENDAR; GCSExtractor = OCSiCalFieldExtractor: 0x7e81d3c8;
 GCSFolder = 0x0x810c30c8[GCSFolder]: id=15
 path=/Users/sebastia/Calendar/1D59-4E686100-3-6B8B4580 type=Appointment
 loc=postgresql://_sogo:sogo@localhost:5432/sogo/sogosebastia0025b1fcff7;
 }
 127.0.0.1 - - [08/Sep/2011:08:30:35 GMT] POST
 /SOGo/so/sebastia/Calendar//addWebCalendar?url=http%3A//
 www.google.com/calendar/ical/user%2540domain.com/public/basic.icsHTTP/1.1 
 200 75/0 0.499 - - -
 127.0.0.1 - - [08/Sep/2011:08:30:35 GMT] POST
 /SOGo/so/sebastia/Calendar/1D59-4E686100-3-6B8B4580/canAccessContent
 HTTP/1.1 204 0/0 0.018 - - -
 2011-09-08 08:30:39.576 sogod[7513] 0x0x8590e308[PostgreSQL72Channel]:
 connection=0x0x83605638[PGConnection]:  connection=0x0x8bb49800: message:
 WARNING:  nonstandard use of \\ in a string literal
 LINE 1: UPDATE sogo_user_profile SET c_settings = '{Mail: {Dr...
  ^
 HINT:  Use the escape string syntax for backslashes, e.g., E'\\'.

 127.0.0.1 - - [08/Sep/2011:08:30:39 GMT] POST
 /SOGo/so/sebastia/Calendar/eventslist?asc=truesort=startday=20110908filterpopup=view_thismonth
 HTTP/1.1 200 2/0 0.031 - - -
 127.0.0.1 - - [08/Sep/2011:08:30:39 GMT] POST
 /SOGo/so/sebastia/Calendar/alarmslist?browserTime=1315463424 HTTP/1.1 200
 2/0 0.016 - - -
 127.0.0.1 - - [08/Sep/2011:08:30:39 GMT] POST
 /SOGo/so/sebastia/Calendar/monthview?day=20110908 HTTP/1.1 200 1210/0 0.029
 6535 81% -
 127.0.0.1 - - [08/Sep/2011:08:30:39 GMT] POST
 /SOGo/so/sebastia/Calendar/taskslist?show-completed=0 HTTP/1.1 200 2/0
 0.016 - - -
 127.0.0.1 - - [08/Sep/2011:08:30:40 GMT] POST
 /SOGo/so/sebastia/Calendar/eventsblocks?sd=20110829ed=20111002view=monthview
 HTTP/1.1 200 288/0 0.021 - - -

 I 

[SOGo] New events to private

2011-09-16 Thread Khapare Joshi
Hello all,

I want to set default to everyone who creates calendar events to be their
private events. So, events they create will be private. I set the calendar
defaults role as :

keySOGoCalendarDefaultRoles/key
array
stringPublicViewer/string
/array


i think ObjectCreator parameter to be set inside that array. would it be
like

keySOGoCalendarDefaultRoles/key
array
stringObjectCreatorPriavte /string
/array

Thanks

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

Re: [SOGo] Thunderbird

2011-08-26 Thread Khapare Joshi
Voted, cheers for all your work .

On Fri, Aug 26, 2011 at 8:05 AM, CF cfois...@studelec-sa.com wrote:

 Voted, of course, and thank you for all your work.

 I second you should make this know, beyond the mailing list.

 CF

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

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

Re: [SOGo] No full mail headers

2011-08-23 Thread Khapare Joshi
Hi Francis,

Thanks, I have filled the request on the BTS. Do you have an example to set
x-webobject-remote-host header ?

K
On Wed, Aug 17, 2011 at 2:43 PM, Francis Lachapelle
flachape...@inverse.cawrote:


 On 2011-08-10, at 10:45 AM, Khapare Joshi wrote:

  when I sent mail from sogo web-interface, I do not see the x-originated
 address and uses in the headers. like in squirrel mail we get info like:
 
  Received: from 192.168.1.1
  (SquirrelMail authenticated user test)
 
  Is this something we can add in our config or way to do it ? This is
 indeed a good info and we know which/where user is sending mail from

 The originating IP address will appear in the X-Forward header if you
 properly set the x-webobjects-remote-host header from your HTTP proxy
 server.

 For the username, I encourage you to fill a feature request on the BTS :
 http://www.sogo.nu/bugs/


 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
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

[SOGo] No full mail headers

2011-08-10 Thread Khapare Joshi
Hello all,

when I sent mail from sogo web-interface, I do not see the x-originated
address and uses in the headers. like in squirrel mail we get info like:

Received: from 192.168.1.1
(SquirrelMail authenticated user test)

Is this something we can add in our config or way to do it ? This is
indeed a good info and we know which/where user is sending mail from

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

Re: [SOGo] CardDAV iPhone address book sync issue

2011-07-27 Thread Khapare Joshi
Marek, thanks for this. I just tried with your config in my test environment
but still comes with error similar with what Sergi been having. Would it be
possible to post full working virtual host section ? Perhaps I am missing
something. My environment is Centos 5 (it should not matter)

K

On Wed, Jul 27, 2011 at 9:42 AM, Marek Czardybon m.czardy...@tkpsa.plwrote:

 **
 On 25.07.2011 18:32, sbaz...@gmail.com wrote:

 Hi All,
 Have just installed SOGo 1.3.8 under UBUNTU and having problems connecting to
 address book from iPhone.
 Can someone share a SOGo.conf file for Apache2 where address book works with
 iPhone over SSL? (I have set up sogo over SSL).
 From reading the web I got a feeling that there are some problems with Address
 Book sync and it's not working???

 Thank you,
 Sergei.
 ***

  ehlo.a.

 Last time I've posted part of my apache config for iPhone/iPad:

 Maybe this will be helpful for you :

 [cut]

 RewriteEngine On
 RewriteRule ^/principals/users/(.*)$ /proxy/$1 [PT]
 ProxyPassInterpolateEnv On
 ProxyPreserveHost On
 ProxyPass /proxy http://127.0.0.1:2/SOGo/dav/ interpolate
 ProxyPass /SOGo http://127.0.0.1:2/SOGo interpolate

 ProxyPass / http://127.0.0.1:2/SOGo/dav/ interpolate

 Proxy http://127.0.0.1:2/SOGo
   RequestHeader set x-webobjects-server-port 443
   RequestHeader set x-webobjects-server-name cal.domain.com
   RequestHeader set x-webobjects-server-url 
 https://cal.domain.com;https://cal.domain.com/

   RequestHeader set x-webobjects-server-protocol HTTP/1.0
   RequestHeader set x-webobjects-remote-host %{REMOTE_HOST}e
 env=REMOTE_HOST

   AddDefaultCharset UTF-8
   Order allow,deny
   Allow from all
 /Proxy
 RewriteEngine On
 RewriteRule ^/SOGo/(.*)$ /SOGo/$1 [env=REMOTE_HOST:%{REMOTE_ADDR},PT]

 [cut]

 I've create additional virtual server in Apache specially for
 iPads/iPhones.
 This is part of my apache config for them. And it is working perfectly ...

 Aliases and directory directives in config are the same as usual

 User have to provide only hostname, user nad password. Without any
 additional part of URL :)

 BR
 --
 marek

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

Re: [SOGo] CardDAV iPhone address book sync issue

2011-07-27 Thread Khapare Joshi
Hi jeff,

Yes, you are right when I put https://dav.domain.com:8843 in browser it
prompts for username and password - once entered it comes up with blank.
However then when I try from my iphone for carddav account i get error and
sogo logs says

[WEClientCapabilities initWithRequest:]: Unknown WebClient:
user-agent='DataAccess/1.0 (8C148)'

K


On Wed, Jul 27, 2011 at 2:08 PM, Jeff Folk jf...@qzoneinc.com wrote:

 On Jul 27, 2011, at 8:38 AM, Sergei Bazhin wrote:
 
  I've got some point:
  adding this line to my virtual host config scrue up SOGo web interface
  ProxyPass / http://127.0.0.1:2/SOGo/dav/ interpolate
  Web interface works ok only with the following line:
  ProxyPass /SOGo http://127.0.0.1:2/SOGo interpolate
 
  Any ideas on that?

 DAV support doesn't use the web interface. For that reason, it really works
 better being on its own VirtualHost on a separate port. When you browse to
 the DAV host, you should get a login prompt then a blank page.

 So my apache config has three parts -- listen 8843 (make sure it is in the
 SSL Global Context directives, too), NameVirtualHost 0.0.0.0:8843, and the
 VirtualHost section I posted earlier.

 After those changes, restart apache, sogod, and memcached.

 I see that you are using a .local tld... You know that won't work over
 cellular network, right??

 Good luck;
 Jeff--
 users@sogo.nu
 https://inverse.ca/sogo/lists

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

Re: [SOGo] Cannot save preference after upgrade

2011-07-20 Thread Khapare Joshi
Thanks Ludovic, that was the issue. I had to update all the sope49*
(avoiding devel packages). works now!!

On Wed, Jul 20, 2011 at 11:55 AM, Ludovic Marcotte lmarco...@inverse.cawrote:

 On 20/07/11 07:44, Khapare Joshi wrote:

 i upgraded 1.3.7a to 1.3.8a this morning. everything seems working cool
 but I cannot save in preference. it looks it is due to sieve, if i disabled
 the forward, vacation and sievescript it works.

 I get message in error log :
 EXCEPTION: NSException: 0x2fd6a60 NAME:**NSInvalidArgumentException
 REASON:NGSieveClient(instance) does not recognize login:authname:password:
 INFO:(nil)

 I checked with sieve and it is working for one of my development machine.

 Is there workaround for this ?

 Update SOPE.

 --
 Ludovic Marcotte
 lmarco...@inverse.ca  ::  +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

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