Somewhere in the config.xml there is something similar:
<mailet match="RemoteAddrNotInNetwork=127.0.0.1" class="ToProcessor">
[...]
Try adding the IP address of your server to that network check, or if
you enabled authRequired and use SMTP AUTH then you could even remove
that check at all.
Stefano
Sharma, Ashutosh wrote:
I am trying to forward the emails with a particular subject to another
email address which is outside of our domain.
Making these changes in config.xml
<mailet match="SubjectStartsWith=Undeliverable Mail" class="Forward">
<forwardTo>[EMAIL PROTECTED]</forwardTo>
<passThrough>FALSE</passThrough>
</mailet>
Everytime the email goes to
C:\james-2.3.0\apps\james\var\mail\relay-denied
How to work with this stuff? Any idea?
My other rules like(deleting an out of office autoreply )works fine.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]