Displaying 20 results from an estimated 11000 matches similar to: "default ACL - in namespace's mail root directory ?"
2014 Dec 31
3
Different behavior of ACLs in MUA and doveadm
I have noticed a difference in the behavior of ACLs. When used in a MUA the following global ACL works fine and has the desired effect - new mailboxes can be created by a user being part of the 'PublicMailboxAdmins' group:
[ global-acl: ]
INBOX owner lrwstiekxap
Public/* group=PublicMailboxAdmins lrwsipk
Public/* anyone lr
Public/* authenticated lrws
Creating the same mailbox via
2009 Aug 13
4
Public namespaces with global ACLs 1.2+
Hi,
I'm having trouble to get ACLs working in a more restrictive way with
namespaces. I would like to grant certain users the ability to create
new mailboxes in a public namespace e.g. "Public/Newsletters" etc.
It works when I add the users to a ".DEFAULT" ACL file like this:
user=username lrwk
Anyway I'd like to limit their permissions on the Namespace
2015 Aug 25
2
sieve_after seems to be ignored ?
Per Jessen wrote:
> Per Jessen wrote:
>
>> Michael Kliewe wrote:
>>
>>> Hi Per,
>>>
>>> On 25.08.2015 11:40, Per Jessen wrote:
>>>> sieve and managesieve are both working fine, have been for years.
>>>> Now I want to add a sieve_after script:
>>>>
>>>> /etc/dovecot/conf.d/90-sieve.conf :
2011 Jul 26
1
sieve, vacation - lda-dupes being ignored?
Environment: dovecot 2.0.9, postfix 2.6, Pigeonhole 0.2.2
I'm in the process of setting up vacation auto-reply for the first time,
(it's that time of the year) and it looks like .dovecot.lda-dupes is
being updated, but not read (or just ignored).
my vacation script:
require ["vacation","variables"];
# get hold of the subject
if header :matches "Subject"
2015 Aug 25
2
sieve_after seems to ignored ?
Michael Kliewe wrote:
> Hi Per,
>
> On 25.08.2015 11:40, Per Jessen wrote:
>> sieve and managesieve are both working fine, have been for years. Now
>> I want to add a sieve_after script:
>>
>> /etc/dovecot/conf.d/90-sieve.conf :
>>
>> plugin {
>> sieve = ~/.dovecot.sieve
>> sieve_dir = ~/sieve
>> sieve_before =
>>
2018 Nov 30
5
DMARC policies
Hi,
I have just started to get dovecot list messages which I had not been
receiving until today. How can I opt out (again)?
regards, Michal Szymanski
On Fri, Nov 30, 2018 at 10:42:22AM +0100, Per Jessen wrote:
> Aki Tuomi wrote:
> >On 30.11.2018 10.03, Per Jessen wrote:
> >
> >>Hi AKi
> >>
> >>I guess my address was re-subscribed then? I was subscribed
2009 Mar 05
3
ACL changes not respected by already loged in clients
Hi *,
and yet another ACL problem. ;-)
User A allows User B to access his mailbox foobar:
* OK [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE AUTH=PLAIN] Dovecot ready.
l login userA secret
l OK [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE SORT THREAD=REFERENCES MULTIAPPEND UNSELECT IDLE CHILDREN NAMESPACE UIDPLUS LIST-EXTENDED I18NLEVEL=1 CONDSTORE
2013 Apr 11
3
How to prevent delivery to mailboxes over quota at SMTP-time
Hi!
I wrote a little something about how to prevent delivery to mailboxes
over quota while still being in the SMTP dialogue:
http://sys4.de/en/blog/2013/04/08/postfix-dovecot-mailbox-quota/
(Postfix/Dovecot-2.2)
--
[*] sys4 AG
http://sys4.de, +49 (89) 30 90 46 64
Franziskanerstra?e 15, 81669 M?nchen
Sitz der Gesellschaft: M?nchen, Amtsgericht M?nchen: HRB 199263
Vorstand: Patrick Ben Koetter,
2015 Aug 25
2
sieve_after seems to ignored ?
sieve and managesieve are both working fine, have been for years. Now I
want to add a sieve_after script:
/etc/dovecot/conf.d/90-sieve.conf :
plugin {
sieve = ~/.dovecot.sieve
sieve_dir = ~/sieve
sieve_before =
sieve_after = ~/sieve/personal.sieve
sieve_subaddress_sep = +
}
I have compiled ~/sieve/personal.sieve to ~/sieve/personal.svbin, but it
doesn't seem to be read. Any
2007 Dec 20
1
Recursive solution with for()
Hello,
i just ran into the following problem: I wanted to recursively solve
equations of the type x_1[t]=x_1[t+1]+beta*x_2[t], and used a for-loop
written
for(j in c(1:t-1, recursive=TRUE){
...
}
This didn't work, so i resolved to writing
for(j in c(10,9,...,1){
which worked, but is not terribly efficient. So, what did I do wrong?
Thanks in advance,
Owe
--
Owe Jessen
Diplom-Volkswirt
2014 Jan 28
1
New global ACL mailbox pattern feature in HG
Hi,
I played around with changeset 9376bf098692 a bit. Right now I'm unsure how to describe a namespace using this feature. Using something like 'Public/*" doesn't seem to work while 'Public*" does, but would also potentially alter non-related mailboxes elsewhere:
$ cat global-acl
INBOX owner lrwstiekxap
Public* group=PublicMailboxAdmins lrwsik
Regards
Thomas
2018 Nov 30
4
DMARC policies
Same problem here. I clicked the unsubscribed button, but didnt receive
the email.
Regards
Jan
On 30. 11. 18 10:50, glide3 at gmail.com wrote:
> Same problem here.
>
> https://dovecot.org/mailman/options/dovecot-news
>
> Sadly the remind password button / unsubscribe email button click and claim
> to send me a email but they don't.
>
> Assume its due a high
2013 Mar 07
1
ACL to make mailboxes populated by master account Read Only for regular users.
We have a solution using Dovecot as a secondary mail archive. All mailboxes
are populated/groomed by master account and the actual users have only read
access.
This is achieved by a simple ACL approach.
dovecot.conf has
protocol imap { mail_plugins = acl quota imap_quota zlib }
plugin { acl = vfile:/etc/dovecot/acls:cache_secs=300 }
/etc/dovecot/acls/.DEFAULT file is trivial:
user=master
2015 Dec 04
1
ACL Troubles
Using dovecot version 2.2.19.
In the config file I have the following to set up acls:
> mail_plugins = $mail_plugins acl
> protocol imap {
> mail_plugins = $mail_plugins imap_acl
> }
> plugin {
> acl = vfile:/usr/local/etc/dovecot/acls:cache_secs=300
> }
And here's my acl file:
> * anyone rl
I am getting the following error in the dovecot log file:
2005 Jan 31
2
Help about time series
Hello,
When I create a ts object, I would like to get a particular value of this
time serie according to the date and not the rank.
However, it seems necessary to use the rank as if it were a simple vector.
I would be very grateful if you could help out of this.
I thank you in advance,
Nicolas Ferrari
2009 Feb 13
1
ACL plugin when file in Maildir is not a directory
Hello Timo,
On a production (by that I mean many users) dovecot-1.1.8/Maidir server where
ACL plugin has been enabled, I ran on a log verbosity problem :
For some reason (in fact, due to mbox -> Maildir migration script), some people
have in their Maildir a .procmail.logfile file.
The problem is that dovecot (or the ACL plugin) wants to find a dovecot-acl
file in what it would like to be a
2018 Nov 30
3
DMARC policies
On 30.11.2018 10.03, Per Jessen wrote:
> Aki Tuomi wrote:
>
>> Hi!
>>
>> It seems we accidentically had a high amount of subscribers
>> temporarily disabled due to DMARC on some sender's host. We have now
>> taken actions to prevent this in the future and all temporarily
>> disabled members have been restored.
>>
>> Aki
> Hi AKi
>
2018 Feb 15
2
ACLs, shared, public, virtual mailboxes not working
Hello,
I'm running Dovecot 2.2.3, and am having issues with my public
folders, shared folders, and virtual/ALl folders apparently ACLs are
on that list as well.
I was debugging an unrelated problem with my smtp server and got the
following dovecot debug log output. Below is also a doveconf -n output
as well as my shared-folder definition file and my global-acls file.
What I'm trying to
2008 Apr 29
2
Problem installing packages
Hi,
when I try installing new packages (in this case DBI) I run into the
following problem:
Paket 'DBI' erfolgreich ausgepackt und MD5 Summen abgeglichen
Warnung: kann tempor?re Installation
'C:\Programme\R\R-2.7.0\library\file5f906952\DBI' nicht nach
'?
xlD?? $@\R\R-2.7.0\libra' verschieben
Has anybody any idea where these strange symbols come from?
Thanks in
2010 Apr 08
1
Asterisk 1.4.26.2 died after 80 days uptime
> On Mon, Feb 8, 2010 at 2:20 AM, Olle E. Johansson <oej at edvina.net
> wrote:
>>
>> 7 feb 2010 kl. 15.09 skrev Per Jessen:
>>
>>> Thomas Winter wrote:
>>>
>>>> Hi,
>>>>
>>>> my Asterisk on debian lenny died after 80 days.
>>>>
>>>> server kernel: [7572666.186852] asterisk[3673]: