[SOGo] Lost Contacts and Calendars

2013-08-12 Thread Jason Wohlford
I'm afraid I have done something to my database. I've lost my contacts, 
calendars, and user settings. Very eager for some help. I use software called 
Virtualmin which is part of the Webmin family. Yesterday, I changed the domain 
name in the Virtualmin from ssl.montgomery.al to encrypted.montgomery.al. This 
evening I noticed data was missing. I've performed a backup of all the data. It 
seems it is all there. I'm guessing it is some sort of permissions problem. 
Desperately needing assistance.

-- 
Jason Wohlford
ja...@wohlfordcompany.com
http://www.wohlfordcompany.com/
334.322.1491

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

Re: [SOGo] SOGo calendar web interface

2013-08-12 Thread jef peeraer
i am on firefox 23 now, running an opensuse 12.3. I just tried the 
online demo from sogo, even there it won't refresh ( progress icon keeps 
turning araound in the right upper cornet). i tested it on windows (same 
firefox), and there it seems indeed to work.


jef peeraer

Op 08/12/2013 11:16 AM, Christian Mack schreef:

Hello Jef Peeraer

Am 2013-08-09 10:48, schrieb Jef Peeraer:

I installed SOGo 2.0.7 successfully, and email  calendar seems to work fine.
My intention was to replace thunderbird  lightning, because this combination
is terrible slow. I want to keep thunderbird for my email and use the SOGo web
interface for calendar.
When i create a new event in a calendar, I have to refresh the calendar to see
it, is that correct? Is there a workarround of another web interface/program
that will do this refresh automatically?



No, it will refresh automatically.
It takes some seconds, but it will display it then.
I didn't see any other behaviour on any browser I used/checked.

Which browser are you using?
On which OS are you?
Is your network stable?


Kind regards,
Christian Mack


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


Re: [SOGo] Lost Contacts and Calendars

2013-08-12 Thread SOGo Noob
Hi Jason

Virtualmin handles all sorts of stuff for you when you change domain names.
It's most likely to be related to db username / password permissions, since
changing the domain name usually causes the server's username to change.

Head to your /etc/sogo/sogo.conf file and check that the username password
combo in the mysql urls match those in your virtualmin 
encrypted.montgomery.al  Edit Virtual Server  Configurable Settings (if
the domain is a sub-server of another, it might be the parent's user / pass
combo that you need to check in virtualmin).

Hope this helps.


On 12 August 2013 03:31, Jason Wohlford ja...@wohlfordcompany.com wrote:

 I'm afraid I have done something to my database. I've lost my contacts,
 calendars, and user settings. Very eager for some help. I use software
 called Virtualmin which is part of the Webmin family. Yesterday, I changed
 the domain name in the Virtualmin from ssl.montgomery.al to
 encrypted.montgomery.al. This evening I noticed data was missing. I've
 performed a backup of all the data. It seems it is all there. I'm guessing
 it is some sort of permissions problem. Desperately needing assistance.

 --
 Jason Wohlford
 ja...@wohlfordcompany.com
 http://www.wohlfordcompany.com/
 334.322.1491

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

Re: [SOGo] Lost Contacts and Calendars

2013-08-12 Thread Jason Wohlford
Reposting to list…

Thank you for your suggestion, Odhiambo. I fiddled with it quite a bit and was 
able to recover a working database with no data loss. Your steps are 
effectively what I did to retrieve it except for changing all instances from 
encrypted.* to ssl.*. Very glad to have not lost that important data.

Although backups should have been made automatically, that was not the case. 
Will be investigating my Virtualmin software for the cause of the missing of 
backups too.

On Aug 12, 2013, at 5:41 AM, Odhiambo Washington odhia...@gmail.com wrote:

 If the database is still in place (you did not wipe it out), then I
 suppose maybe you just need to dump the db, edit to change the domain
 name, then re-import into the database. It requires CLI to do that. I
 don't know how to do it via GUI:
 
 From CLI:
 
 mysqldump dbname  dbname.sql
 cat dbname.sql | sed -i.BAK 's/ssl/encrypted/g'
 mysqladmin drop dbname
 mysqladmin create dbname
 mysql dbname  dbname.sql
 
 On 12 August 2013 05:31, Jason Wohlford ja...@wohlfordcompany.com wrote:
 I'm afraid I have done something to my database. I've lost my contacts, 
 calendars, and user settings. Very eager for some help. I use software 
 called Virtualmin which is part of the Webmin family. Yesterday, I changed 
 the domain name in the Virtualmin from ssl.montgomery.al to 
 encrypted.montgomery.al. This evening I noticed data was missing. I've 
 performed a backup of all the data. It seems it is all there. I'm guessing 
 it is some sort of permissions problem. Desperately needing assistance.

-- 
Jason Wohlford
ja...@wohlfordcompany.com
http://www.wohlfordcompany.com/
334.322.1491
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

[SOGo] DB Change

2013-08-12 Thread thijs
I am writing code to update addresses from another system to sogo. after a
change in the DB I don't see the change appear on my ipad or iPhone using
carddav protocol.

I Updated the normal table and the quick table.
In the normal table updated the versionnumber and the lastchanged date.
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


[SOGo] SOGo Sieve Question

2013-08-12 Thread Marco Benecke

Hi,

it seems i found a sieve Issue, but i am not sure.
Maybe you could confirm this.

Version:
ii  sogo 2.0.7-1

Settings:
:~# sogo-tool dump-defaults all|grep -i sieve
SOGoSieveScriptsEnabled = YES;
SOGoSieveServer = sieve://198.19.219.18:4190;

I managed my Mails in Subfolders:
lists
  |
  +--- SOGo Users
  |
  +--- and so on

Now i try to set a sieve filter, with the WebInterface.
Result in the sogo.sieve:

if anyof (header :contains List-Id users.sogo.nu, header :contains 
subject [SOGo]) {

fileinto lists/SOGo;
}

LogMessage:
sieve: info: started log at Aug 12 11:27:20.
error: msgid=...: failed to store into mailbox 'lists/SOGo': Invalid 
mailbox name.

sieve: info: started log at Aug 12 11:46:41.
error: msgid=...: failed to store into mailbox 'lists/SOGo': Invalid 
mailbox name.


proper sieve rule:
if anyof (header :contains List-Id users.sogo.nu, header :contains 
subject [SOGo]) {

fileinto lists.SOGo;
}

Did i miss a configuration option or is this a small Bug.

fine Regards
Marco B.

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


[SOGo] ZEG Script Clarification

2013-08-12 Thread Garth Keesler
The ZEG install script documentation states that the server name should 
be ubuntu.example.com and that the script will apply the correct values 
as it processes. What about the prompts during software package 
installation, Kerberos for example? Should the proper realm name be 
given or should example.com be used? There are a couple of other 
packages that prompt and some of them are in the docs but not all.


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


Re: [SOGo] ZEG Script Clarification

2013-08-12 Thread Szládovics Péter

2013-08-12 16:28 keltezéssel, Garth Keesler írta:
The ZEG install script documentation states that the server name 
should be ubuntu.example.com and that the script will apply the 
correct values as it processes. What about the prompts during software 
package installation, Kerberos for example? Should the proper realm 
name be given or should example.com be used? There are a couple of 
other packages that prompt and some of them are in the docs but not all.


If you are talking about my install script at 
http://www.onlinedemo.hu/71-zeg-install-script, then it's dificult (or 
maybe not). :)
So. All needed names/passworsd/etc need to give at the step 1. All 
variables will be stored into a config file, and it needs, the variable 
will be used.


Example: You install the system with ubuntu.example.whatever, and give 
the mail.example.local for hostname and example.com at the first step. 
The script store them, and the name of the machine will be set, when it 
needs (also set the mail domain, etc).
After the samba 4 is installed, the script will drop the initial samba 
config (and kerberos too), and create a new one with right settings. So, 
the kerberos realm will right too independent the name what you give 
during the package installation process.


Cheers,
Peti

PS(offtopic): Please guys like my page, when you visit it (facebook tab 
is there on the left side). Thanks a lot ;)

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


[SOGo] BTS activities for Monday, August 12 2013

2013-08-12 Thread SOGo reporter
Title: BTS activities for Monday, August 12 2013





  
BTS Activities

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

  
  
idlast updatestatus (resolution)categorysummary
	
	
	  
	
2392
	2013-08-12 13:26:21
	updated (open)
	Backend Calendar
	Cannot sync on Android using recommended CalDAV Sync
	
	  
	
2358
	2013-08-12 08:51:31
	updated (open)
	Backend General
	sogo chrashes if a user has special characters in password
	
	  
	
2353
	2013-08-12 08:44:18
	updated (open)
	Web Calendar
	Cant create a task in another calendar than the first one
	
	  
	
2272
	2013-08-12 10:58:33
	updated (open)
	Web Mail
	wrong file names in attachment with spaces, punctation, cyriilic characters in name ...
	
	  
	
2375
	2013-08-12 08:40:38
	closed (not a bug)
	Backend Calendar
	Not possible to suscribe to to different ressource calendar
	
	  
	
2383
	2013-08-12 08:44:35
	closed (duplicate)
	Backend Calendar
	Creating tasks in other users' calendars produces unexpected results
	
	  
	
2374
	2013-08-12 08:40:58
	closed (not a bug)
	Web General
	First login not possible due to ressource ...