After integration of docker-rspamd into Postfix every mail fails to be checked with the following logging in mail.log:
Sep 30 18:26:31 carbon postfix/smtpd[19770]: warning: milter inet:[127.0.0.1]:11333: can't read SMFIC_OPTNEG reply packet header: Success Sep 30 18:26:31 carbon postfix/smtpd[19770]: warning: milter inet:[127.0.0.1]:11333: read error in initial handshake
Rspamed does not log anything, even does not show the mail in the statistics.
Port 11333 is available from the host system as postfix is installed locally.
Steps to reproduce
Fresh setup according to the docker-compose.yml below.
If port 11332 is exposed where the rspamd proxy is listening and if it is used in the milter config of postfix it works....
Any idea why the rspamd worker directly does not work ?
Summary
After integration of docker-rspamd into Postfix every mail fails to be checked with the following logging in mail.log:
Sep 30 18:26:31 carbon postfix/smtpd[19770]: warning: milter inet:[127.0.0.1]:11333: can't read SMFIC_OPTNEG reply packet header: Success Sep 30 18:26:31 carbon postfix/smtpd[19770]: warning: milter inet:[127.0.0.1]:11333: read error in initial handshake
Rspamed does not log anything, even does not show the mail in the statistics. Port 11333 is available from the host system as postfix is installed locally.Steps to reproduce
Fresh setup according to the docker-compose.yml below.
What is the expected correct behavior?
Working filtering
Relevant logs and/or screenshots