Re: [SOGo] Delete users from database

2011-06-07 Thread Alan Bover
Sorry, I realized that the code here lose the format. You can acces it on: http://pastebin.com/SLKgxJDS -- users@sogo.nu https://inverse.ca/sogo/lists

[SOGo] Delete users from database

2011-06-07 Thread Alan Bover
That script have been tested only with sogo 1.3.7! #!/usr/bin/python # By: Alan Bover Argelaga import MySQLdb usage = "\n Help: \n user list \t \t \t list the users in the database \n user delete \t \t Delete user from the database \n exit \t \t \t \t Exit the script \n " def user(actio

[SOGo] WebMin Module

2011-05-17 Thread Alan Bover
Hi, I have been trying to make work Webmin module, but unsuccesfully. When I configured the module, in the option "Full path to GNUstep defaults command", I have: "/home/sogo/GNUstep/Defaults", as my config file is: "/home/sogo/GNUstep/Defaults/.GNUDefaults" I have been trying also another configu

[SOGo] Problems with the update 1.3.6

2011-04-26 Thread Alan Bover
Hi, I have updated the version of sogo from 1.3.4 to 1.3.6. I get some problems that I think are related within timezones. First, the daily events that the users had in their calendars, now appear twice in the calendar. For example, if I had a daily event in day 14th, then, it appears two events,

Re: Re: [SOGo] Thunderbird slow performance

2011-02-04 Thread Alan Bover
works perfect. Thanks! -- users@sogo.nu https://inverse.ca/sogo/lists

[SOGo] Thunderbird slow performance

2011-02-04 Thread Alan Bover
Hi, I have problems with the performance of Thunderbird 3 + Lightning + SOGo Conector. Seems like when you open an email, thunderbird makes a search to the ldap for every one of the contacts who appear in that mail. I really don't understant why he does that, but anyway, would be ok if the search

[SOGo] SOGo create calendar events & notifications

2011-02-01 Thread Alan Bover
Hi, I'm just looking for if there are any way to recieve an mail notification if someone create an event in my calendar. That user is granted into my calendar as he can create events, so he does not need to send me an invitation, he can create that event in my calendar directly. Is any way of con

[SOGo] User cannot accept invitations from a distribution list

2011-01-20 Thread Alan Bover
Hi, I realized about that problem, and I couldn't find any option in Sogo configuration for solve it. We use distribution lists with our LDAP server, so we can send an email to a group like departm...@domain.com, and the people subscribed to this distribution list will receive it, but we cannot kn

[SOGo] local freebusy not work with agenda

2011-01-10 Thread Alan Bover
Hi, I have a problem with free/busy if I configure two diferent directories, one for validate and the other for Agenda. If I just configure one ldap, and I say that ldap will be for validate and for agenda, everything works fine, the application can find the freebusy of other sogo users without u

[SOGo] Thunderbird 3.1.7 with lightning-inverse

2010-12-27 Thread Alan Bover
Hi, I have just configured thunderbird 3.1.7 with lightning-inverse, the version that you could find right now in the webpage. Everything it's working fine, except the "tasks", wich are written in grey colour, as if they would be in "offline mode", not sync with sogo. But it's working correctly,

Re: Re: [SOGo] Invitations automatically accepted

2010-10-14 Thread Alan Bover
Hi, someone found the solution of that issue? I deployed SOGo and I'm just doing test with them. Everything seems to work fine if I use the web application, but if I use thunderbird 2.0 + lightning inverse edition + sogo connector + sogo integrator, I have the same issue, if I add more than one us

[SOGo] SOGo vcalendar Add method

2010-10-11 Thread Alan Bover
Hello, I have been trying to see how SOGo interacts with Horde through e-mail notifications, and seems it have some issues with vcalendar. When I send a request from horde to SOGo, from SOGo mail reader I'm able to accept that request. After that, if I make a change on that event in Horde calendar,

Re: [SOGo] SOGoCache error

2010-10-06 Thread Alan Bover
try that: Get sure that memcached is working: > ps -aux | grep memcached if its not running, start it: > memcached -u sogo -d -- users@sogo.nu https://inverse.ca/sogo/lists

Re: Re: [SOGo] Problems with SOGo calendar

2010-09-29 Thread Alan Bover
I tried also to set: SOGoEnableEMailAlarms = YES; OCSEMailAlarmsFolderURL="mysql://sogo:s...@localhost:3306/sogo/sogo_alarms_folder"; But in my case (maybe because it's mysql not posgre), the table has not been created, and that's what I get in sogo.log (just starting the deamon): Sep 29 12:

[SOGo] Problems with SOGo calendar

2010-09-28 Thread Alan Bover
Hi, I have just configured a SOGo, and it seems mail & contacts are working correctly, not as calendar. When I try to create a appointment through web, after click save, I get an error: Webpage: Accessing: http://draconis.upc.es/SOGo/so/usuari.ana/Calendar/personal/E65-4CA1C780-1-33922540.ics/save

Re: Re: [SOGo] SOGo really really Slow

2010-09-23 Thread Alan Bover
the database was already started, I don't know why is not able to connect just iniciated. Anyway, it seems turning on the memcached work better: > memcached -u sogo -d Still sometimes working really slow, but maybe it's because it is not able to connect with imap server yet (I'm working on that)

Re: Re: [SOGo] SOGo really really Slow

2010-09-22 Thread Alan Bover
[r...@draconis ~]# yum list memcached Loaded plugins: rhnplugin, security Installed Packages memcached.i386 1.2.2-1.el5.rf installed Available Packages memcached.i386

[SOGo] SOGo really really Slow

2010-09-22 Thread Alan Bover
Hi, I've just installed SOGo in one of our servers, and I have a really big problem of slow motion when I try to access to the web page. It takes about 10 minutes to log on. I tried to find some help in the web, but it was unsuccessful. I attach you some information, and I hope someone could help