Felix Auringer

Results 11 issues of Felix Auringer

**Is your feature request related to a problem? Please describe.** When Haraka tries to connect to another host (outbound), it uses the IP for SNI and to validate the certificate....

Fixes #3278 Changes proposed in this pull request: - add `LHLO` to the allowed commands if TLS is enforced Checklist: - [x] docs updated (not affected) - [x] tests updated...

**Describe the bug** When enforcing TLS, the only commands available before a TLS connection is established are `EHLO` and `STARTTLS`. `LHLO` is not allowed. Therefore, a STARTTLS connection for LMTP...

#### Bug Report Checklist - [x] Have you provided a full/minimal spec to reproduce the issue? - [x] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagger-parser/online/))? - [x]...

Issue: Bug

#### Bug Report Checklist - [x] Have you provided a full/minimal spec to reproduce the issue? - [x] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagger-parser/online/))? - [x]...

Issue: Bug

- We added methods to check whether an OhmNode has no content. If that is the case, it is safe to ignore the node and its children when building the...

### Which feature or improvement would you like to request? It would be nice if it would be possible to use OAUTH2 tokens to log into the SMTP and IMAP...

enhancement

### Description of the bug I have tmail setup with postgres as a backend. IMAP (logging in and retrieving emails works fine. When I try to send an email, the...

bug

##### SUMMARY I would like to be able to pipe an IP network in CIDR notation into the `reverse_pointer` filter. `'192.168.10.0/24' | community.dns.reverse_pointer` => `10.168.192.in-addr.arpa` ##### ISSUE TYPE - Feature...

enhancement

I am managing my firewall rules with Ansible using nftables and I do not want docker to mess with my handwritten rules. Hence, I set the following daemon options: ```yaml...

stale