-
What happened?Following the documentation I enabled proxy protocol on haproxy. When I do this I get an SMTP connection error: How can we reproduce the problem?Install stalwart in kubernetes. Change haproxy to disable send-proxy-v2 and smtp works Versionv0.9.x What database are you using?PostgreSQL What blob storage are you using?S3-compatible Where is your directory located?LDAP What operating system are you using?Docker Relevant log outputNo response Code of Conduct
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
|
This is a configuration issue, the IP address range listed in |
Beta Was this translation helpful? Give feedback.
-
|
This cost me an hour of debugging - I would consider this a bug. Maybe add a message somewhere (even nothing in the docs!) |
Beta Was this translation helpful? Give feedback.
I solved the issue. Not a bug, totally user error on my part.
Just in case some searches for this I want to post the solution. When you make changes to the proxy or listener settings you must restart the server, not just reload. I was making the change and reloading but the changes were not taking effect until I restarted the service.