Hi all,
Just a question if someone was able to configure exim to accept wildcard users (not catchall). I'm trying to accept the following : user-*@domain.com => user@domain.com.
Thanks!
K
Hi all,
Just a question if someone was able to configure exim to accept wildcard users (not catchall). I'm trying to accept the following : user-*@domain.com => user@domain.com.
Thanks!
K
You can setup a filter to do this:
- cPanel -> Mail -> Email Filtering -> Add Filter
- Change "Subject" to "To"
- Change "contains" to "matches regex"
- Enter the following regular expression in the third field: user-.+@domain\.com
- Enter the following in the Destination field: user@domain.com
- Click Activate