Displaying 7 results from an estimated 7 matches for "geguzis".
2017 Feb 06
2
Compiling Dovecot on Solaris 10
...rrors.c:636
test-http-server-errors.c:594
main.c:63
director.c:1445
director.c:1448
imap-client.c:253
director.c:1445
director.c:1448
mail-stats.c:56
Is this an old compiler issue or something else?
Timo Sirainen <tss at iki.fi> ra??:
> On 2 Feb 2017, at 19.38, Mantas Gegu?is <mantas.geguzis at ittc.vu.lt> wrote:
>>
>> Hello,
>>
>> I am tying to compile Dovecot 2.2.27 on Solaris 10, and I get this error:
>> test-ioloop.c: In function `test_ioloop_pending_io':
>> test-ioloop.c:188: error: size of array `type name' is negative
>
> Chan...
2017 Feb 02
6
Compiling Dovecot on Solaris 10
Hello,
I am tying to compile Dovecot 2.2.27 on Solaris 10, and I get this error:
test-ioloop.c: In function `test_ioloop_pending_io':
test-ioloop.c:188: error: size of array `type name' is negative
My configuration is like this:
Install prefix . : /usr/local
File offsets ... : 64bit
I/O polling .... : poll
I/O notifys .... : none
SSL ............ : yes (OpenSSL)
GSSAPI ......... : no
2017 Feb 05
0
Compiling Dovecot on Solaris 10
On 2 Feb 2017, at 19.38, Mantas Gegu?is <mantas.geguzis at ittc.vu.lt> wrote:
>
> Hello,
>
> I am tying to compile Dovecot 2.2.27 on Solaris 10, and I get this error:
> test-ioloop.c: In function `test_ioloop_pending_io':
> test-ioloop.c:188: error: size of array `type name' is negative
Change NULL to (void *)NULL in that...
2017 Feb 06
0
Compiling Dovecot on Solaris 10
On 6 Feb 2017, at 17.06, Mantas Gegu?is <mantas.geguzis at ittc.vu.lt> wrote:
>
> Hello,
>
> thank You, this solution worked too. But had to do same thing for those files:
>
> test-http-client-errors.c:388
> test-http-client-errors.c:484
> test-http-client-errors.c:556
> test-http-client-errors.c:636
> test-http-serve...
2017 Oct 30
1
LDAP authentication and shadowExpire
Hi,
I am trying to configure Dovecot (2.2.27) with LDAP passdb,
specifically with authentication binds
(https://wiki.dovecot.org/AuthDatabase/LDAP/AuthBinds).
Atribute shadowExpire has a unix time stamp value. Is there a way to
write pass_filter like shadowExpire<ToDay?
Or maybe there is better way to implement password expiration in Dovecot?
--
Pagarbiai
Mantas Gegu?is
VU
2018 Jan 16
1
Replication configuration
Hello,
I am trying to configure replication between two servers, for only
specified virtual users, without success of course :) I am using LDAP
for accounting.
I have tried to pass a file with list like this:
replication_dsync_parameters = -d -N -l 30 -U -F /etc/dovecot/list
I have even tried to specify users with LDAP filter: iterate_filter =
(|(uid=user1)(uid=user2))
both without
2017 Feb 03
2
Compiling Dovecot on Solaris 10
Hi,
thank You for a reply, compiling with Solaris Studio 12.5 solved this case.
Martin Preen <preen at informatik.uni-freiburg.de> ra??:
> Hello,
> I don't have problems building 2.2.27 on Solaris 10
> (using Sun Workshop compiler 5.11).
>
> The configuration is the same as your.
> Maybe a compiler/version problem on your system ?
>
> Regards,
> Martin
>