So I must scan the log for the list, isn't it? It works of course but is there any more specific way to do that? because scanning spends a lot of time, and you don't know where you stopped last time (or not easy to find out). especially our front end platform is based on .NET which does not work with Linux logs easily. It would be great if there's a way for postfix to output such a list directly, so that other programs just read it directly.

Regards,
Yaoxing


2010/12/24 23:26, Wietse Venema Wrote:
Postfix returns undeliverable mail to the envelope sender address.
Postfix logs the envelope sender address as:

     Dec 24 08:36:59 spike postfix/qmgr[31619]: 9E33D1F3EA7:
        from=<wie...@porcupine.org>, size=X, nrcpt=Y (queue active)

The idea is to to feed the returned mail through a program that
extracts the failed recipient address and unsubscribes the recipient.

        Wietse

Reply via email to