Hi Thenx. I use your patch but problem not solved.
Hunk #1 succeeded at 334 with fuzz 2 (offset 19 lines). patching file src/auth/mycrypt.c
./configure --prefix=/usr/local/dovecot-2.2.36 --sysconfdir=/etc --with-ldap=yes --with-mysql --with-ssl=openssl --with-solr --with-storages=maildir,imapc
Install prefix . : /usr/local/dovecot-2.2.36 File offsets ... : 64bit I/O polling .... : epoll I/O notifys .... : inotify SSL ............ : yes (OpenSSL) GSSAPI ......... : no passdbs ........ : static passwd passwd-file shadow checkpassword ldap sql dcrypt ..........: yes : -pam -bsdauth -sia -vpopmail userdbs ........ : static prefetch passwd passwd-file checkpassword ldap sql nss : -vpopmail SQL drivers .... : mysql : -pgsql -sqlite -cassandra Full text search : squat solr : -lucene
Jan 24 19:06:34 postfix dovecot: ssl-params: Generating SSL parameters Jan 24 19:06:34 postfix dovecot: master: Error: service(auth): command startup failed, throttling for 2 secs Jan 24 19:06:34 postfix dovecot: auth: Fatal: master: service(auth): child 11238 killed with signal 11 (core dumped) Jan 24 19:06:34 postfix dovecot: director: Error: Auth server disconnected unexpectedly Jan 24 19:06:34 postfix dovecot: director: Error: Auth server disconnected unexpectedly
New LWP 11244]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Core was generated by `dovecot/auth'.
Program terminated with signal SIGSEGV, Segmentation fault.
#0 0x00007f44ee4e8c7a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
(gdb) bt full
#0 0x00007f44ee4e8c7a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
No symbol table info available.
#1 0x0000559531747bc8 in password_scheme_register_crypt () at
password-scheme-crypt.c:144
i = 0
crypted = <optimized out>
#2 0x00005595317478dc in password_schemes_init () at password-scheme.c:875
i = <optimized out>
#3 0x00005595317227fb in main_preinit () at main.c:188
mod_set = {abi_version = 0xf9d2c8bc
On 24.01.2019 18:33, Aki Tuomi wrote:
This has been fixed with
https://github.com/dovecot/core/commit/63a74b9e8e0604486a15a879e7f1a27257322...
Aki