Timo Röhling
Timo Röhling
I like this idea, as Postfix added support for `socketmap` lookups a while ago. It's probably not gonna happen until version 2.0 though, as this is a pretty substantial change,...
The mismatch between Header-From and Envelope-From is unavoidable with a forwarding email server. To be honest, I don't think the `HEADER_FROM_DIFFERENT_DOMAINS` rule is particularly useful these days. Back in the...
Unfortunately, there's not much I can do. The stateless SRS implementation needs to store the full original email address in the localpart, plus additional 13 characters overhead, which limits the...
I'll close this for now. Maybe I'll revisit this problem at a later date and add an optional database backend to PostSRSd.
On second thought, I'll leave it open as a reminder for myself.
I can update the PR after my vacation, which ends July 24th. Feel free to update it yourself if you'd like to merge earlier.
> @roehling Is there a complete list of files of version 0.15.1 that would need modification to use FMT version >=8.0 ? Not sure what you mean, all required changes...
Thank you @yxlao
I'm glad you find my work useful. Still, I want to point out that those patches do not really eliminate the test failures. I have to confess I "fixed" the...
You could install the headers to `include/CycloneDDS` instead of `include` and adjust the `target_include_directories()` to use `$`. This isolates the header files from conflicting implementations but stays compatible with existing...