Displaying 20 results from an estimated 2000 matches similar to: "Problem with ACLs"
2012 Jul 18
1
FETCH Error
Hi,
I have the following problem:
Jul 18 14:36:09 mailint1 dovecot: imap(micha): Error: FETCH [] for
mailbox INBOX.Sent UID 166 got too little data: 120860 vs 120867
Jul 18 14:36:09 mailint1 dovecot: imap(micha): Error: Maildir filename
has wrong W value:
/var/mail/mailboxes/users/micha/.Sent/cur/1240390202.Rfd9752b8Q14135.mail-alt,S=280003,W=284007:2,S
Jul 18 14:36:09 mailint1 dovecot:
2015 Aug 05
3
question on autch cache parameters
Hi list,
I have a question on auth caching in 2.2.18.
I am using acl_groups for a master user, appended in a static userdb file
# snip ###############################
master at uma:{SHA}XXXX=::::::userdb_acl_groups=umareadmaster
allow_nets=127.0.0.1
# snap ###############################
and use this group in a global ACL file.
I discovered this only works on first NOT-cached login
2011 Jun 14
1
ACL Groups
From the wiki:
ACL groups support works by returning a comma-separated acl_groups extra
field <http://wiki2.dovecot.org/UserDatabase/ExtraFields> from userdb,
which contains all the groups the user belongs to. User's UNIX groups
have no effect on ACLs (you can "enable" them by using a special
post-login script <http://wiki2.dovecot.org/PostLoginScripting>).
2015 Aug 06
3
question on autch cache parameters
hi timo,
I checked out the commit causing this.
its this one:
http://hg.dovecot.org/dovecot-2.2/diff/5e445c659f89/src/auth/auth-request.c#l1.32
if I move this block back as it was. everything is fine
diff -r a46620d6e0ff -r 5e445c659f89 src/auth/auth-request.c
--- a/src/auth/auth-request.c Tue May 05 13:35:52 2015 +0300
+++ b/src/auth/auth-request.c Tue May 05 14:16:31 2015 +0300
@@ -618,30
2014 Oct 25
2
imap-postlogin and doveadm
We are configuring location= running a bash-script during imap-postlogin
setting $MAIL in $USERDB_KEYS, as described in wiki/PostLoginScripting.txt
This works fine.
However, running a command like 'dovadm index [-u user] folder'
only works for users with settings that match the default in mail_location=
Would it be possible to make the location available for doveadm
in a similar way,
2019 Aug 28
2
LMTP Post login script for acl_groups
Hi,
I use a post login script for imap, to fetch acl groups from LDAP. Because Dovecot can only deal with a single value, which must be a comma seperated list of groups, I decided to use a post login script do deal with multi values in LDAP:
This looks like this in LDAP:
rnsMSACLGroup: admin
rnsMSACLGroup: automx
rnsMSACLGroup: amavis
rnsMSACLGroup: postfix
rnsMSACLGroup: dovecot
rnsMSACLGroup:
2016 Dec 11
4
postlogin script
I'm using the postlogin service, following the examples in the wiki. But I
can't find any documentation on the behavior (what's allowed/not allowed) of
the script-login binary. So, some questions:
Question 1:
The examples show the following at the end of the post-login.sh script:
exec "$@"
My understanding is that this would exec each of the command line arguments
to
2013 Jul 02
2
lmtp: Disable Delivered-To header
Hi,
using LMTP, is it possible to disable the addition of the Delivered-To
header to messages?
Micha Krause
2019 Feb 04
2
acl_groups from LDAP issue
Hi!
I have some trouble with userdb, ldap an extrafields for acl_groups.
There is a script in python, which fetches the groups and sets the
environment-variable ACL_GROUPS to this groups.
It works when i log in to imap (thunderbird for example shows my? public
folders which are protected by acl_groups).
But when it try
doveadm mailbox list -u user.name
the mailboxes are not listed and with
2011 Oct 31
2
setting namespaces using script-login environment in 2.0
Hi!
With dovecot 1.x, I was using a post-login script to dynamically add
shared mailboxes using NAMESPACE_X.. environment variables, based on
filesystem permissions:
After login, the post-login script was executed with user permissions
(mail_drop_priv_before_exec=yes). It added all subdirectories of
"/var/spool/mail/Shared" as namespaces for which the user had write
permissions. E.g.:
2019 Aug 29
1
[SOLVED] Re: LMTP Post login script for acl_groups
> Am 29.08.2019 um 11:30 schrieb R.N.S. via dovecot <dovecot at dovecot.org>:
>
>
>
>> Am 29.08.2019 um 11:23 schrieb Aki Tuomi via dovecot <dovecot at dovecot.org>:
>>
>>
>> On 29.8.2019 12.18, R.N.S. via dovecot wrote:
>>>
>>>> Am 28.08.2019 um 20:02 schrieb Aki Tuomi via dovecot <dovecot at dovecot.org>:
2019 Aug 30
1
[SOLVED] Re: LMTP Post login script for acl_groups
On 29.8.2019 12.30, R.N.S. via dovecot wrote:
>
>> Am 29.08.2019 um 11:23 schrieb Aki Tuomi via dovecot <dovecot at dovecot.org>:
>>
>>
>> On 29.8.2019 12.18, R.N.S. via dovecot wrote:
>>>> Am 28.08.2019 um 20:02 schrieb Aki Tuomi via dovecot <dovecot at dovecot.org>:
>>>>
>>>>
>>>>> On 28/08/2019 21:01
2015 Aug 05
0
question on autch cache parameters
just tested against dovecot 2.2.15
everythings works fine. so might be a bug introduced between 2.2.16 and
2.2.18
On 08/05/2015 04:30 PM, matthias lay wrote:
> Hi list,
>
> I have a question on auth caching in 2.2.18.
>
> I am using acl_groups for a master user, appended in a static userdb file
>
> # snip ###############################
> master at
2019 Aug 29
3
[SOLVED] Re: LMTP Post login script for acl_groups
On 29.8.2019 12.18, R.N.S. via dovecot wrote:
>
>> Am 28.08.2019 um 20:02 schrieb Aki Tuomi via dovecot <dovecot at dovecot.org>:
>>
>>
>>> On 28/08/2019 21:01 R.N.S. via dovecot <dovecot at dovecot.org> wrote:
>>>
>>>
>>>> Am 28.08.2019 um 19:46 schrieb Jakobus Sch?rz via dovecot <dovecot at dovecot.org>:
2019 Feb 05
1
acl_groups in LDAP
Hi,
I found a 9 year old thread (https://www.dovecot.org/list/dovecot/2010-October/054407.html) concerning acl_groups in OpenLDAP. In this thread someone asked, if it is possible to provide ACLs as multi value in OpenLDAP. I know that Dovecot expects acl_groups as a comma separated list, so currently I do this with a single value. Did the code change a little bit and accepts multi values now?
2015 Aug 27
0
question on autch cache parameters
Hello
Thank you for your report. We really appreciate it, especially when you can pinpoint a commit.
However, I am unable to reproduce this. Could you post your doveconf -n please? Im especially interested in your passdb and
userdb configurations and auth-cache settings.
br,
Teemu Huovila
On 08/06/2015 01:07 PM, matthias lay wrote:
> hi timo,
>
> I checked out the commit causing
2009 Dec 15
4
Why dovecot does not want to read my acl file?
Hi,
Simple Scenario: Shared namespace and a specific UNIX group should have
access to it. System is Debian lenny (stable).
# cat /etc/dovecot/dovecot.conf
[...]
namespace public {
separator = .
prefix = Shared.
location = maildir:/var/mail/shared
}
mail_executable = /usr/local/sbin/dovecot-imap-fix.sh
mail_drop_priv_before_exec = no #just to make sure
[...]
# dpkg -l | grep dovecot
ii
2012 Jan 10
2
Quota-warning and setresgid
Hi!
Please help me with this.
The problem exists when quota-warning is executing:
LOG:
Jan 10 10:15:06 lmtp(85973): Debug: none: root=, index=, control=,
inbox=, alt=
Jan 10 10:15:06 lmtp(85973): Info: Connect from local
Jan 10 10:15:06 lmtp(85973): Debug: Loading modules from directory:
/usr/local/lib/dovecot
Jan 10 10:15:06 lmtp(85973): Debug: Module loaded:
2018 Jan 12
1
Save login's to a table
<!DOCTYPE html>
<html><head>
<meta charset="UTF-8">
</head><body><p><br></p><blockquote type="cite">On January 12, 2018 at 5:41 PM Alex JOST wrote:<br><br><br>Am 12.01.2018 um 16:23 schrieb Jorge Bastos:<blockquote type="cite">Hi,<br><br> <br><br>I'd
2010 Oct 13
1
Last login tracking with login_executable
Hi,
I'm using Dovecot 1.2.14, and I've read PostLoginScripting on the wiki.
Is there any way to make Dovecot use the same username/password for
database access as userdb and passdb queries? Specifying the password
with -p doesn't seem like a good idea, so I'm wondering if it can be
handled by Dovecot directly.
Or is it possible to track last logins with a plugin similar to