Re: Dovecot 2 LDAP "unknown user"

2016-11-05 Thread Aki Tuomi
You can relax case sensitivity requirements by using %Ln and %Lu instead of %u and %n. Aki > On November 6, 2016 at 6:53 AM Peter Fraser wrote: > > > I finally managed to get this going but I have noticed in my case that: > > 1. I need to make sure the user logon name in AD and the samAccoun

Re: Dovecot 2 LDAP "unknown user"

2016-11-05 Thread Peter Fraser
I finally managed to get this going but I have noticed in my case that: 1. I need to make sure the user logon name in AD and the samAccountname are exactly the same, case and all. It seems postfix uses the samAccountname and Dovecot the User logon name. 2. I also noticed that if the Display na

virtual mailbox: any way to include.....

2016-11-05 Thread Larry Rosenman
a namespace that starts with # in a dovecot-virtual file? \# and plain # does NOT work. -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 214-642-9640 (c) E-Mail: larry...@gmail.com US Mail: 17716 Limpia Crk, Round Rock, TX 78664-7281

Re: Defining INDEX target to other location than maildir seems to have no effect.

2016-11-05 Thread Aki Tuomi
Hi! Thank you for reporting this, we'll look into it. Aki Tuomi Dovecot oy. > On November 5, 2016 at 11:31 PM Jules wrote: > > > How can i commit this as bug report? > > > Am 30.10.2016 um 11:04 schrieb Julian Sternberg : > > > > Dovecot Version 2.2.13 > > Linux Distribution: Debian Jessie

Re: Defining INDEX target to other location than maildir seems to have no effect.

2016-11-05 Thread Jules
How can i commit this as bug report? > Am 30.10.2016 um 11:04 schrieb Julian Sternberg : > > Dovecot Version 2.2.13 > Linux Distribution: Debian Jessie > CPU Architecture: x64 > Filesystem: GlusterFS/NFS, XFS for Base System/Index Files. > Two Dovecot/Postfix nodes accessing same GlusterFS/NFS Ma

Re: How does one mark all messages as read (imap4flag "seen") with sieve?

2016-11-05 Thread Larry Rosenman
What OS/MTA are you using? Can you give me (privately if you want) a re-hash of the LDA issues? I'm using FreeBSD 10.3 / Exim for my set up and LMTP for ALL deliveries, and it works great. On Sat, Nov 5, 2016 at 12:06 PM, Ben Johnson wrote: > On 11/5/2016 1:03 PM, Larry Rosenman wrote: > > c

Re: How does one mark all messages as read (imap4flag "seen") with sieve?

2016-11-05 Thread Ben Johnson
On 11/5/2016 1:03 PM, Larry Rosenman wrote: > could your script be modified to use LMTP? That's a very interesting suggestion. Thanks, Larry! My gut feeling is that it will crash (segfault and core-dump) in the same way that dovecot-lda does, but it's worth a shot! (I've posted about my woes wit

Re: How does one mark all messages as read (imap4flag "seen") with sieve?

2016-11-05 Thread Larry Rosenman
could your script be modified to use LMTP? On Sat, Nov 5, 2016 at 12:01 PM, Ben Johnson wrote: > On 11/3/2016 10:07 PM, Ben Johnson wrote: > > Hello! > > > > I had hoped that marking all messages that arrive to a specific mailbox > > as read/seen would be as simple as applying the following siev

Re: How does one mark all messages as read (imap4flag "seen") with sieve?

2016-11-05 Thread Ben Johnson
On 11/3/2016 10:07 PM, Ben Johnson wrote: > Hello! > > I had hoped that marking all messages that arrive to a specific mailbox > as read/seen would be as simple as applying the following sieve script > to all incoming mail for that mailbox user: > > > require ["imap4flags