Defining a “messagle handler” in Postfix

后端 未结 3 958
终归单人心
终归单人心 2021-01-28 06:51

We are using Postfix for mail delivery and I am trying to make a shell script handle an email sent to foo-bar-baz-bat@example.org.

Is there a way to do this and how?

3条回答
  •  既然无缘
    2021-01-28 07:45

    If the example.org email is only used for discussions you could forward whole @example.org to your script. Or you could use @discussions.example.org.

提交回复
热议问题