Hello,
Is it possible for postfix to recognize regex inside a virtual alias file? I wrote some regex in /etc/postfix/virtual, but it does not seem to be read.
Here is one example of my regex:
I run these commands below after each edit but still no luck.
Is it possible for postfix to recognize regex inside a virtual alias file? I wrote some regex in /etc/postfix/virtual, but it does not seem to be read.
Here is one example of my regex:
This should catch any addresses such as contact+help-desk@example.com and send it to admin@example.com but it does not work.^contact\+.*\@example\.com$ admin@example.com
I run these commands below after each edit but still no luck.
postmap /etc/postfix/virtual
systemctl restart postfix