Felix Auringer
Felix Auringer
There is probably not a really nice way as there is just not much information. Maybe one could enumerate the enum fields: ```rust #[derive(Clone, Debug, PartialEq, Serialize, Deserialize)] #[serde(untagged)] pub...
Theoretically, the following is also a valid OpenAPI spec: ```yaml openapi: 3.0.0 info: title: oneOf with arrays description: Ensure different names for kinds in enum when using oneOf with arrays....
> Maybe, instead of telling Haraka that the next hop is `192.168.200.4:25`, you should tell it the next hop is `${example}.fauringer.de:25`. Assuming the DNS resolves (and it will, because it's...
> What is in the config for queue/lmtp? My LMTP config is (`dovecot` is resolvable in the docker compose setup where all this is running): ``` [main] host=dovecot port=24 ```...
> This patch might fix it for you. It skips setting the tls.servername property if the mx.exchange is an IP address. Sorry for the long wait, I only managed to...
I debugged a little bit more and I think I know what the problem is. I do not have any `get_mx` plugins defined, so in `outbound/hmail.js:get_mx_respond` the default action `mx_lookup.mx_lookup`...
I'm still a little bit confused what you would expect as domain in the mail server's TLS certificate. Maybe an example helps: A company has the domain `example.com` with an...
I have now a local environment with properly configured MX records and everything works as expected. > Yes, which is what the patch I proposed testing above avoids. It doesn't...
> They should be negative but are 0 to: 0 and size to: size I think they are actually `size + 1 to: size + 1` (hence the index out...