l

Results 254 issues of l

There is a thread about it on the forum: https://support.delta.chat/t/secure-join-between-accounts-on-separate-chatmail-servers/2932 Hetzner has FAQ entry: https://docs.hetzner.com/cloud/servers/faq/#why-can-i-not-send-any-mails-from-my-server DigitalOcean documentation: https://docs.digitalocean.com/support/why-is-smtp-blocked/

tests

Pyinfra 3.0 beta version is available: https://github.com/pyinfra-dev/pyinfra/issues/987#issuecomment-1925207907 It can be tried with the following patch: ```diff diff --git a/cmdeploy/pyproject.toml b/cmdeploy/pyproject.toml index 060865c..4498a8f 100644 --- a/cmdeploy/pyproject.toml +++ b/cmdeploy/pyproject.toml @@ -6,7 +6,7...

`postqueue -j` prints postfix queue in JSON, can be redirected into `wc -l` to count the number of messages and counted with [RRDtool](https://oss.oetiker.ch/rrdtool) or some monitoring system based on it,...

`cmctl` command should be able to list users and remove (all) users

I want to store `usize` in a gauge metric without conveting it to u64, but `Atomic` trait is not implemented for `usize`: https://docs.rs/prometheus-client/0.22.2/prometheus_client/metrics/gauge/trait.Atomic.html Because of this `Gauge::::default()`. Is there any...

While making PR #5715 I discovered that `Date` header cannot be protected. If it is moved into protected part and removed from unprotected IMF header, mimeparser ignores it because it...

bug

I have seen it failing a few times already. There is not much useful in the logs: ``` 2024-07-01T18:20:29.7156016Z py: commands[0]> pytest -n6 2024-07-01T18:20:32.0374916Z ============================= test session starts ============================= 2024-07-01T18:20:32.0377437Z...

Waiting for https://github.com/n0-computer/iroh/pull/2310 Based on #5621

This is a restored #4165 PR after deletion of `master` branch. It is rebased and updated to serialize new fields added since previous PR. The goal for this is to...

Also remove outdated comment about split groups introduced in C core commit