A
A
arenami2019-10-14 05:28:05
Python
arenami, 2019-10-14 05:28:05

Your simple auto-responder for Postfix?

How to make your own and simple? For example, in python or bash. How is this done in general, through milters?
You don't need a complete solution. You need to do it yourself at a low level.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
C
CityCat4, 2019-10-14
@CityCat4

I did it with milter

P
Pavel Mezhuev, 2019-10-14
@mezhuev

Read MILTER_README (Postfix before-queue milter support) and FILTER_README (Postfix after-queue content filter). There are specific examples in FILTER_README and it is more suitable for your task, since it does not introduce a delay for a third-party sender (the message is processed after the SMTP session is closed).

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question