>>> However, I would look at the cause of the "insufficient privileges":
>>> it is a symptom of something that could lead to other problems.
>>
>>
>> The cause is that I have not given lmtp read access to mail/home dir.
>> :-) So this is intentional.
>
>
> That is bizarre -- I can't think of how yo
On Thu, 3 Apr 2014, Jouko Nikula wrote:
I now used:
mail_location = maildir:~/mail:INDEX=MEMORY:CONTROL=/var/mail/%d/ctrl/%u
and for sieve:
plugin {
sieve = /var/mail/%d/ctrl/%u/dovecot.sieve
sieve_dir = /var/mail/%d/ctrl/%u/
}
I also have two dovecot instances. One is responsible for ima
Il 02/04/2014 12:27, Jouko Nikula ha scritto:
Hello all,
Is there a way to use LMTP (or LDA) so that maildir index and
dovecot-uidlist are not updated?
My setup is such that mail delivery sees user's maildir as write only. This
setup works well when using postfix for mail delivery, but when I t
On Thu, Apr 3, 2014 at 1:36 AM, Joseph Tam wrote:
>
> Jouko Nikula writes:
>
>> Is there a way to use LMTP (or LDA) so that maildir index and
>> dovecot-uidlist are not updated?
>>
>> My setup is such that mail delivery sees user's maildir as write only. This
>> setup works well when using postfi
Jouko Nikula writes:
Is there a way to use LMTP (or LDA) so that maildir index and
dovecot-uidlist are not updated?
My setup is such that mail delivery sees user's maildir as write only. This
setup works well when using postfix for mail delivery, but when I try to
switch to dovecot LMTP the lm
If you're trying to do this without reading, you can't read the sieve rules.
If you only want to prevent the delivery process from reading Maildir
data (messages) and don't mind when it reads dovecot-uidlist, one
possible solution may be moving dovecot-uidlist (and others) out of the
Maildir.
I would like to use sieve plugin for server side filtering and I've
understood that LMTP/LDA is required for this.
On Wed, Apr 2, 2014 at 5:48 PM, Tom Hendrikx wrote:
> On 04/02/2014 12:27 PM, Jouko Nikula wrote:
> > Hello all,
> >
> > Is there a way to use LMTP (or LDA) so that maildir index a
On 04/02/2014 12:27 PM, Jouko Nikula wrote:
> Hello all,
>
> Is there a way to use LMTP (or LDA) so that maildir index and
> dovecot-uidlist are not updated?
>
> My setup is such that mail delivery sees user's maildir as write only. This
> setup works well when using postfix for mail delivery, bu
Hello all,
Is there a way to use LMTP (or LDA) so that maildir index and
dovecot-uidlist are not updated?
My setup is such that mail delivery sees user's maildir as write only. This
setup works well when using postfix for mail delivery, but when I try to
switch to dovecot LMTP the lmtp process wa