|
Hello,
I experience difficulties to use the XMLVirtualUserTable maillet. I don't understand the exemple provided in james' config.xml file for I have no documentation about that maillet. I want to forward all James outgoing and incoming emails to the same email address (my own email address).
Here is what is provided in the config.xml file and I don't understand anything:
<mailet match="All" class="XMLVirtualUserTable"> <!- 1:1 mapping -> <mapping>[EMAIL PROTECTED]@mordor</mapping> <!- 1:n mapping -> <mapping>[EMAIL PROTECTED]@isengard;radigast;gandalf</mapping> <!- DSN mapping -> <mapping>[EMAIL PROTECTED]:550 Requested action not taken: no such user here</mapping> <!- regex based mapping -> <mapping>[EMAIL PROTECTED]:(.*)@osgilliath:[EMAIL PROTECTED]</mapping> <!- both standard and regex mapping -> <mapping>[EMAIL PROTECTED]@mordor;regex:ring@(.*):[EMAIL PROTECTED]</mapping> <!- conditional regex mapping example -> <mapping>[EMAIL PROTECTED]:(.*)[EMAIL PROTECTED]:[EMAIL PROTECTED]; regex:(.*)[EMAIL PROTECTED]:[EMAIL PROTECTED] </mapping> </mailet>
Could anyone help me ? |