[SOGo] Sogo-dovecot shared folders

2012-02-20 Thread Valdas Žiūraitis

Hi,
can anybody point to god howto about shared/public folders with dovecot 
1.2 mysql and sogo?


from wiki.dovecot.com is not working for me. (i dont understand something).
i can set acl (with imap_acl addons with thunderbird), i can see the 
acl. but i can not see the shered/ xxx in subscribe.

my configs:

dovecot.conf
protocols = imap imaps
disable_plaintext_auth = yes
log_path = /var/log/dovecot.log
info_log_path = /var/log/dovecot-info.log
log_timestamp = %Y-%m-%d %H:%M:%S 
ssl_cert_file = /etc/ssl/certs/dovecot.pem
ssl_key_file = /etc/ssl/private/dovecot.pem
verbose_ssl = yes
login_process_size = 128
login_process_per_connection = no
login_processes_count = 3
login_max_processes_count = 256
login_max_connections = 256
mail_max_userip_connections = 30
mail_location = maildir:/srv/mail/%d/%n
namespace private {
  separator = .
  prefix =
  inbox = yes
}
#namespace public {
#  separator = .
#  prefix = Public.
#  location = maildir:%%h:INDEX=/srv/mail/%d/%n
#  subscriptions = no
#  hidden = no
#  list = children
#}
namespace shared {
  separator = .
  prefix = Shared.%%u.
  location = maildir:/srv/mail/%%d/Shared/%%u:INDEX=/%h/Shared/%%u
  subscriptions = no
  hidden = no
#  inbox = no
#  list = children
}

mail_privileged_group = vmail
fsync_disable = yes
first_valid_uid = 6060
max_mail_processes = 1024

protocol imap {
  mail_plugins = autocreate quota imap_quota expire acl imap_acl
}

protocol lda {
  fsync_disable = no
  mail_plugins =  quota sieve expire acl

  quota_full_tempfail = yes

  rejection_reason = Your message to %t was automatically 
rejected:%n%r%n%nThe Subject of your message was: %s


  auth_socket_path = /var/run/dovecot/auth-master

  log_path = /var/log/dovecot-deliver.log
  postmaster_address = postmas...@xxx.lt
  sieve_global_path = /var/sieve/global.sieve
}

auth_cache_size = 1024
auth_cache_ttl = 3600
auth_cache_negative_ttl = 3600
auth default {
  mechanisms = plain login cram-md5
  passdb sql {
args = /etc/dovecot/dovecot-sql.conf
  }
  passdb sql {
args = /etc/dovecot/dovecot-crammd5.conf
  }
  userdb sql {
args = /etc/dovecot/dovecot-sql.conf
  }
  user = root
  socket listen {
master {
  path = /var/run/dovecot/auth-master
  mode = 0600
  user = vmail
}
client {
  path = /var/spool/postfix/private/auth
  mode = 0660
  user = postfix
  group = postfix
}
  }
}


dict {
  expire = mysql:/etc/dovecot/dovecot-dict-expire.conf
  acl = mysql:/etc/dovecot/dovecot-acl-shared-dict.conf
}

plugin {
  quota = maildir:User quota
  quota_warning = storage=90%% /usr/sbin/quota-warning.sh 90
  quota_warning2 = storage=70%% /usr/sbin/quota-warning.sh 70
  autocreate = Junk
  autosubscribe = Junk
  autocreate1 = Drafts
  autosubscribe1 = Drafts
  autocreate2 = Templates
  autosubscribe2 = Templates
  autocreate3 = Sent
  autosubscribe3 = Sent
  autocreate4 = Archives
  autosubscribe4 = Archives
  autocreate5 = Trash
  autosubscribe5 = Trash
  acl = vfile
  acl_shared_dict = proxy::acl
  acl_anyone = allow
  expire = Trash 7 Junk 30
  expire_dict = proxy::expire
}

# Config files can also be included. deliver doesn't support them currently.
#!include /etc/dovecot/conf.d/*.conf
# Optional configurations, don't give an error if it's not found:
#!include_try /etc/dovecot/extra.conf



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


[SOGo] Android CalDav/CardDav client: aCal - anyone using it ?

2012-02-20 Thread Fabián Rodríguez
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

I wanted to know if anyone is susing or testing aCal:
http://acal.me/wiki/Main_Page

Cheers,

F.

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

iEYEARECAAYFAk9CSFoACgkQfUcTXFrypNVpAACgq1nU2OcmYevqp4otouhTV3la
56MAmQFMEJ1CMXlvXjdUtAJD1lFIR/Dc
=9NEv
-END PGP SIGNATURE-
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Android CalDav/CardDav client: aCal - anyone using it ?

2012-02-20 Thread Pierre Gambarotto
On 20/02/2012 14:19, Fabián Rodríguez wrote:
 Hi,

 I wanted to know if anyone is susing or testing aCal:
 http://acal.me/wiki/Main_Page


extracted from http://acal.me/wiki/Compatibility


CalDAV Servers which are known to work

SOGo http://acal.me/wiki/Configuration/SOGo - there is a problem with
the SOGo implementation of WebDAV synchronisation


Not good :-)

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

Re: [SOGo] Android CalDav/CardDav client: aCal - anyone using it ?

2012-02-20 Thread Dominique

Nope,

but I am using CalDav and CardDav from Marten Gajda.
http://dmfs.org/wiki/index.php?title=Main_Page
Works like charm with SOgo

Dominique

On 20/02/2012 14:24, Pierre Gambarotto wrote:

On 20/02/2012 14:19, Fabián Rodríguez wrote:

Hi,

I wanted to know if anyone is susing or testing aCal:
http://acal.me/wiki/Main_Page



extracted from http://acal.me/wiki/Compatibility


CalDAV Servers which are known to work

SOGo http://acal.me/wiki/Configuration/SOGo - there is a problem 
with the SOGo implementation of WebDAV synchronisation



Not good :-)



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

Re: [SOGo] Android CalDav/CardDav client: aCal - anyone using it ?

2012-02-20 Thread Kurt Bauer
Hi,

no experience with acal, but I use calDAV-Sync
(https://market.android.com/details?id=org.dmfs.caldav.lib), which works
like a charm.

best regards,
Kurt

Pierre Gambarotto wrote:
 On 20/02/2012 14:19, Fabián Rodríguez wrote:
 Hi,

 I wanted to know if anyone is susing or testing aCal:
 http://acal.me/wiki/Main_Page


 extracted from http://acal.me/wiki/Compatibility
 
 
 CalDAV Servers which are known to work
 
 SOGo http://acal.me/wiki/Configuration/SOGo - there is a problem with
 the SOGo implementation of WebDAV synchronisation
 
 
 Not good :-)
 
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


[SOGo] CPU arch for ZEG

2012-02-20 Thread Bartłomiej Kluska
Hi All

I'm struggling with quite a (hopefully) simple problem. Maybe the answer is 
obvious and I'm just stuck somewhere.

I try to run ZEGbeta4 appliance in Virtual box. I import ova file with the 
wizard (as stated in instructions) and when trying to run
it I get and the following error:

This kernel requires an x86-64 CPU, but only detected an i686 CPU.

I got the same message on IBM x-series xeon 64bit server and on ThinkPad Core 
i7 (also 64bit).

Is this working only on AMD? I'm confused..

Regards
Bartek


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


Re: [SOGo] CPU arch for ZEG

2012-02-20 Thread Sven Schwedas
Virtualbox has to emulate a 64 Bit CPU...

On 02/20/2012 05:53 PM, Bartłomiej Kluska wrote:
 Hi All
 
 I'm struggling with quite a (hopefully) simple problem. Maybe the answer is 
 obvious and I'm just stuck somewhere.
 
 I try to run ZEGbeta4 appliance in Virtual box. I import ova file with the 
 wizard (as stated in instructions) and when trying to run
 it I get and the following error:
 
 This kernel requires an x86-64 CPU, but only detected an i686 CPU.
 
 I got the same message on IBM x-series xeon 64bit server and on ThinkPad Core 
 i7 (also 64bit).
 
 Is this working only on AMD? I'm confused..
 
 Regards
 Bartek
 
 

-- 
Mit freundlichen Grüßen,
Sven SCHWEDAS
Systemadministrator
TAO Beratungs- und Management GmbH | Lendplatz 45 | A - 8020 Graz
sven.schwe...@tao.at | +43 (0)680 333 1034
skype: sven.schwedas | xmpp: sven.schwe...@tao.at | www.tao.at



signature.asc
Description: OpenPGP digital signature


Re: [SOGo] Sogo-dovecot shared folders

2012-02-20 Thread Michael
Hi ,
I had the same problem.
check for a proper permissions for maildirs


While it is not directly for Sogo ( may be it should be update on  wiki )

namespace shared {
 separator = .
 prefix = Shared.%%u

should be
prefix = Shared.%%u/

at least it is solved my problem with dovecot ( on debian squezze )


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

[SOGo] BTS activities for Monday, February 20 2012

2012-02-20 Thread SOGo reporter
Title: BTS activities for Monday, February 20 2012





  
BTS Activities

  Home page: http://www.sogo.nu/bugs
  Project: SOGo
  For the period covering: Monday, February 20 2012

  
  
idlast updatestatus (resolution)categorysummary
	
	
	  
	
1643
	2012-02-20 13:43:35
	new (open)
	GUI
	sogo-connector.autoComplete.commentAttribute = "Notes" doesn't work in TB10
	
	  
	
1639
	2012-02-20 01:02:17
	updated (open)
	Web General
	in SOGo-Apache proxy configuration private data may be accessed trough http://127.0.0.1:2/SOGo...
	
	  
	
1633
	2012-02-20 21:58:27
	updated (open)
	Web Mail
	duplicate trash, sent, drafts in view
	
	  
	
1640
	2012-02-20 11:27:22
	updated (open)
	Web Preferences
	"Place my Signature" Preference does not work
	
	  
	
1642
	2012-02-20 11:21:36
	updated (open)
	with external server
	Photo is not uploaded by SOGo Connector
	
	  
	
1641
	2012-02-20 10:09:18
	resolved (fixed)
	Web Mail
	scrollbar of mail edit window is too low