Re: [SOGo] Delegate user's mailbox

2013-04-05 Thread Szládovics Péter
2013-04-04 22:15 keltezéssel, Jean Raby írta:
 On 13-04-04 3:53 PM, Szládovics Péter wrote:
 2013-04-04 20:23 keltezéssel, Ludovic Marcotte írta:
 On 04/04/13 14:19, Szládovics Péter wrote:
 I ask, because it is not sufficient to add an user to the list of
 privileged users.
 You have to double click its name in the list and explicitly set
 some
 privileges for her.
 Yes, I know. I did it as well.
 Do you still see what you gave when you edit back the access rights
 for the
 mail folder?


 Yes, when I dblclick the user's name, every option are checked.

 Are you sure the ACL / shared mailbox setup is ok on the dovecot side?

 Have a look here: http://wiki2.dovecot.org/SharedMailboxes/Shared
 In particular, check the Shared mailbox listing section.

 If this isn't setup properly, dovecot won't return the shared
 mailboxes to SOGo,
 SOGo won't have any way of knowing that the shared mailbox exists
 (even if the user has access to it).

Thanks! It's missing.
I'll try it, and report the results.
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Delegate user's mailbox

2013-04-05 Thread Szládovics Péter
2013-04-05 09:48 keltezéssel, Szládovics Péter írta:
 2013-04-04 22:15 keltezéssel, Jean Raby írta:
 On 13-04-04 3:53 PM, Szládovics Péter wrote:
 2013-04-04 20:23 keltezéssel, Ludovic Marcotte írta:
 On 04/04/13 14:19, Szládovics Péter wrote:
 I ask, because it is not sufficient to add an user to the list of
 privileged users.
 You have to double click its name in the list and explicitly set
 some
 privileges for her.
 Yes, I know. I did it as well.
 Do you still see what you gave when you edit back the access rights
 for the
 mail folder?

 Yes, when I dblclick the user's name, every option are checked.
 Are you sure the ACL / shared mailbox setup is ok on the dovecot side?

 Have a look here: http://wiki2.dovecot.org/SharedMailboxes/Shared
 In particular, check the Shared mailbox listing section.

 If this isn't setup properly, dovecot won't return the shared
 mailboxes to SOGo,
 SOGo won't have any way of knowing that the shared mailbox exists
 (even if the user has access to it).
 Thanks! It's missing.
 I'll try it, and report the results.

Hmmm. I set it up, delegated some folder, but the other users folderlist
didn't see any changes.

/var/mail/shared-mailboxes.db has been created with 666 rights, and it
contains correct informations.

I tried to restart sogo service, but it didn't help.

I think there is some misconfigured thing yet... but where and what?
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Delegate user's mailbox

2013-04-05 Thread Szládovics Péter
2013-04-05 11:22 keltezéssel, Szládovics Péter írta:
 2013-04-05 09:48 keltezéssel, Szládovics Péter írta:
 2013-04-04 22:15 keltezéssel, Jean Raby írta:
 On 13-04-04 3:53 PM, Szládovics Péter wrote:
 2013-04-04 20:23 keltezéssel, Ludovic Marcotte írta:
 On 04/04/13 14:19, Szládovics Péter wrote:
 I ask, because it is not sufficient to add an user to the list of
 privileged users.
 You have to double click its name in the list and explicitly set
 some
 privileges for her.
 Yes, I know. I did it as well.
 Do you still see what you gave when you edit back the access rights
 for the
 mail folder?

 Yes, when I dblclick the user's name, every option are checked.
 Are you sure the ACL / shared mailbox setup is ok on the dovecot side?

 Have a look here: http://wiki2.dovecot.org/SharedMailboxes/Shared
 In particular, check the Shared mailbox listing section.

 If this isn't setup properly, dovecot won't return the shared
 mailboxes to SOGo,
 SOGo won't have any way of knowing that the shared mailbox exists
 (even if the user has access to it).
 Thanks! It's missing.
 I'll try it, and report the results.

 Hmmm. I set it up, delegated some folder, but the other users
 folderlist didn't see any changes.

 /var/mail/shared-mailboxes.db has been created with 666 rights, and it
 contains correct informations.

 I tried to restart sogo service, but it didn't help.

 I think there is some misconfigured thing yet... but where and what?

The problem there is at the IMAP side, because the thunderbird even see
the shared folders.

My dovecot config is:
#
disable_plaintext_auth = yes
log_path = /var/log/dovecot.message
log_timestamp = %Y-%m-%d %H:%M:%S 
#auth_debug=yes
#mail_debug=yes
mail_location = maildir:/var/mail/%u
mail_privileged_group = mail
ssl = required
ssl_cert = /etc/ssl/sogo/DOMAIN.local.pem
ssl_key = /etc/ssl/sogo/DOMAIN.local.np.key
ssl_ca = /etc/ssl/sogo/ca.pem
passdb {
  driver = passwd-file
  args = /etc/dovecot/master-users
  master = yes
  pass = yes
}
passdb {
  args = /etc/dovecot/dovecot-ldap.conf
  driver = ldap
}
passdb {
  driver = static
  args = nopassword=y allow_nets=127.0.0.1/32
}
passdb {
  driver = pam
}
protocols = imap pop3 sieve
service auth {
  unix_listener auth-master {
group = vmail
mode = 0600
user = vmail
  }
  unix_listener auth-userdb {
user = vmail
  }
  user = root
}
userdb {
  args = /etc/dovecot/dovecot-ldap.conf
  driver = ldap
}
userdb {
  driver = passwd
}
protocol lda {
  hostname = mail.DOMAIN.local
  log_path =
  mail_plugins = sieve quota
  postmaster_address = postmas...@domain.hu
}
protocol imap {
  mail_plugins = quota imap_quota imap_acl acl
}
protocol pop3 {
  pop3_uidl_format = %08Xu%08Xv
}
managesieve_notify_capability = mailto
managesieve_sieve_capability = fileinto reject envelope
encoded-character vacation subaddress comparator-i;ascii-numeric
relational regex imap4flags copy include variables body enotify
environment mailbox date ihave
service managesieve-login {
  inet_listener sieve {
port = 4190
  }
  inet_listener sieve_deprecated {
port = 2000
  }
  service_count = 1
}
plugin {
  sieve = /var/mail/sieve/%n.sieve
  sieve_dir = /var/mail/sieve/%n/
  quota = maildir
  quota_rule2 = Trash:storage=+100M
  quota_warning = storage=95%% quota-warning 95 %u
  quota_warning2 = storage=80%% quota-warning 80 %u
  quota_warning3 = -storage=80%% quota-warning below %u
  acl_shared_dict = file:/var/mail/shared-mailboxes.db
  acl = vfile
}

service quota-warning {
  executable = script /usr/local/bin/quota-warning.sh
  user = vmail
  unix_listener quota-warning {
user = vmail
  }
}
#

Dovecot LDAP config:
#
hosts = 127.0.0.1:389
dn = cn=administrator,cn=users,dc=DOMAIN,dc=local
dnpass = 
auth_bind = yes
tls = no
deref = never
ldap_version = 3
base = cn=users,dc=DOMAIN,dc=local
scope = subtree
user_attrs =
=home=/var/mail,=uid=5000,=gid=5000,maxStorage=quota_rule=*:storage=%$M,=quota_rule2=Trash:storage=+100M
user_filter =
((sAMAccountName=%u)(objectClass=person)(!(userAccountControl=514)))
pass_filter =
((sAMAccountName=%u)(objectClass=person)(!(userAccountControl=514)))
pass_attrs = userPassword=password,sAMAccountName=user
#
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Delegate user's mailbox

2013-04-05 Thread Szládovics Péter
2013-04-05 11:48 keltezéssel, Szládovics Péter írta:
 2013-04-05 11:22 keltezéssel, Szládovics Péter írta:
 2013-04-05 09:48 keltezéssel, Szládovics Péter írta:
 2013-04-04 22:15 keltezéssel, Jean Raby írta:
 Are you sure the ACL / shared mailbox setup is ok on the dovecot side?

 Have a look here: http://wiki2.dovecot.org/SharedMailboxes/Shared
 In particular, check the Shared mailbox listing section.

 If this isn't setup properly, dovecot won't return the shared
 mailboxes to SOGo,
 SOGo won't have any way of knowing that the shared mailbox exists
 (even if the user has access to it).
 Thanks! It's missing.
 I'll try it, and report the results.

 Hmmm. I set it up, delegated some folder, but the other users
 folderlist didn't see any changes.

 /var/mail/shared-mailboxes.db has been created with 666 rights, and
 it contains correct informations.

 I tried to restart sogo service, but it didn't help.

 I think there is some misconfigured thing yet... but where and what?

 The problem there is at the IMAP side, because the thunderbird even
 see the shared folders.

 My dovecot config is:
 ...
 Dovecot LDAP config:
 ...

My fault is:

###
namespace {
  type = private
  separator = /
  prefix =
  inbox = yes
}
namespace {
  type = shared
  separator = /
  prefix = shared/%%u/
  location = maildir:/var/mail/%%u:INDEX=/var/mail/%u/shared/%%u
  list = children
}
###

This missing from my dovecoc.conf.

But a question:
Can I use the email address instead of username?

%%something instead of %%u? On SOGo web UI is not problem, but under
Thunderbird I see only the pure username.
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Delegate user's mailbox

2013-04-05 Thread Jean Raby

On 13-04-05 5:48 AM, Szládovics Péter wrote:

2013-04-05 11:22 keltezéssel, Szládovics Péter írta:

2013-04-05 09:48 keltezéssel, Szládovics Péter írta:

2013-04-04 22:15 keltezéssel, Jean Raby írta:

On 13-04-04 3:53 PM, Szládovics Péter wrote:

2013-04-04 20:23 keltezéssel, Ludovic Marcotte írta:

On 04/04/13 14:19, Szládovics Péter wrote:

I ask, because it is not sufficient to add an user to the list of

privileged users.
You have to double click its name in the list and explicitly set

some

privileges for her.

Yes, I know. I did it as well.

Do you still see what you gave when you edit back the access rights
for the
mail folder?


Yes, when I dblclick the user's name, every option are checked.

Are you sure the ACL / shared mailbox setup is ok on the dovecot side?

Have a look here:http://wiki2.dovecot.org/SharedMailboxes/Shared
In particular, check the Shared mailbox listing section.

If this isn't setup properly, dovecot won't return the shared
mailboxes to SOGo,
SOGo won't have any way of knowing that the shared mailbox exists
(even if the user has access to it).

Thanks! It's missing.
I'll try it, and report the results.


Hmmm. I set it up, delegated some folder, but the other users folderlist
didn't see any changes.

/var/mail/shared-mailboxes.db has been created with 666 rights, and it
contains correct informations.

I tried to restart sogo service, but it didn't help.

I think there is some misconfigured thing yet... but where and what?


The namespaces are not defined in the config file below, that's propably the 
source of your problem.


Also, if I read your ldap config correctly, the home directory for every user is 
set to /var/mail which is not good.
Something like sAMAccountName=home=/var/mail/%$   would let each user have its 
own 'home'


Then you could could define a shared namespace like this:

namespace {
  type = shared
  separator = /
  prefix = shared/%%u/
  location = maildir:%%h/:INDEX=~/shared/%%u
  subscriptions = no
  list = children
}

hope this helps!


The problem there is at the IMAP side, because the thunderbird even see the
shared folders.

My dovecot config is:
#
disable_plaintext_auth = yes
log_path = /var/log/dovecot.message
log_timestamp = %Y-%m-%d %H:%M:%S 
#auth_debug=yes
#mail_debug=yes
mail_location = maildir:/var/mail/%u
mail_privileged_group = mail
ssl = required
ssl_cert = /etc/ssl/sogo/DOMAIN.local.pem
ssl_key = /etc/ssl/sogo/DOMAIN.local.np.key
ssl_ca = /etc/ssl/sogo/ca.pem
passdb {
   driver = passwd-file
   args = /etc/dovecot/master-users
   master = yes
   pass = yes
}
passdb {
   args = /etc/dovecot/dovecot-ldap.conf
   driver = ldap
}
passdb {
   driver = static
   args = nopassword=y allow_nets=127.0.0.1/32
}
passdb {
   driver = pam
}
protocols = imap pop3 sieve
service auth {
   unix_listener auth-master {
 group = vmail
 mode = 0600
 user = vmail
   }
   unix_listener auth-userdb {
 user = vmail
   }
   user = root
}
userdb {
   args = /etc/dovecot/dovecot-ldap.conf
   driver = ldap
}
userdb {
   driver = passwd
}
protocol lda {
   hostname = mail.DOMAIN.local
   log_path =
   mail_plugins = sieve quota
   postmaster_address = postmas...@domain.hu
}
protocol imap {
   mail_plugins = quota imap_quota imap_acl acl
}
protocol pop3 {
   pop3_uidl_format = %08Xu%08Xv
}
managesieve_notify_capability = mailto
managesieve_sieve_capability = fileinto reject envelope encoded-character
vacation subaddress comparator-i;ascii-numeric relational regex imap4flags copy
include variables body enotify environment mailbox date ihave
service managesieve-login {
   inet_listener sieve {
 port = 4190
   }
   inet_listener sieve_deprecated {
 port = 2000
   }
   service_count = 1
}
plugin {
   sieve = /var/mail/sieve/%n.sieve
   sieve_dir = /var/mail/sieve/%n/
   quota = maildir
   quota_rule2 = Trash:storage=+100M
   quota_warning = storage=95%% quota-warning 95 %u
   quota_warning2 = storage=80%% quota-warning 80 %u
   quota_warning3 = -storage=80%% quota-warning below %u
   acl_shared_dict = file:/var/mail/shared-mailboxes.db
   acl = vfile
}

service quota-warning {
   executable = script /usr/local/bin/quota-warning.sh
   user = vmail
   unix_listener quota-warning {
 user = vmail
   }
}
#

Dovecot LDAP config:
#
hosts = 127.0.0.1:389
dn = cn=administrator,cn=users,dc=DOMAIN,dc=local
dnpass = 
auth_bind = yes
tls = no
deref = never
ldap_version = 3
base = cn=users,dc=DOMAIN,dc=local
scope = subtree
user_attrs =
=home=/var/mail,=uid=5000,=gid=5000,maxStorage=quota_rule=*:storage=%$M,=quota_rule2=Trash:storage=+100M
user_filter = 
((sAMAccountName=%u)(objectClass=person)(!(userAccountControl=514)))
pass_filter = 
((sAMAccountName=%u)(objectClass=person)(!(userAccountControl=514)))
pass_attrs = userPassword=password,sAMAccountName=user
#



--
Jean Raby
jr...@inverse.ca  ::  +1.514.447.4918 (x120) ::  www.inverse.ca
Inverse inc. :: Leaders behind SOGo 

Re: [SOGo] Delegate user's mailbox

2013-04-05 Thread Jean Raby

On 13-04-05 7:51 AM, Szládovics Péter wrote:

2013-04-05 11:48 keltezéssel, Szládovics Péter írta:

2013-04-05 11:22 keltezéssel, Szládovics Péter írta:

2013-04-05 09:48 keltezéssel, Szládovics Péter írta:

2013-04-04 22:15 keltezéssel, Jean Raby írta:

Are you sure the ACL / shared mailbox setup is ok on the dovecot side?

Have a look here:http://wiki2.dovecot.org/SharedMailboxes/Shared
In particular, check the Shared mailbox listing section.

If this isn't setup properly, dovecot won't return the shared
mailboxes to SOGo,
SOGo won't have any way of knowing that the shared mailbox exists
(even if the user has access to it).

Thanks! It's missing.
I'll try it, and report the results.


Hmmm. I set it up, delegated some folder, but the other users folderlist
didn't see any changes.

/var/mail/shared-mailboxes.db has been created with 666 rights, and it
contains correct informations.

I tried to restart sogo service, but it didn't help.

I think there is some misconfigured thing yet... but where and what?


The problem there is at the IMAP side, because the thunderbird even see the
shared folders.

My dovecot config is:
...
Dovecot LDAP config:
...


My fault is:

###
namespace {
   type = private
   separator = /
   prefix =
   inbox = yes
}
namespace {
   type = shared
   separator = /
   prefix = shared/%%u/
   location = maildir:/var/mail/%%u:INDEX=/var/mail/%u/shared/%%u
   list = children
}
###

This missing from my dovecoc.conf.

But a question:
Can I use the email address instead of username?

if you have a single domain, you could try adding  @domainname here:
prefix = shared/%%u@domainname/

Maybe I missed something, but the doc doesn't mention a variable for the mail 
address (http://wiki2.dovecot.org/Variables)




%%something instead of %%u? On SOGo web UI is not problem, but under
Thunderbird I see only the pure username.



--
Jean Raby
jr...@inverse.ca  ::  +1.514.447.4918 (x120) ::  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] Delegate user's mailbox

2013-04-05 Thread Szládovics Péter
2013-04-05 14:08 keltezéssel, Jean Raby írta:
 On 13-04-05 7:51 AM, Szládovics Péter wrote:
 2013-04-05 11:48 keltezéssel, Szládovics Péter írta:
 2013-04-05 11:22 keltezéssel, Szládovics Péter írta:
 2013-04-05 09:48 keltezéssel, Szládovics Péter írta:
 2013-04-04 22:15 keltezéssel, Jean Raby írta:
 Are you sure the ACL / shared mailbox setup is ok on the dovecot
 side?

 Have a look here:http://wiki2.dovecot.org/SharedMailboxes/Shared
 In particular, check the Shared mailbox listing section.

 If this isn't setup properly, dovecot won't return the shared
 mailboxes to SOGo,
 SOGo won't have any way of knowing that the shared mailbox exists
 (even if the user has access to it).
 Thanks! It's missing.
 I'll try it, and report the results.

 Hmmm. I set it up, delegated some folder, but the other users
 folderlist
 didn't see any changes.

 /var/mail/shared-mailboxes.db has been created with 666 rights, and it
 contains correct informations.

 I tried to restart sogo service, but it didn't help.

 I think there is some misconfigured thing yet... but where and what?

 The problem there is at the IMAP side, because the thunderbird even
 see the
 shared folders.

 My dovecot config is:
 ...
 Dovecot LDAP config:
 ...

 My fault is:

 ###
 namespace {
type = private
separator = /
prefix =
inbox = yes
 }
 namespace {
type = shared
separator = /
prefix = shared/%%u/
location = maildir:/var/mail/%%u:INDEX=/var/mail/%u/shared/%%u
list = children
 }
 ###

 This missing from my dovecoc.conf.

 But a question:
 Can I use the email address instead of username?
 if you have a single domain, you could try adding  @domainname here:
 prefix = shared/%%u@domainname/

No, I use multiple domains :(
Anyway my email addresses and usernames aren't similar - e.g. username
is 'someone' and his email is 'firstname.suren...@domain.tld' :)
On SOGo web UI I see its displayName AD field, but under Thunderbird it
is the 'someone'...

 Maybe I missed something, but the doc doesn't mention a variable for
 the mail address (http://wiki2.dovecot.org/Variables)

This is the reason of my question - I didn't find it in the
documentation too.

Thanks your help!
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Delegate user's mailbox

2013-04-04 Thread Christian Mack
Am 2013-03-27 22:41, schrieb Szládovics Péter:
 2013-03-27 22:26 keltezéssel, Ludovic Marcotte írta:
 On 27/03/13 17:08, Szládovics Péter wrote:
 Hi Guys,

 How can I delegate user's mailbox to an other user?

 e.g.
 a...@example.com user can read b...@example.com user's mail folders, and he
 can send any emails from b@... address as sender.
 I asked the Google brother, but he couldn't help me - or my question
 was wrong...
 Yes.
 
 Thanks :)
 
 First set the appropriate ACL on the mailbox{es} (right click on
 mailbox{es} - Sharing...).
 
 Ok, it's already done. But I log in as name of the other user, and
 cannot see any changes - e.g. delegated mailbox...
 

Check if Preferences -- Mail Options -- Show subscribed mailboxes
only is unset.

Then you should see the shared folders under Other Users.
If not, then something is wrong with your IMAP configuration.

 Secondly, set the delegation (right click on the account -
 Delegation...).
 
 It's already done too. In user's dovecot imap folder I have two files
 with correct ACL entries, but in the web I can't see any changes.
 
 Where can I find the problem?

When creating a new email, you can choose which account to use in the
From: selection. Either use your own or the delegated one here.


Hope that helps.


Kind regards,
Christian Mack


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


Re: [SOGo] Delegate user's mailbox

2013-04-04 Thread Szládovics Péter
2013-04-04 11:32 keltezéssel, Christian Mack írta:
 Am 2013-03-27 22:41, schrieb Szládovics Péter:

 Ok, it's already done. But I log in as name of the other user, and
 cannot see any changes - e.g. delegated mailbox...

 
 Check if Preferences -- Mail Options -- Show subscribed mailboxes
 only is unset.

This setting is unset by default. When I set it on, and then off again,
don't see any changes in the folderlist.

 Then you should see the shared folders under Other Users.
 If not, then something is wrong with your IMAP configuration.

There is no shared folders on in the folders panel.

 Secondly, set the delegation (right click on the account -
 Delegation...).

 It's already done too. In user's dovecot imap folder I have two files
 with correct ACL entries, but in the web I can't see any changes.

 Where can I find the problem?
 
 When creating a new email, you can choose which account to use in the
 From: selection. Either use your own or the delegated one here.

Ok, it is found. But without mails/folders is not enough :(
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Delegate user's mailbox

2013-04-04 Thread Christian Mack
Hello Szládovics Péter


Am 2013-04-04 12:10, schrieb Szládovics Péter:
 2013-04-04 11:32 keltezéssel, Christian Mack írta:
 Am 2013-03-27 22:41, schrieb Szládovics Péter:
 
 Ok, it's already done. But I log in as name of the other user, and
 cannot see any changes - e.g. delegated mailbox...


 Check if Preferences -- Mail Options -- Show subscribed mailboxes
 only is unset.
 
 This setting is unset by default. When I set it on, and then off again,
 don't see any changes in the folderlist.
 

OK, so this setting was right from the start.
No problem here, keep it unset.


 Then you should see the shared folders under Other Users.
 If not, then something is wrong with your IMAP configuration.
 
 There is no shared folders on in the folders panel.
  cut 

If there is no folder Other Users, then nobody has shared an email
folder to you.

I forgot to ask:
Which privileges did you set?
I ask, because it is not sufficient to add an user to the list of
privileged users.
You have to double click its name in the list and explicitly set some
privileges for her.


Kind regards,
Christian Mack

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


Re: [SOGo] Delegate user's mailbox

2013-04-04 Thread Szládovics Péter
2013-04-04 16:05 keltezéssel, Christian Mack írta:
 Hello Szládovics Péter


 Am 2013-04-04 12:10, schrieb Szládovics Péter:
 2013-04-04 11:32 keltezéssel, Christian Mack írta:
 Am 2013-03-27 22:41, schrieb Szládovics Péter:
 Ok, it's already done. But I log in as name of the other user, and
 cannot see any changes - e.g. delegated mailbox...

 Check if Preferences -- Mail Options -- Show subscribed mailboxes
 only is unset.
 This setting is unset by default. When I set it on, and then off again,
 don't see any changes in the folderlist.

 OK, so this setting was right from the start.
 No problem here, keep it unset.

OK.

 Then you should see the shared folders under Other Users.
 If not, then something is wrong with your IMAP configuration.
 There is no shared folders on in the folders panel.
  cut 
 If there is no folder Other Users, then nobody has shared an email
 folder to you.

No, there is a user who share its folders. The other user has given some
informative mail from the delegation.

 I forgot to ask:
 Which privileges did you set?

All of them.

 I ask, because it is not sufficient to add an user to the list of
 privileged users.
 You have to double click its name in the list and explicitly set some
 privileges for her.

Yes, I know. I did it as well.
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Delegate user's mailbox

2013-04-04 Thread Ludovic Marcotte

On 04/04/13 14:19, Szládovics Péter wrote:

I ask, because it is not sufficient to add an user to the list of
privileged users.
You have to double click its name in the list and explicitly set some
privileges for her.

Yes, I know. I did it as well.
Do you still see what you gave when you edit back the access rights for 
the mail folder?


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


Re: [SOGo] Delegate user's mailbox

2013-04-04 Thread Jean Raby

On 13-04-04 3:53 PM, Szládovics Péter wrote:

2013-04-04 20:23 keltezéssel, Ludovic Marcotte írta:

On 04/04/13 14:19, Szládovics Péter wrote:

I ask, because it is not sufficient to add an user to the list of
privileged users.
You have to double click its name in the list and explicitly set some
privileges for her.

Yes, I know. I did it as well.

Do you still see what you gave when you edit back the access rights for the
mail folder?



Yes, when I dblclick the user's name, every option are checked.


Are you sure the ACL / shared mailbox setup is ok on the dovecot side?

Have a look here: http://wiki2.dovecot.org/SharedMailboxes/Shared
In particular, check the Shared mailbox listing section.

If this isn't setup properly, dovecot won't return the shared mailboxes to SOGo,
SOGo won't have any way of knowing that the shared mailbox exists (even if the 
user has access to it).


--
Jean Raby
jr...@inverse.ca  ::  +1.514.447.4918 (x120) ::  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] Delegate user's mailbox

2013-03-27 Thread Ludovic Marcotte

On 27/03/13 17:08, Szládovics Péter wrote:

Hi Guys,

How can I delegate user's mailbox to an other user?

e.g.
a...@example.com user can read b...@example.com user's mail folders, and he 
can send any emails from b@... address as sender.
I asked the Google brother, but he couldn't help me - or my question 
was wrong...

Yes.

First set the appropriate ACL on the mailbox{es} (right click on 
mailbox{es} - Sharing...).


Secondly, set the delegation (right click on the account - 
Delegation...).


Thanks,

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

Re: [SOGo] Delegate user's mailbox

2013-03-27 Thread Szládovics Péter
2013-03-27 22:26 keltezéssel, Ludovic Marcotte írta:
 On 27/03/13 17:08, Szládovics Péter wrote:
 Hi Guys,

 How can I delegate user's mailbox to an other user?

 e.g.
 a...@example.com user can read b...@example.com user's mail folders, and he
 can send any emails from b@... address as sender.
 I asked the Google brother, but he couldn't help me - or my question
 was wrong...
 Yes.

Thanks :)

 First set the appropriate ACL on the mailbox{es} (right click on
 mailbox{es} - Sharing...).

Ok, it's already done. But I log in as name of the other user, and
cannot see any changes - e.g. delegated mailbox...

 Secondly, set the delegation (right click on the account -
 Delegation...).

It's already done too. In user's dovecot imap folder I have two files
with correct ACL entries, but in the web I can't see any changes.

Where can I find the problem?
-- 
users@sogo.nu
https://inverse.ca/sogo/lists