> Can anyone help me with how to implement "Catch-ALL"
> like SendMail in James.

I do it using JDBCVirtualUserTable, but you could also use a regex matcher,
or the basic HostIs matcher, e.g.,

  <mailet match="HostIs=mydomain.tld" class="Forward">
     <forwardto> [EMAIL PROTECTED] </forwardto>
  </mailet>

Hope that helps.

        --- Noel


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to