2

I am trying to create a small virtual_alias_maps fiel for postfix-pcre:

.*@subdom\.domain\.com test@other.org

But I get this error:

warning: pcre map /etc/postfix/virtual, line 1: unknown regexp option "c": skipping this rule

Where is the error?

1 Answers1

2

Simple solution:

/^.*@(subdom)\.(domain)\.(com)$/ test@other.org