Sorry i was wrong.. the problem was that i was try to pull ot the
domainTable attribute to early.. it must be :
if (serverConf.getAttributeAsBoolean("autodetect") && (!
hostName.equals("localhost"))) {
serverNames.add(hostName.toLowerCase(Locale.US));
}
try {
domainTable = (String)
serverConf.getAttribute("domainTable");
} catch (Exception e) {
domainTable = "";
}
bye
Am Freitag, den 03.03.2006, 07:01 +0100 schrieb Norman Maurer:
> It says relaying denied.. But i think i found the problem.. The problem
> appears when also some servernames are configured in the config.xml +
> using the sql table.
>
> Can someone repruduce the ?
>
>
> Am Donnerstag, den 02.03.2006, 22:33 +0100 schrieb Stefano Bagnara:
> > Norman Maurer wrote:
> > > It builds .. it starts.. No exeptions .. It only not accept emails for
> > > domains which are not specified in the config.xml but specified in the
> > > table.
> >
> > How James reject the message? During the RCPT TO? What is the reject
> > message?
> >
> > Add a few debug lines to isLocalServer in James.java to understand where
> > it does stop.
> >
> > IMHO it should work like 2.2.0 and there's no reason it should not run
> > the same code.
> >
> > Stefano
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> > !EXCUBATOR:2,440764f3297391009010269!
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
> !EXCUBATOR:2,4407dd1f251031820291114!
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]