proxy_protocol error
Open
bug
- Dominant language
- Go
- Stars
- 6.1k
- Forks
- 327
- PR merge metrics
- No merged PRs in 30d
Description
# Describe the bug
When adding proxy_protocol directive in smtp, submission and imap, I get the following error :
panic: runtime error: hash of unhashable type proxyprotocol.Listener
# Configuration file
```bash
imap tls://0.0.0.0:993 tcp://0.0.0.0:143 {
proxy_protocol
auth &lldap_auth
storage &local_mailboxes
}
```
- maddy version: 0.8.1
Contributor guide
Assessment
This issue has not been assessed yet.