Hi list,
I have a Postfix 3.7.11 server configured with the following lines:
smtpd_milters = inet:xx.xx.xx.xx:9900
milter_default_action = quarantine
When the milter server is unavailable, incoming emails are properly
placed into the "hold" queue, so that I can process those latter.
How can I identify which emails are in the hold queue because of a
failing milter, and not because of another reason?
I know it can be done by parsing Postfix logs, but it is not really
practical (I would need to automate more things). Ideally, this could be
done with "postqueue -p" or "postqueue -j", but in this case the
"delay_reason" (as documented in postqueue manpage) is empty.
Thanks,
Yvan
_______________________________________________
Postfix-users mailing list -- postfix-users@postfix.org
To unsubscribe send an email to postfix-users-le...@postfix.org