Displaying 20 results from an estimated 36 matches for "acl_globals_on".
Did you mean:
acl_globals_only
2018 Aug 07
2
limit sharing ability to certain users
...t-ldap.conf
driver = ldap
result_success = continue-ok
}
userdb {
args = username_format=%Lu /etc/dovecot/share.passwd
driver = passwd-file
result_failure = continue-ok
skip = notfound
}
but, did you read my last note anyway?
IMPORTANT NOTE: anyway.. even with this options set (acl and acl_globals_only) the user test at onnet.ch <mailto:test at onnet.ch> is still able to share its own folders?!
root at buserver:/etc/dovecot# doveadm user test at onnet.ch
field value
uid 5000
gid 5000
home /var/spool/postfix/virtual/onnet.ch/test/
mail maildir:~/Maildir
quota_rule *:bytes=1073741824
acl v...
2019 Dec 02
3
ACL hide folders
After updating from 2.2.22 to 2.2.33 rsp 2.3.8 my ACLs went bust.
Below line in the global acl file hides all folders except INBOX for all
users
> * group=ALL
Next reenable certain folders, eg:
> Sent group=ALL lrwsi
This made anyone see "Sent" in 2.2.22, but no longer so in 2.2.33
Any ideas how to have it like before?
--
peter
2018 Aug 07
2
limit sharing ability to certain users
Sorry for that! I was offline during writing my answer to your mail and so it left my outbox after the advice from Sami.
The solution works well when using passwd userdbs only. I didn?t get it running in conjunction with ldap userdb. I tried to use an LDAP attribute and mapping it to userdb_acl_globals_only and another try with acl_globals_only. Both attributes were not considered by the lookup. Another try was to use a separate passwd-userdb for this attribute only. When placing the passwd-userdb before the ldap-userdb the ldap attributes are not considered. If the ldap-userdb is placed before the...
2018 Aug 08
2
limit sharing ability to certain users
...ay into the repository.
>
> thanks anyway
>
>
>> On 7 Aug 2018, at 13:00, Simeon Ott <simeon.ott at onnet.ch <mailto:simeon.ott at onnet.ch>> wrote:
>> but, did you read my last note anyway?
>> IMPORTANT NOTE: anyway.. even with this options set (acl and acl_globals_only) the user test at onnet.ch <mailto:test at onnet.ch> is still able to share its own folders?!
>>
>> root at buserver:/etc/dovecot# doveadm user test at onnet.ch <mailto:test at onnet.ch>
>> field value
>> uid 5000
>> gid 5000
>> home /var/spool/pos...
2018 Aug 08
0
limit sharing ability to certain users
...elp (dovecot v2.2.27). So we will wait until the packages find their way into the repository.
thanks anyway
> On 7 Aug 2018, at 13:00, Simeon Ott <simeon.ott at onnet.ch> wrote:
> but, did you read my last note anyway?
> IMPORTANT NOTE: anyway.. even with this options set (acl and acl_globals_only) the user test at onnet.ch <mailto:test at onnet.ch> is still able to share its own folders?!
>
> root at buserver:/etc/dovecot# doveadm user test at onnet.ch <mailto:test at onnet.ch>
> field value
> uid 5000
> gid 5000
> home /var/spool/postfix/virtual/onnet.ch/te...
2017 Jun 20
4
v2.2.31 release candidate released
...for anyone to have it.
+ Add ssl_alt_cert and ssl_alt_key settings to add support for
having both RSA and ECDSA certificates.
+ pop3-migration plugin: Strip trailing whitespace from headers
when matching mails between IMAP and POP3. This helps with migrations
from Zimbra.
+ acl: Add acl_globals_only setting to disable looking up
per-mailbox dovecot-acl files.
+ Parse invalid message addresses better. This mainly affects the
generated IMAP ENVELOPE replies.
- v2.2.30 wasn't fixing corrupted dovecot.index.cache files properly.
It could have deleted wrong mail's cache or asse...
2017 Jun 20
4
v2.2.31 release candidate released
...for anyone to have it.
+ Add ssl_alt_cert and ssl_alt_key settings to add support for
having both RSA and ECDSA certificates.
+ pop3-migration plugin: Strip trailing whitespace from headers
when matching mails between IMAP and POP3. This helps with migrations
from Zimbra.
+ acl: Add acl_globals_only setting to disable looking up
per-mailbox dovecot-acl files.
+ Parse invalid message addresses better. This mainly affects the
generated IMAP ENVELOPE replies.
- v2.2.30 wasn't fixing corrupted dovecot.index.cache files properly.
It could have deleted wrong mail's cache or asse...
2019 May 08
1
Dovecot does not recognize imported messages
...f
> driver = sql
> }
> passdb {
> args = /etc/dovecot/dovecot-fallback-mysql.conf
> driver = sql
> }
> passdb {
> args = /etc/dovecot/dovecot-master-users-password
> driver = passwd-file
> master = yes
> }
> plugin {
> acl = vfile:/etc/dovecot/dovecot-acl
> acl_globals_only = yes
> auth_socket_path = /var/run/dovecot/auth-master
> fts_autoindex_exclude = Junk
> fts_autoindex_exclude2 = Trash
> fts_autoindex_exclude3 = Sent
> fts_autoindex_exclude4 = Drafts
> fts_autoindex_max_recent_msgs = 20
> lazy_expunge = .DELETED/
> mail_replica = tcp:10...
2017 Aug 24
1
v2.2.32 released
...er executed (try #2).
v2.2.31 fixed it for -messages, but not for -storage.
- imapc: >= 32 kB mail bodies were supposed to be cached for subsequent
FETCHes, but weren't.
- quota-status service didn't support recipient_delimiter
- acl: Don't access dovecot-acl-list files with acl_globals_only=yes
- mail_location: If INDEX dir is set, mailbox deletion deletes its
childrens' indexes. For example if "box" is deleted, "box/child"
index directory was deleted as well (but mails were preserved).
- director: v2.2.31 caused rapid reconnection loops to directors...
2017 Aug 24
1
v2.2.32 released
...er executed (try #2).
v2.2.31 fixed it for -messages, but not for -storage.
- imapc: >= 32 kB mail bodies were supposed to be cached for subsequent
FETCHes, but weren't.
- quota-status service didn't support recipient_delimiter
- acl: Don't access dovecot-acl-list files with acl_globals_only=yes
- mail_location: If INDEX dir is set, mailbox deletion deletes its
childrens' indexes. For example if "box" is deleted, "box/child"
index directory was deleted as well (but mails were preserved).
- director: v2.2.31 caused rapid reconnection loops to directors...
2018 Aug 07
2
limit sharing ability to certain users
...able to authenticate anymore.
root at buserver:/var/spool/postfix/virtual/onnet.ch/test/Maildir/.super# doveadm user test at onnet.ch
field value
uid 5000
gid 5000
home /var/spool/postfix/virtual/onnet.ch/test/
mail maildir:~/Maildir
quota_rule *:bytes=1073741824
acl vfile:/etc/dovecot/dovecot-acl
acl_globals_only yes
root at buserver:/etc/dovecot# doveadm user test2 at onnet.ch
field valueuserdb lookup: user test2 at onnet.ch doesn't exist
I need to add all users to the passwd too to let other users authenticate properly. This is not an option for our productive server, because the LDAP directory sh...
2017 Jun 26
0
v2.2.31 released
...good reason
for anyone to have it.
+ Add ssl_alt_cert and ssl_alt_key settings to add support for
having both RSA and ECDSA certificates.
+ dsync/imapc, pop3-migration plugin: Strip trailing whitespace from
headers when matching mails. This helps with migrations from Zimbra.
+ acl: Add acl_globals_only setting to disable looking up
per-mailbox dovecot-acl files.
+ Parse invalid message addresses better. This mainly affects the
generated IMAP ENVELOPE replies.
- v2.2.30 wasn't fixing corrupted dovecot.index.cache files properly.
It could have deleted wrong mail's cache or asse...
2017 Jun 26
0
v2.2.31 released
...good reason
for anyone to have it.
+ Add ssl_alt_cert and ssl_alt_key settings to add support for
having both RSA and ECDSA certificates.
+ dsync/imapc, pop3-migration plugin: Strip trailing whitespace from
headers when matching mails. This helps with migrations from Zimbra.
+ acl: Add acl_globals_only setting to disable looking up
per-mailbox dovecot-acl files.
+ Parse invalid message addresses better. This mainly affects the
generated IMAP ENVELOPE replies.
- v2.2.30 wasn't fixing corrupted dovecot.index.cache files properly.
It could have deleted wrong mail's cache or asse...
2018 Aug 07
0
limit sharing ability to certain users
...rry for that! I was offline during writing my answer to your mail and so it left my outbox after the advice from Sami.
>
> The solution works well when using passwd userdbs only. I didn?t get it running in conjunction with ldap userdb. I tried to use an LDAP attribute and mapping it to userdb_acl_globals_only and another try with acl_globals_only. Both attributes were not considered by the lookup. Another try was to use a separate passwd-userdb for this attribute only. When placing the passwd-userdb before the ldap-userdb the ldap attributes are not considered. If the ldap-userdb is placed before the...
2018 Aug 07
0
limit sharing ability to certain users
...was offline during writing my answer to your mail and so it left my outbox after the advice from Sami.
>>>
>>> The solution works well when using passwd userdbs only. I didn?t get it running in conjunction with ldap userdb. I tried to use an LDAP attribute and mapping it to userdb_acl_globals_only and another try with acl_globals_only. Both attributes were not considered by the lookup. Another try was to use a separate passwd-userdb for this attribute only. When placing the passwd-userdb before the ldap-userdb the ldap attributes are not considered. If the ldap-userdb is placed before the...
2018 Aug 09
0
limit sharing ability to certain users
...>
>> thanks anyway
>>
>>
>>> On 7 Aug 2018, at 13:00, Simeon Ott <simeon.ott at onnet.ch <mailto:simeon.ott at onnet.ch>> wrote:
>>> but, did you read my last note anyway?
>>> IMPORTANT NOTE: anyway.. even with this options set (acl and acl_globals_only) the user test at onnet.ch <mailto:test at onnet.ch> is still able to share its own folders?!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://dovecot.org/pipermail/dovecot/attachments/20180809/824ca216/attachment.html>
-------------- next part...
2020 Aug 09
1
IMAP Permissions per IP
Howdy,
Is it possible to define IMAP permissions per IT?
What i would like to do is:
* IP 1.1.1.1 IS THE ONLY ONE that has permission for EXPUNGE
Is it possible?
Thanks in advanced,
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://dovecot.org/pipermail/dovecot/attachments/20200809/e9949dc9/attachment.html>
2017 Jun 23
0
v2.2.31 release candidate released
...; + Add ssl_alt_cert and ssl_alt_key settings to add support for
> having both RSA and ECDSA certificates.
> + pop3-migration plugin: Strip trailing whitespace from headers
> when matching mails between IMAP and POP3. This helps with migrations
> from Zimbra.
> + acl: Add acl_globals_only setting to disable looking up
> per-mailbox dovecot-acl files.
> + Parse invalid message addresses better. This mainly affects the
> generated IMAP ENVELOPE replies.
> - v2.2.30 wasn't fixing corrupted dovecot.index.cache files properly.
> It could have deleted wrong...
2018 Feb 26
1
dovecot solr and users
...mailbox virtual/All {
comment = All my messages
special_use = \All
}
prefix =
separator = /
type = private
}
passdb {
args = /usr/local/etc/dovecot/dovecot-sql.conf.ext
driver = sql
}
plugin {
acl = vfile:/usr/local/etc/dovecot/global-acls:cache_secs=300
acl_anyone = allow
acl_globals_only = yes
acl_shared_dict = proxy::acl
fts = solr
fts_autoindex = yes
fts_solr = url=http://127.0.0.1:8983/solr/dovecot/
imapsieve_mailbox1_before = file:/home/vmail/sieve/global/learn-spam.sieve
imapsieve_mailbox1_causes = COPY
imapsieve_mailbox1_name = Spam
imapsieve_mailbox2_before...
2018 Feb 23
1
dovecot auth and horde webmail
...{
auto = subscribe
autoexpunge = 30 days
special_use = \Trash
}
prefix =
separator = /
type = private
}
passdb {
args = /usr/local/etc/dovecot/dovecot-sql.conf.ext
driver = sql
}
plugin {
acl = vfile:/usr/local/etc/dovecot/global-acls:cache_secs=300
acl_anyone = allow
acl_globals_only = yes
acl_shared_dict = proxy::acl
imapsieve_mailbox1_before =
file:/usr/local/lib/dovecot/sieve/report-spam.sieve
imapsieve_mailbox1_causes = COPY
imapsieve_mailbox1_name = Spam
imapsieve_mailbox2_before = file:/usr/local/lib/dovecot/sieve/report-ham.sieve
imapsieve_mailbox2_causes =...