Wildcards in User Names¶
It is possible to use wild cards for the user name. To use a wild card simply use an '*'. Wild cards can either be the whole name (in which case everything will be matched) or just part of a name.
Some examples are:* | matches everything |
local/* | matches every name from the local domain |
*@local.com | matches all the names with e-mail addresses from local.com |