search for: leventelist

Displaying 5 results from an estimated 5 matches for "leventelist".

Did you mean: event_list
2017 Jul 16
1
SQLite user database
Lev <leventelist at gmail.com> wrote: > Yes, that was a bit odd. Same password, different hash. Even with > verify tool, there was mismatch. So I decided to go for SHA512, > without encryption. Using user at domain as your ID solved your problem, and this side issue of which hash scheme you're...
2017 Jul 21
2
Problem compiling dovecot 2.2.31 on Solaris
On Fri, 21 Jul 2017 14:38:57 +0200 Levente <leventelist at gmail.com> wrote: > You are missing stdint.h. Try to locate that, and include the > directory. However, this is odd, since it should be shipped with GCC > itself. You're right! It is missing. This is the output of gcc -v: Reading specs from /opt/csw/gcc4/lib/gcc/sparc-sun-sola...
2017 Jul 21
3
Problem compiling dovecot 2.2.31 on Solaris
I'm trying to compile under SunOS 5.8 Generic_117350-28 sun4u sparc SUNW,Ultra-5_10 (I know it's a bit oldish :-) and I get this error: /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -std=gnu99 -g -O2 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2 -Wbad-function-cast -fno-builtin-strftime
2017 Jul 14
0
SQLite user database
Dear Dovecot users/developers, I installed dovecot, and want to use a sqlite database for users, and passwords. I continuously get user authentication errors. I suspect that the problem is with a password hashing. I used # doveadm pw -s SHA512-CRYPT Enter new password: Retype new password:
2017 Jul 21
0
Problem compiling dovecot 2.2.31 on Solaris
You are missing stdint.h. Try to locate that, and include the directory. However, this is odd, since it should be shipped with GCC itself. Lev On Fri, Jul 21, 2017 at 2:15 PM, Luciano Mannucci <luciano at vespaperitivo.it> wrote: > > I'm trying to compile under SunOS 5.8 Generic_117350-28 sun4u sparc SUNW,Ultra-5_10 > (I know it's a bit oldish :-) and I get this error: