Max Mazurov
Max Mazurov
> It would be great is the storage can be integrated into the golang code and for it to be HA. Frankly, I am not familiar with consensus protocols like...
- [ ] Add mechanism to tables used by dovecot_sasld and dovecot_sasl (#173)
Should ENVELOPE contain decode fields tho? RFC 3501 is not very clear about it and just refers to "RFC-2822 parsed header". Relevant: #256. Dovecot returns encoded fields (here is the...
I am unable to reproduce the error with empty GOPATH and build cache.
>go get: github.com/foxcpp/go-imap-mess@none updating to github.com/foxcpp/[email protected] requires github.com/emersion/[email protected]: invalid version: unknown revision 271ea913b422 https://github.com/emersion/go-imap/commit/271ea913b422 Seems like go-imap-mess go.mod references a dangling commit in emersion/go-imap. Though it should not cause any...
1. Hard-link certificates from caddy's directory (`CADDY_ROOT/certificates/acme-v02.api.letsencrypt.org-directory/DOMAIN`) into some directory that is accessible for maddy (e.g. `/etc/maddy`). Using hard-links of symlinks simplifies step 2. 2. Ensure that maddy can read...
caddy would need to implement SMTP and IMAP proxy functionality with support for some reverse proxy indication (e.g. HAProxy PROXY or Postfix's XCLIENT extensions). maddy would need to support the...
Generic TLS/TCP reverse proxy is not enough for server-server SMTP.
Traefik supports HAProxy's PROXY protocol for TCP proxy.
> Do you have plans to add basic test cases for these new features? Yeah, they should be added.