Re: [SOGo] Cannot access exchange server from outlook

2011-10-13 Thread Daniel Müller
This is a issue with samba4. samba4 to work correctly needs dns.
Did you set up dns working with samba4?
Then point your network settings on your windows client to the samba4 dns
and joint to the samba4 ads and you have no troubles any more.
A hint could be my older post, google:  HOWTO centOS 5.5 samba4 dns dynamic 
update/Replication.
This post belongs to the samba mailings.

Good luck
Daniel
 Original-Nachricht 
 Datum: Wed, 12 Oct 2011 13:56:55 -0400 (EDT)
 Von: christophschroede...@googlemail.com
 An: users@sogo.nu
 Betreff: [SOGo] Cannot access exchange server from outlook

 Hello,
 
 I have finally set up and compiled the sogo v2 beta and have set the realm
 and
 domain to my local domain, not Openchange.local.
 
 If I set it to default openchange.local everything will work fine but if I
 set
 it to my own domain outlook does not find the exchange server and I cannot
 set
 up the account.
 
 How can I correctly set openchange and samba up so that I can use my own
 domain?
 
 Kind regards,
 Christoph Schröder-- 
 users@sogo.nu
 https://inverse.ca/sogo/lists

-- 
NEU: FreePhone - 0ct/min Handyspartarif mit Geld-zurück-Garantie!   
Jetzt informieren: http://www.gmx.net/de/go/freephone
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


[SOGo] Tasks from SOGo to iOS5 to SOGo seems to work

2011-10-13 Thread Martin Rabl

Hi,

FYI, just tested the new Task App of iOS5 (in german called 
Erinnerungen) - seems to work with SOGo in all directions (Tasks from 
Webfrontend, Tasks from Thunderbird, Tasks from iOS5 to SOGo)


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


Re: [SOGo] Newbie question about ZEG 1.3.8

2011-10-13 Thread Christian Mack
Hi Luis Ponce Leao


On 2011-10-12 22:06, Luis Ponce Leao wrote:
 
 How can I share Contacts or Calendars between users using the web
 interface? 

The owner always has to select the calendar/address book, then right
click on it. Start command sharing
Now you get a new window with the list of users which
have already privileges granted.

In order to add another user to this list you have to klick on the
address card with green plus sign (Add...).
This opens a user search window.

Now start typing the name or email address of the desired user.
After each keystroke you get a list of some of the matching users (25 at
most on my server).
Type until you see the user you search for.
Select her entry in the list and press Add
Close the search window.

You now can see the user in the sharing list.
Double click her.
A window with the actual privileges set for her pops up.

There you can grant/revoke whatever privileges you like to her.
Then store these settings with Update.

In the list of users there is an option Subscribe User for each person
in the list. If you select it, the corresponding calendar/address book
is automatically added to the users web interface.

The owner of the calendar can grant the following permissions to any
SOGo user.
* create new tasks/events
* delete existing tasks/events
* for all private tasks/events
a) don't see them at all
b) see (Private task) or time and duration of events
c) see all attributes
d) see and modify all attributes
e) see all attributes and respond to events
* for all confidential tasks/events
a) don't see them at all
b) see (Private task) or time and duration of events
c) see all attributes
d) see and modify all attributes
e) see all attributes and respond to events
* for all public tasks/events
a) don't see them at all
b) see (Private task) or time and duration of events
c) see all attributes
d) see and modify all attributes
e) see all attributes and respond to events

The owner of the address book can grant the following permissions to any
SOGo user.
* see all cards/lists in this address book
* add new cards/lists to this address book
* delete cards/lists in this address book
* edit cards/lists in this address book

That's it.


 Is there any documentation about the user interface that
 addresses these procedures?

Currently not, I assume because these steps are intuitive to do.


Kind regards,
Christian Mack

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


[SOGo] how to specify username and password for a foreign imap server ?

2011-10-13 Thread Gerhard W. Recher (abuse)
Hi

I setup sogo 2.0.0Beta

defaults write sogod SOGoTimeZone Europe/Berlin
defaults write sogod SOGoMailDomain recher.de
defaults write sogod SOGoLanguage German
defaults write sogod SOGoUserSources '({canAuthenticate = YES;
displayName = SOGo Users; id = users; isAddressBook = YES; type = sql;
userPasswordAlgorithm = md5; viewURL
=mysql://sogo:secret@127.0.0.1:3306/sogo/sogo_users;})'
defaults write sogod SOGoProfileURL
'mysql://sogo:secret@127.0.0.1:3306/sogo/sogo_user_profile'
defaults write sogod OCSFolderInfoURL
'mysql://sogo:secret@127.0.0.1:3306/sogo/sogo_folder_info'
defaults write sogod OCSSessionsFolderURL
'mysql://sogo:secret@127.0.0.1:3306/sogo/sogo_sessions_folder'
defaults write sogod SOGoAppointmentSendEMailNotifications YES
defaults write sogod SOGoLoginModule Calendar
defaults write sogod SOGoSieveScriptsEnabled YES
defaults write sogod SOGoVacationEnabled YES
defaults write sogod SOGoMailMessageCheck every_5_minutes
defaults write sogod SOGoFirstDayOfWeek 1
defaults write sogod SOGoSuperUsernames '( gerhard )'
defaults write sogod SOGoDraftsFolderName INBOX.Drafts
defaults write sogod SOGoSentFolderName INBOX.Sent
defaults write sogod SOGoTrashFolderName INBOX.Trash
defaults write sogod NGImap4ConnectionStringSeparator .

defaults write sogod SOGoSieveServer sieve://ksrv88.netpilot.net:4190
defaults write sogod SOGoIMAPServer sieve://ksrv88.netpilot.net


my problem is I need for usernames for this imap server

some...@mydomain.tld

but sogo tries to authenticate with this foreign imap server only with
someone

how to solve this ?


-- gerhard



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


Re: [SOGo] how to specify username and password for a foreign imap server ?

2011-10-13 Thread Frank Ellebrecht

Hello,

Not sure about 2.0, but with 1.3.7, setting

defaults write sogod SOGoForceIMAPLoginWithEmail yes

worked for me (with Dovecot 2.0.x as IMAP-Server).

Kind regards,
Frank

Am 13.10.2011 14:57, schrieb Gerhard W. Recher (abuse):

my problem is I need for usernames for this imap server

some...@mydomain.tld

but sogo tries to authenticate with this foreign imap server only with
someone

how to solve this ?




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


Re: [SOGo] how to specify username and password for a foreign imap server ?

2011-10-13 Thread Gerhard W. Recher (abuse)
Am 13.10.2011 15:18, schrieb Frank Ellebrecht:
 Hello,

 Not sure about 2.0, but with 1.3.7, setting

 defaults write sogod SOGoForceIMAPLoginWithEmail yes

 worked for me (with Dovecot 2.0.x as IMAP-Server).

 Kind regards,
 Frank

 Am 13.10.2011 14:57, schrieb Gerhard W. Recher (abuse):
 my problem is I need for usernames for this imap server

 some...@mydomain.tld

 but sogo tries to authenticate with this foreign imap server only with
 someone

 how to solve this ?



Hi Frank


this exactly does the job !

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


[SOGo] [openchange] forein imap server how to ?

2011-10-13 Thread Gerhard W. Recher (abuse)
I finaly solved the Problem with sOGo and

defaults write sogod SOGoForceIMAPLoginWithEmail YES


but which steps in configurion of openchange must be done to see this
foreign imap server  in outlook2010 client ?

have i missed something ?

-- gerhard

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


Re: [SOGo] Sogo v2 and Samba4

2011-10-13 Thread Alessio Fattorini
Nella citazione in data mer 12 ott 2011 02:38:02 CEST, Jovan Malesevic 
ha scritto:
New version of ClearOS is coming, version 6 with implemented Samba4. 
Just take patience (for ClearOS users).


Sorry but.. is samba4 strictly necessary? How many stable system with 
samba4 do you know ? The first samba4 alpha is in 2007 :-|


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


Re: [SOGo] Sogo v2 and Samba4

2011-10-13 Thread Ludovic Marcotte

On 13/10/11 10:21, Alessio Fattorini wrote:
Sorry but.. is samba4 strictly necessary? 
For SOGo/Outlook native compatibility, Samba 4 is required. That can't 
change.


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


Re: [SOGo] how to connect with outlook2010 and https from internet ?

2011-10-13 Thread Jelmer Vernooij

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 10/12/2011 08:45 PM, Gerhard W. Recher (abuse) wrote:
 Am 12.10.2011 20:23, schrieb Jelmer Vernooij:
 On Wed, Oct 12, 2011 at 08:19:58PM +0200, Gerhard W. Recher (abuse) wrote:
 Outlook2010 runs internally nearly ok,
 but how to access from outside and rpc over http protocol from m$ ?
 we do not want to expose m$ ports to the internet.
 This isn't possible yet at the moment, it requires support for
 ncacn_http in Samba 4.



 thx any timeline for this ?

I'm not sure, I reckon it will be a month or so of work. I'm not aware
of anybody working on it at the moment.

Cheers,

Jelmer
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQIcBAEBAgAGBQJOlvUaAAoJEACAbyvXKaRXw3sP/iOPeYsUWL3YzViG8IlxJN2K
H0aMjE6g9aymophmqPrbdTyPBN9NSnnDmz7SsySt341Q4KINZOwg531Zo4NlmRZA
0EeXg9SnjAIwLno4f3AnCVBEQYT1kv3mLc61L8YumcU4/TWnon82UijPLD/P1JV5
SWIokP3Vghs13qH6GYl2ySqowclzl85Zim+jTt2+LUp5Lm0lv9Q1GoGRTVC8hfTq
Yr1lZ+8R6vB6EiltkX/mj8LLzslG6AOpodNQPc9t0PaCi0XNvVyT2cF7jf2vTfNb
dUPdkdniVXmN0ECt4VX4svY97yXWefPWzy3lzMb8vEHgNDlhgEVJLiaQ6QlEfVNd
B0MwrEQ+X6bVupPMeFqHzEnlDbRwzk7+twIfLg1HwEVSIXSaDI7KTXNjLxD21U+7
7EvLrjWtKAsWDSnI/5WHXKtIN/Fb2MWIWUzb463cWKtXuL5xJSXczu06/oY+4JNp
rG/rij7Ifp8sfGljDRfpoZFv/cXHW/ht/9qGSsivk878he8osW3TMbgc3zX82zfJ
gfS6EljqNefxGNaZlSBjNjtr5a4sT97T/TEFT2f9eZyZEFTfxKXm9PL9A38eef8p
MVIePd6+yBcqceMYe4hMgbRSmy0JYvsoJrbt4UQEbNJNcD+4GaUsbRu++INKPl44
xpey4Xu6+DG8q8zlmiyF
=iqv3
-END PGP SIGNATURE-

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


Re: [SOGo] Sogo v2 and Samba4

2011-10-13 Thread Jelmer Vernooij

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 10/13/2011 04:21 PM, Alessio Fattorini wrote:
 Nella citazione in data mer 12 ott 2011 02:38:02 CEST, Jovan Malesevic
ha scritto:
 New version of ClearOS is coming, version 6 with implemented Samba4.
Just take patience (for ClearOS users).

 Sorry but.. is samba4 strictly necessary? How many stable system with
samba4 do you know ? The first samba4 alpha is in 2007 :-|

Samba 4 is pretty stable, and used in production by various people. The
main reasons for it being alpha are that it doesn't yet support a
seamless upgrade from Samba 3 and the Active Directory Domain Controller
support it was set out to add isn't entirely done yet. It also just
needs needs more polishing and documentation.

Cheers,

Jelmer
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQIcBAEBAgAGBQJOlvX/AAoJEACAbyvXKaRXxv0P/1s4REEegj4y9XI2pw1LDsrM
q42ORrbsDfYJjzBjFLjpxqoWsyZFgn3HVI/1W0JavBXxsOdLjmrnVsy7Dn+h14nv
kFQIqV6+n+m3mNP+cWozqUDxS+MiqHJgqo0FRP2Vuli9jIQ3V3030DZE3hs/qdTr
W+xGOZB3FxY4mVtCrzdv+rTJ1CFzBdH4tqxUtIh8vlWRICdwV81vRgmMOTDo4s+a
D0nsYBcAZQjfVC1Fuip9aa8RbGGzgQI4HrmxgfflTxKmIbT3tADcCGKGTyzBWwrt
GAODLX6H3Qif8/nUm1grYoCbkQMJoCKkYSaoM7DOg5lz0hg251ZQTJ+0waXZXXFj
mwPghxJiG/gkotdRB2i5zNtxMsC4X3GZj54X85wV4ZMiL2Zw4/vv/PsGWPW124IC
t1NeRglD//qrFQ6yIvnQ0xjzjl1SQeGXndqxc5qQtffDhHcbXonqu/LkKnbiYquJ
as7X/+JtF9QunljmyF4G4KXQk1PQQ8rQnG2rNQCRNwuJF785nBTIOfGpKwBRBstE
Pan5+F6uZMlqGop7v3I55ZvfyxnCzJ3fkLzrUAfaIXymtBNXitcVbtRU9tZW5Qbn
OZ7to4og+HoDoUZchTmbs+ei8TN/SsPmSomClfdcABDcKWFZjWl0OraEKGfxh469
YKHfXCX+6Y7tivGUJqzK
=ZE3B
-END PGP SIGNATURE-

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


Re: [SOGo] Sogo v2 and Samba4

2011-10-13 Thread Ed W
On 13/10/2011 15:21, Alessio Fattorini wrote:
 Nella citazione in data mer 12 ott 2011 02:38:02 CEST, Jovan Malesevic
 ha scritto:
 New version of ClearOS is coming, version 6 with implemented Samba4.
 Just take patience (for ClearOS users).

 Sorry but.. is samba4 strictly necessary? How many stable system with
 samba4 do you know ? The first samba4 alpha is in 2007 :-|


It's 2011 where I am, so there is no excuse for not running all your
services under some kind of virtualisation?  I use linux-vservers for
most of mine (very lightweight, really a chroot++)

Assuming use of virtualisation, what problems does this cause for most
users?  Your sogo instance would be presumed to be running in it's own
locked down space and certainly not be serving real files (otherwise
what would happen if it gets hacked?)

Good luck

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


Re: [SOGo] Newbie questions about SQL authentication

2011-10-13 Thread Peter Peltonen
Hi,

On Thu, Oct 13, 2011 at 7:00 PM, Christian Reischl
christian.reis...@ivv.fraunhofer.de wrote:
 Hi,

 you have to create an authentication table (sogo_auth).

 My MySQL table looks like this:

Thanks for the info!

What about the admin user, how do I create that?


 You don't have to manage two user databases. I created a view (called
 sogo_auth) to point the SOGo field names to an existing user database.

But what if my IMAP user database is located in another server in
remote location?


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


Re: [SOGo] SOGo 1.3.8 and iOS5 Calendar...

2011-10-13 Thread Martin Rabl

Am 13.10.11 18:01, schrieb Bruce Johnson:

Make sure that the calendar sync settings are set to 'all events';

That is set on my iphone (migrated from iOS4).
The problem seems to be in the way how the calendar app calls the 
calendar list with caldav and how it works with the contents of the 
response.


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


Re: [SOGo] Newbie questions about SQL authentication

2011-10-13 Thread Christian Reischl

Hi Peter,

you can set admin users in your .GNUstepDefaults using the parameter 
SOGoSuperUsernames.


Command:
defaults write sogod SOGoSuperUsernames '(admin.user)'


Unfortunately I don't know a solution for your user database problem.


kind regards,
Christian
__
Christian Reischl

Fraunhofer Institut für
Verfahrenstechnik und Verpackung
Giggenhauser Str. 35
85354 Freising

Telefon: 08161 491-704
mailto:christian.reis...@ivv.fraunhofer.de
http://www.ivv.fraunhofer.de


Peter Peltonen schrieb:

Hi,

On Thu, Oct 13, 2011 at 7:00 PM, Christian Reischl
christian.reis...@ivv.fraunhofer.de  wrote:

Hi,

you have to create an authentication table (sogo_auth).

My MySQL table looks like this:


Thanks for the info!

What about the admin user, how do I create that?



You don't have to manage two user databases. I created a view (called
sogo_auth) to point the SOGo field names to an existing user database.


But what if my IMAP user database is located in another server in
remote location?


Best,
Peter

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


Re: [SOGo] SOGo 1.3.8 and iOS5 Calendar...

2011-10-13 Thread Ludovic Marcotte

On 13/10/11 14:13, Guy Brand wrote:

I don't know if it can help people investigating the issue, but this
issue appeared with the iOS 5 beta 1 and has been there with all the
beta releases (beta1 to 7).


We'll investigate the issue and hopefully include a fix for 1.3.9.

Thanks,

--
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] cyrus sieve vacation does not work

2011-10-13 Thread Gerhard W. Recher (abuse)
hi


Oct 13 22:03:00 sogo cyrus/master[15405]: about to exec
/usr/lib/cyrus/bin/timsieved
Oct 13 22:03:00 sogo cyrus/sieve[15405]: executed
Oct 13 22:03:00 sogo cyrus/sieve[15405]: telling master 2
Oct 13 22:03:00 sogo cyrus/master[13551]: service sieve pid 15405 in
READY state: now unavailable and in BUSY state
Oct 13 22:03:00 sogo cyrus/master[13551]: service sieve now has 0 ready
workers
Oct 13 22:03:00 sogo cyrus/sieve[15405]: accepted connection
Oct 13 22:03:00 sogo cyrus/sieve[15405]: telling master 3
Oct 13 22:03:00 sogo cyrus/master[13551]: service sieve pid 15405 in
BUSY state: now serving connection
Oct 13 22:03:00 sogo cyrus/master[13551]: service sieve now has 0 ready
workers
Oct 13 22:03:00 sogo cyrus/sieve[15405]: login: localhost[127.0.0.1]
gerhard PLAIN User logged in
Oct 13 22:03:01 sogo cyrus/sieve[15405]: entered bc_action_emit with
filelen: 16
Oct 13 22:03:01 sogo cyrus/sieve[15405]: entered bc_action_emit with
filelen: 364
Oct 13 22:03:01 sogo cyrus/master[13551]: service sieve now has 0 ready
workers
Oct 13 22:05:34 sogo cyrus/lmtpunix[15464]: WARNING: sieve script
/var/spool/sieve/g/gerhard/defaultbc doesn't exist: No such file or
directory


sogo set a vacation message in global !


root@sogo:/var/spool/sieve/global# ls -latr
insgesamt 16
drwxr-xr-x 29 cyrus mail 4096 13. Okt 22:01 ..
-rw-r-  1 cyrus mail  434 13. Okt 22:03 sogo.script
-rw---  1 cyrus mail  452 13. Okt 22:03 sogo.bc
lrwxrwxrwx  1 cyrus mail7 13. Okt 22:03 defaultbc - sogo.bc
drwxr-x---  2 cyrus mail 4096 13. Okt 22:03 .


any idea how to solve this ?

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


Re: [SOGo] cyrus sieve vacation does not work

2011-10-13 Thread Alexandros Panagiotidis
Hi,

Cyrus stores Sieve scripts in the global namespace, if the user that puts the
script is an administrator.
Is your user (gerhard) set as administrator in imapd.conf?


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


[SOGo] BTS activities for Thursday, October 13 2011

2011-10-13 Thread SOGo reporter
Title: BTS activities for Thursday, October 13 2011





  
BTS Activities

  Home page: http://www.sogo.nu/bugs
  Project: SOGo
  For the period covering: Thursday, October 13 2011

  
  
idlast updatestatus (resolution)categorysummary
	
	
	  
	
1425
	2011-10-13 14:19:10
	updated (open)
	Backend Mail
	Email is displayed with incorrect subject "Untitled" and body "untitled(0)"
	
	  
	
1039
	2011-10-13 05:44:24
	updated (open)
	Web Mail
	cyrus - "Fatal error: word too long" when deleting a *lot* of messages
	
	  
	
1457
	2011-10-13 15:01:08
	assigned (open)
	Apple iPhone OS
	iPhone 5 GM missing calendars
	
	  
	
1242
	2011-10-13 16:49:53
	assigned (open)
	Backend Calendar
	Setting of all ACL to None