Doug Hardie:
> Thanks for the pointers on that.  I spent a couple days digging
> around and never found it.

Alternative:

/etc/postfix/main.cf:
    transport_maps = hash:/etc/postfix/transport

/etc/postfix/transport:
    us...@example.com retry:This mailbox is temporarily unavailable
    us...@example.com error:This mailbox is permanently unavailable

(see 'man 5 transport' and 'man 8 error' for background).

Don't forget to 'postmap hash:/etc/postfix/transport'

        Wietse

Reply via email to