Alberto Bertogli

Results 41 comments of Alberto Bertogli

Great! I've submitted 567ad3512201958880bbe505ec23bce1f785d39d to `next` moving the setfacl inside the conditional that renews the certificate. Docker images are [automatically built by the CI pipeline](https://gitlab.com/albertito/chasquid/-/pipelines/621045060) and uploaded to the gitlab...

If you don't need your server to store emails locally, like in your case where you only want to send, you don't need dovecot. To set this up, you can...

Hi! Thanks for filing this! It's a very reasonable request, and you're completely right that doing the checks post-DATA wastes the DATA traffic. However, for chasquid's main use cases (low...

Thank you for sending this! I merged it in the `next` branch with some amends: 4444c22307cccc2e8b5304863db7b491dfd91c15 Can you take a look and see that it's ok with you? Thanks again!

Closing as your patch with the amends has been in `next` for a while. Thank you!

The fix was included in [chasquid 1.10 (2022-09-02)](https://blitiri.com.ar/p/chasquid/relnotes/#110-2022-09-01).

Hi! Thanks a lot for reporting this! > I'm not sure if this is an actual bug, because it's hit only in such corner-cases as when running under SECCOMP. I...

Thanks for sending this! > Busybox's diff doesn't have the extended CLI flags, but it seems that `comm` works fine enough with dkim-py. The problem with changing the `diff` call...

> > The problem with changing the diff call to comm is that coreutil's comm relies on the input files being sorted, and fails if they are not. > >...

> > I started writing DKIM integration some time ago, but haven't worked on it in a while. It's probably something I'll pick up again soon, because, as you point...