Re: split auth from other logging

2018-10-01 Thread Michael Slusarz
For later versions of 2.3.x, it will eventually be possible to use log filtering to accomplish this entirely within Dovecot. We are not quite there yet though. michael > On September 26, 2018 at 1:21 AM Kai Schaetzl wrote: > > > Is there a way to split the auth logging (logins and failed l

Re: Authenticate users using their firstname

2018-10-01 Thread Hendrik Boom
On Mon, Oct 01, 2018 at 11:25:48PM +0200, Admin wrote: > > > Von unterwegs gesendet > > > Am 01.10.2018 um 18:27 schrieb Aki Tuomi : > > > > > >> On 01 October 2018 at 15:19 Steffen Kaiser wrote: > >> > >> > >> -BEGIN PGP SIGNED MESSAGE- > >> Hash: SHA1 > >> > >>> On Sat, 29 Sep 20

Released Pigeonhole v0.5.3 for Dovecot v2.3.3.

2018-10-01 Thread Stephan Bosch
Hello Dovecot users, Here's the Pigeonhole release that goes with Dovecot v2.3.3. Only two insignificant memory leak fixes were added since the release candidate (not mentioned in the changelog). Changelog v0.5.3: - Fix assertion panic occurring when managesieve service fails to open INBOX

Re: Authenticate users using their firstname

2018-10-01 Thread Admin
Von unterwegs gesendet > Am 01.10.2018 um 18:27 schrieb Aki Tuomi : > > >> On 01 October 2018 at 15:19 Steffen Kaiser wrote: >> >> >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA1 >> >>> On Sat, 29 Sep 2018, Fady AL HAYALI wrote: >>> >>> I'm setting up a Postfic and Dovecot with LDAP

Re: v2.3.3 rc1 - Error: sieve: !!BUG!!: Binary compiled from dovecot.sieve is still corrupt

2018-10-01 Thread James
On 01/10/2018 13:37, Stephan Bosch wrote: I'd still like to know whether doing this helps somehow: Does it help when you change the "> 0" at the following code position to "!= 0" ? https://github.com/dovecot/pigeonhole/blob/master/src/lib-sieve/sieve-binary-code.c#L300 --- ../original/src/l

Re: Authenticate users using their firstname

2018-10-01 Thread Aki Tuomi
> On 01 October 2018 at 15:19 Steffen Kaiser wrote: > > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On Sat, 29 Sep 2018, Fady AL HAYALI wrote: > > > I'm setting up a Postfic and Dovecot with LDAP email server. My users in > > LDAP is like this: > > > >dn: uid=firstname,ou=Peop

v2.3.3 released

2018-10-01 Thread Timo Sirainen
https://dovecot.org/releases/2.3/dovecot-2.3.3.tar.gz https://dovecot.org/releases/2.3/dovecot-2.3.3.tar.gz.sig * doveconf hides more secrets now in the default output. * ssl_dh setting is no longer enforced at startup. If it's not set and non-ECC DH key exchange happens, error is logged and

Re: v2.3.3 rc1 - Error: sieve: !!BUG!!: Binary compiled from dovecot.sieve is still corrupt

2018-10-01 Thread Stephan Bosch
Op 1-10-2018 om 10:43 schreef James: On 25/09/2018 22:39, Stephan Bosch wrote: Hello, Something mightily weird is going on at your end. It doesn't fail here This is correct.  I believe there to be a compiler problem. Removing optimisation from sieve-binary-code.c gives success. Thank y

Re: Authenticate users using their firstname

2018-10-01 Thread Steffen Kaiser
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sat, 29 Sep 2018, Fady AL HAYALI wrote: I'm setting up a Postfic and Dovecot with LDAP email server. My users in LDAP is like this: dn: uid=firstname,ou=People,dc=domain,dc=com uid: firstname uidNumber: 4025 gidNumber: 4025 given

Re: outlook idiocy - IMAP folders with /

2018-10-01 Thread Rupert Gallagher
I tell users to limit the folder characters to /0-9a-zA-Z_/, because anything else may upset a mail client or server. As I have no control over their minds, hands, and client software, I wish I could enforce the policy from the server, returning an error message to the client. On its turn, thi

Re: v2.3.3 rc1 - Error: sieve: !!BUG!!: Binary compiled from dovecot.sieve is still corrupt

2018-10-01 Thread James
On 25/09/2018 22:39, Stephan Bosch wrote: Hello, Something mightily weird is going on at your end. It doesn't fail here This is correct. I believe there to be a compiler problem. Removing optimisation from sieve-binary-code.c gives success. Thank you to Stephan Bosch for testing this for

Re: v2.3.3 rc1 - Error: sieve: !!BUG!!: Binary compiled from dovecot.sieve is still corrupt

2018-10-01 Thread James
On 28/09/2018 12:38, Aki Tuomi wrote: It was studio cc. gcc doesn't make it through configure and I didn't ask why. Can you share a little bit more info on how did the compile (or configure even) fail with gcc on Solaris 11? $ ./configure $ARGS ... checking Linux compatible mremap()... no ch

Re: outlook idiocy - IMAP folders with /

2018-10-01 Thread Timo Sirainen
On 28 Sep 2018, at 16.44, Wojciech Puchar wrote: > > user attempts to create folders with / dovecot naturally cannot create it so > it returns error but outlook of course "create" it and keep data in local > store only. data is lost when you remove local store .pst file. > > The question is -

Re: doveadm backup abort in imapc-client.c

2018-10-01 Thread Timo Sirainen
> On 27 Sep 2018, at 21.52, Evan Klitzke wrote: > > I am using Dovecot 2.2.36 and I am trying to use doveadm backup to migrate > email from Gmail to Dovecot. When I run doveadm backup, it goes for a while > and then eventually hits an assertion error (I've tried this a few times now > and it

Re: Bug in conditionals to assign values to variables?

2018-10-01 Thread Timo Sirainen
> On 28 Sep 2018, at 15.25, Angel L. Mateo wrote: > > user_attrs = ...,=relpath=%{if;%{user};eq;somevalue;valuetrue;valuefalse} > > then it reports in logs: > > Sep 28 14:23:22 myotis60 dovecot: auth: Error: var_expand_long(if;%{user}) > failed: if: requires four or five parameters, go