Hello Forum,
I have a problem with setting up a kind of semi-CatchAll addresses in Zimbra's Postfix.
On my old Postfix system I have users who want use temporarily email aliases and I'm to lazy to set them up manually each time nor I'm accepting a CatchAll solution.
So I've edited an additional virtual alias table like
Code:
/^.*user.*@domain\.tld$/ user
In
main.cf I'd set up
Code:
virtual_maps = regexp:/etc/postfix/virtual, ... other tables
which worked fine.
How do I set up this solution in Zimbra's Postfix
main.cf? It seems I have to handle
zmmta.cf, but in which way?
Thanks for your help and advice!
Achim