Hi Eric,
I configured my mailet to use something like this below:
************
<mailet match="RecipAndSenderIsNotLocal=mydomain.com"
class="NHINDSecurityAndTrustMailet">
<ConfigURL>http://mysrver:myport/service/ServiceName</ConfigURL<http://localhost:8081/config-service/ConfigurationService%3c/ConfigURL>
>
</mailet>
**********
I am getting a ClassNotFoundException "Caused by:
java.lang.ClassNotFoundException: *
org.apache.james.transport.matchers.RecipAndSenderIsNotLocal*".
I am trying to port the existing configurations from 2.3.2 to 3.0Beta2. I
searched in code for the class RecipAndSenderIsNotLocal and couldn't find
it. Are we not supporting this functionality anymore?
Thanks, Sai