Rafael Azevedo: > Looking my log files: > > Jan 4 13:58:19 lab postfix/pipe[2025749]: 193EA13DB044: to=<xxx@xxx>, > > orig_to=<xxx@xxx>, relay=post_queue_content_filter, delay=0.11, > > delays=0.09/0/0/0.02, dsn=2.0.0, status=sent (delivered via > > post_queue_content_filter service (action=PERMIT)) > > After that, the message is gone.
You forgot to send it back into Postfix. BTW what is that "action=PERMIT" stuff? There is no such feature with Postfix filters. Are you confusing SMTPD_POLICY_README and FILTER_README? > So I kindly ask you guys how can I re-inject message back into queue. FILTER_README gives multiple examples for doing exactly that. One approach uses /usr/sbin/sendmail, and one uses SMTP. SMTPD_POLICY_README is about sending name=value pairs and receiving a response with action=(PERMIT or some other action). Wietse