Displaying 3 results from an estimated 3 matches for "fe791e96fdf796f7d8997ee0515b163dc5".
Did you mean:
fe791e96fdf796f7d8997ee0515b163dc
2016 Oct 20
2
logging TLS SNI hostname
...> So some fqdn name validation would need to happen in case if client has
> malicious intents.
>
>> Kevin
>
Hi!
I wonder if this would be of any help? It provides %{local_name}
passdb/userdb variable, you can use it for some logging too...
https://github.com/dovecot/core/commit/fe791e96fdf796f7d8997ee0515b163dc5eddd72
Aki
2016 Oct 20
0
logging TLS SNI hostname
...o happen in case if client has
> > malicious intents.
> >
> >> Kevin
>
> Hi!
>
> I wonder if this would be of any help? It provides %{local_name}
> passdb/userdb variable, you can use it for some logging too...
>
> https://github.com/dovecot/core/commit/fe791e96fdf796f7d8997ee0515b163dc5ed
> dd72
Should it work for such usage, too?
login_log_format_elements = user=<%u> method=%m rip=%r lip=%l mpid=%e
local_name=%{local_name} %c session=<%{session}>
Because I'm not getting local_name logged at all (dovecot -a shows its there).
> Aki
Thanks,
--
Arkadiusz...
2016 Oct 20
2
logging TLS SNI hostname
...nt has
>>> malicious intents.
>>>
>>>> Kevin
>> Hi!
>>
>> I wonder if this would be of any help? It provides %{local_name}
>> passdb/userdb variable, you can use it for some logging too...
>>
>> https://github.com/dovecot/core/commit/fe791e96fdf796f7d8997ee0515b163dc5ed
>> dd72
> Should it work for such usage, too?
>
> login_log_format_elements = user=<%u> method=%m rip=%r lip=%l mpid=%e
> local_name=%{local_name} %c session=<%{session}>
>
> Because I'm not getting local_name logged at all (dovecot -a shows its there).
&g...