Dear Jeremy,
Thank you for your answer. Can you help me with the syntax of this
redirect router?
I need to forward all specific local part in all hosted domains to a
fixed address (also hosted).
I.E.:
All catchall@??? messages should be redirected to
catchall@???
This would be some kind of pseudo code:
forward:
driver = redirect
domains = +local_domains
local_parts = "catchall"
data = catchall@???
I really appreciate your help with this configuration!
Regards
Mauricio Lopez Coria
SysAdmin & Dev
Maldonado - Uruguay
On 9/12/21 11:02, Jeremy Harris via Exim-users wrote:
> On 08/12/2021 15:05, Mauricio López via Exim-users wrote:
>> I used to have an Exim forward configuration that allowed me to
>> forward
>> all messages with a 'reserved' username at any domain hosted in the
>> server to a predefined account, (ie postmaster@[anydomain] to
>> postmaster@serverdomain) but I lost it and now I can't achieve this
>> functionality.
>
> A pretty basic redirect router, at a suitable place in your routing chain.
>
> Though, really, catchalls are not recommended in today's spammer-filled
> world. But that's a policy choice.