I've tried posting this, but I really need help here.
We use James to process the bounces from email sends. The domain we send
from also needs to manage [EMAIL PROTECTED] emails -- except that we don't
actually monitor emails on the James server -- it just handles
returns/bounces, and processes them.
So -- what we need is a way to forward any email that comes into
[EMAIL PROTECTED] -- to the email that people are monitoring -- we have tried
to configure the Forward Mailet to do this - but it doesn't appear to be
working... what else do we need to do???
This is important for us -- here is the config.xml statements we're
attempting to use:
<mailet match="[EMAIL PROTECTED]" class="Forward">
<forwardto>[EMAIL PROTECTED]</forwardto>
</mailet>
Or is there a location within the config.xml file that this needs to be
placed? Please help.
Thanks,
Kim