maddy icon indicating copy to clipboard operation
maddy copied to clipboard

proxy_protocol error

Open jonisapp opened this issue 8 months ago • 0 comments

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

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

jonisapp avatar May 10 '25 10:05 jonisapp