Re: Setting short minutes in delay_warning_time triggers warningu

2020-03-11 Thread Jivan Pal
> 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

Re: Setting short minutes in delay_warning_time triggers warningu

2020-03-11 Thread Jivan Pal
@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,

Re: Setting up internal catch-all address

2020-03-07 Thread Jivan Pal
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

Setting up internal catch-all address

2020-03-06 Thread Jivan Pal
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: > ==