Re: [exim] Exim 4.83 RC1 uploaded

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Marcin Mirosław
Fecha:  
A: exim-users
Asunto: Re: [exim] Exim 4.83 RC1 uploaded
W dniu 04.06.2014 11:02, Mike Cardwell pisze:
> * on the Tue, Jun 03, 2014 at 09:16:02PM +0100, Jeremy Harris wrote:
>
>>> I have uploaded Exim 4.83 RC1
>>
>> Has anybody tried it? We're about to put out RC2.
>> Any comments on RC1 would be most welcome.
>
> I'm running it on two boxes. I haven't tested all of the new stuff
> it includes, but I do have dns_dnssec_ok set, and have enabled the
> new tls_try_verify_hosts SMTP transport option, both of which
> seem to work. I haven't seen any issues other than the dnssec
> strict/defer lookup stuff I mentioned on exim-dev. It hasn't
> crashed, I've scanned my logs and haven't seen any unexpected
> errors or deliverability issues.
>
> They're not high-usage boxes though. They've probably only handled
> a few thousand emails between them since I installed it last
> Thursday.


Hi!
I can say almost the same, just works in rather simple configuration
(pgsql+lmtp+maildir+dovecot auth+dlfunc) but I just want to add info
about warning I got while compiling exim:

x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=core2 -mtune=native
-frecord-gcc-switches         -fno-unwind-tables
-fno-asynchronous-unwind-tables -fpeel-loops
-ftracer -ggdb -I.    deliver.c
deliver.c: In function ‘deliver_message’:
deliver.c:6500:5: warning: format ‘%d’ expects argument of type ‘int’,
but argument 4 has type ‘time_t’ [-Wformat]
deliver.c:6500:5: warning: format ‘%d’ expects argument of type ‘int’,
but argument 4 has type ‘time_t’ [-Wformat]
deliver.c:6758:7: warning: format ‘%d’ expects argument of type ‘int’,
but argument 4 has type ‘time_t’ [-Wformat]
deliver.c:6758:7: warning: format ‘%d’ expects argument of type ‘int’,
but argument 4 has type ‘time_t’ [-Wformat]
deliver.c:7389:9: warning: format ‘%d’ expects argument of type ‘int’,
but argument 4 has type ‘time_t’ [-Wformat]
deliver.c:7389:9: warning: format ‘%d’ expects argument of type ‘int’,
but argument 4 has type ‘time_t’ [-Wformat]


Thanks for all your work.