wow full path worked :-) Thanks a bunch Eric.
On Tue, Mar 20, 2012 at 3:21 PM, Eric Charles <[email protected]> wrote: > Hi Sai, > > You need to define the full class name such as > org.nhindirect.gateway.smtp.**james.matcher.**RecipAndSenderIsNotLocal > org.nhindirect.gateway.smtp.**james.mailet.**NHINDSecurityAndTrustMailet > > Thx, > Eric > > > > On 20/03/12 18:51, Saibabu Vallurupalli wrote: > >> Hi Eric, >> >> I configured my mailet to use something like this below: >> >> ************ >> >> <mailet match="**RecipAndSenderIsNotLocal=mydom**ain.com<http://mydomain.com> >> " >> >> class="**NHINDSecurityAndTrustMailet"> >> >> <ConfigURL>http://mysrver:**myport/service/ServiceName</** >> ConfigURL<http://localhost:**8081/config-service/** >> ConfigurationService%3c/**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 >> >> > -- > eric | http://about.echarles.net | @echarles > > ------------------------------**------------------------------**--------- > To unsubscribe, e-mail: > server-dev-unsubscribe@james.**apache.org<[email protected]> > For additional commands, e-mail: > [email protected].**org<[email protected]> > >
