Re: Problems with milter_default_action = accept

2020-01-10 Thread Wietse Venema
Patrick Ben Koetter: > However it doesn't work and I'm trying to understand why. What kind of > reply/return code does Postfix (or libmilter) need from the milter to let it > 'accept' the message in question? NONE. milter_default_action specifies an action in the case that Postfix has No Milter

Problems with milter_default_action = accept

2020-01-10 Thread Patrick Ben Koetter
We've run into a problem with a MILTER, which Postfix is supposed to ignore in case of problems. To do so we've configured Postfix to use milter_default_action = accept, when it communicates with the milter, like this: mymilter = { inet:127.0.0.1:6677, connect_timeout=10s,