Files
kumomta/crates
Wez Furlong b06df4db35 smtp client: don't unconditionally log bind errors
The thesis here was that you'd always want to see these errors in
the journal, but it is common for sites that have both A and AAAA
records report bind failures if the local machine has no IPv6
connectivity.  It's ok: we'll end up using an IPv4 address later
in the connection plan, and if there was ultimately a failure to
connect, that error will show up in the delivery logs.

In the common case, logging the error from this location in
the code is a false positive and is a noisy choice, so let's
not do that.
2024-03-21 07:19:31 -07:00
..
2023-12-22 10:24:30 -07:00
2024-03-11 07:50:01 -07:00
2024-02-06 15:10:51 -07:00
2023-12-22 10:24:30 -07:00
2024-02-06 13:29:36 -07:00
2023-11-01 12:52:39 -07:00
2024-02-24 10:24:03 -07:00
2024-03-18 07:05:14 -07:00
2024-02-24 09:38:59 -07:00