> the following names may appear in bounce templates. They have no meaning
anywhere else in Postfix.
Apologies, I didn't realise that Dominic was asking about doing so
specifically *without* using a bounce template.
--
Jivan
@Dominic:
Have you not tried `delay_warning_time_minutes = 15` as the quoted
documentation specifies?
>delay_warning_time_suffix
> Expands into the value of the
> delay_warning_time parameter, expressed in the
> time unit specified by suffix,
Problem solved! Firstly, a correction to my original post. The file
`/etc/postfix/virtual_mailboxes` should have had an aditional line, as follows:
> == /etc/postfix/virtual_mailboxes ==
> al...@example.com example.com/alice/
> b...@example.com example.com/bob/
> catch...@example.com ex
Hello,
All of my mailboxes are virtual, e.g. `al...@example.com` and
`b...@example.com`.
I would like to set up a catch-all virtual mailbox `catch...@example.com`
such that mail sent to any other address `*@example.com` gets sent to
`catch...@example.com`.
Here is an excerpt of my config:
> ==