Catch all email by conditions
-
- Posts: 13
- Joined: Thu Jul 24, 2014 7:43 pm
Catch all email by conditions
Catch all email by conditions
Prompt me, please, how should looks Exim rules for catch all emails which meet to condition. For example. account [email protected] should catch all emails *.[email protected].
More extendet version
[email protected] - catch *.[email protected]
[email protected] - catch *.[email protected]
...
Thanks you.
Prompt me, please, how should looks Exim rules for catch all emails which meet to condition. For example. account [email protected] should catch all emails *.[email protected].
More extendet version
[email protected] - catch *.[email protected]
[email protected] - catch *.[email protected]
...
Thanks you.
-
- Posts: 13
- Joined: Thu Jul 24, 2014 7:43 pm
Re: Catch all email by conditions
Thanks a lot.
For my case the best solution is:
dest_regex:
driver = redirect
domains = domain.my : alias.domain.my
local_parts = ^(demo-|real-)[a-zA-Z0-9]{2,3}\$
allow_fail
allow_defer
data = [email protected]
add before alias' rule
For my case the best solution is:
dest_regex:
driver = redirect
domains = domain.my : alias.domain.my
local_parts = ^(demo-|real-)[a-zA-Z0-9]{2,3}\$
allow_fail
allow_defer
data = [email protected]
add before alias' rule
Re: Catch all email by conditions
photographer, can I ask, why need this? It's company thing? I'm just curious.
-
- Posts: 13
- Joined: Thu Jul 24, 2014 7:43 pm
Re: Catch all email by conditions
Clients pay me for it, I am not asking why he wants it ;)skurudo wrote:photographer, can I ask, why need this? It's company thing? I'm just curious.
Re: Catch all email by conditions
I see: anything you can pay for ;-)photographer wrote:Clients pay me for it, I am not asking why he wants it ;)