Re: LDAP users issue

2019-03-18 Thread Aki Tuomi via dovecot
To be honest, I can't really understand your issue. Can you explain what you did, what you expected to happen and what happened instead? Also include any relevant log lines. Aki On 18.3.2019 7.02, Anushka Bandara via dovecot wrote: > Here is my doveconf -n > > # 2.2.33.2 (d6601f4ec):

Re: Dovecot logrotation - old journal files are still in use

2019-03-18 Thread Aki Tuomi via dovecot
Are you sure the 'reopen' command is really executed? It might want full path to the command there. Aki On 14.3.2019 8.44, Denis V Razumovskiy via dovecot wrote: > Hi all >   > Cannot understand, does it a bug or just a misconfiguration. In my > Dovecot there are 3 files of logging (debug, info

Re: dovecot 2.3.5 - tests fail: http payload echo (ssl)

2019-03-18 Thread Helmut K. C. Tessarek via dovecot
On 2019-03-08 18:40, Stephan Bosch via dovecot wrote: > Since you're compiling it anyway, maybe you should first try to increase > the CLIENT_PROGRESS_TIMEOUT in src/lib-http/test-http-payload.c. It is > currently 10 seconds. I've increased the value to 30. This worked. No more timeout. However,

Re: dovecot 2.3.5 - tests fail: http payload echo (ssl)

2019-03-18 Thread Marcus Rueckert via dovecot
On Mon, 18 Mar 2019 17:14:24 -0400 "Helmut K. C. Tessarek via dovecot" wrote: > On 2019-03-08 18:40, Stephan Bosch via dovecot wrote: > > Since you're compiling it anyway, maybe you should first try to > > increase the CLIENT_PROGRESS_TIMEOUT in > > src/lib-http/test-http-payload.c. It is

Re: Upgrade from 2.1.17 2.2.36

2019-03-18 Thread lty via dovecot
I use the MAC Foxmail client, v2.2.36 can't receive mail, but v2.1.17 can receive mail. I grabbed the network package and found that Foxmail was not processing the next step after sending the D LIST "" * command. I suspect that because of the time of return, Foxmail is not recognized, so I want

Upgrade from 2.1.17 2.2.36

2019-03-18 Thread lty via dovecot
v2.1.1 v2.2.36 The screenshot is the result returned by imap. I don't want to want dovecot to return time, can I close it?

Re: LDAP users issue

2019-03-18 Thread Dmitry Donskih via dovecot
A problem with your /etc/dovecot/dovecot-ldap.conf.ext ? Can you attach it? Try: auth_verbose = yes auth_verbose_passwords = no auth_debug = yes auth_debug_passwords = no and compare those strings in logs for LDAP and non-LDAP logins: auth: Debug: master userdb out: USER

Re: Upgrade from 2.1.17 2.2.36

2019-03-18 Thread Aki Tuomi via dovecot
On 18.3.2019 12.00, lty via dovecot wrote: > >   > > v2.1.1 > > v2.2.36 > > The screenshot is the result returned by imap. > > I don't want to want dovecot to return time, can I close it? > > > Why do you want this? Aki

Re: LDAP users issue

2019-03-18 Thread Dmitry Donskih via dovecot
I suggest you try adding extra attributes to LDAP replies: https://wiki.dovecot.org/AuthDatabase/LDAP/Userdb#Attribute_templates_.28v2.1.2B-.29 Primarily, define "mail=" explicitly. And then compare auth userdb outputs in logs for both LDAP and non-LDAP. Hope this helps. 18.03.2019 12:25,

child-wait.c and [-Wnull-pointer-arithmetic]

2019-03-18 Thread Rupert Gallagher via dovecot
Attached warnings from clang 7.0 when compiling child-wait.c from dovecot 2.3.5: "arithmetic on a null pointer treated as a cast from integer to pointer is a GNU extension [-Wnull-pointer-arithmetic]".child-wait.c:66:32: warning: arithmetic on a null pointer treated as a cast from integer to

Re: child-wait.c and [-Wnull-pointer-arithmetic]

2019-03-18 Thread Aki Tuomi via dovecot
On 18.3.2019 12.48, Rupert Gallagher via dovecot wrote: > Attached warnings from clang 7.0 when compiling child-wait.c from > dovecot 2.3.5: > > "arithmetic on a null pointer treated as a cast from integer to > pointer is a GNU extension > [-Wnull-pointer-arithmetic]". > > > This is fixed in

dovecot-openssl-common.c and [-Wincompatible-pointer-types]

2019-03-18 Thread Rupert Gallagher via dovecot
Warnings from clang 7.0 when compiling dovecot-openssl-common.c from dovecot 2.3.5 with openssl 1.1.1a. This is dovecot's configuration: > config_options="--prefix=$prefix \ > --sysconfdir=$prefix/etc \ >--datarootdir=$prefix/share \ >--mandir=$man \ >--docdir=$doc \ >

Re: child-wait.c and [-Wnull-pointer-arithmetic]

2019-03-18 Thread Rupert Gallagher via dovecot
Thanks! It solved problems also with str-table.c, test-hash.c, test-mempool.c, auth-server-connection.c, master-auth.c, master-login-auth.c, mail-cache-fields.c, mail-index.c, mailbox-list-index.c, mailbox-list-index-sync.c, maildir-keywords.c, mdbox-purge.c, connect-limit.c,

Re: Dovecot logrotation - old journal files are still in use (second attempt)

2019-03-18 Thread Dmitry Donskih via dovecot
Give it a try with postrotate doveadm -o base_dir=/var/run/dovecot/ log reopen endscript