; Matches on user 100@domain1 in the From user field
[100@domain1]
type=endpoint
;matches on user 100@domain2 in the From user field
[100@domain2]
type=endpoint
;matches on any 100 user that does not have domain1 or domain2 in the From user field.
[100]
type=endpoint
I am testing this, and it works fine.
A couple of questions…
Where can I find the documentation for this?
Can I use wildcards here? for example *.domain.com
If not, is there a way to set multiple domains? Or perhaps aliases.
This is something that few people use, so it hasn’t really seen much documentation. It just went in during the original implementation in case someone wanted it. Wildcards are not supported, but there is a domain alias type[1] which I believe would be like:
[bob.com]
type=domain_alias
domain=joe.com
To alias “bob.com” to “joe.com” though having not touched it in probably 8 years that’s just going by memory.