Uhm,
I solved the problem in a dirty way:
protected String computeRemoteAddress()
throws MessagingException, UnknownHostException
{
...
...
if (address.equalsIgnoreCase("localhost")) return "127.0.0.1";
validatedAddress =
org.apache.james.dnsserver.DNSServer.getByName(address).getHostAddress();
return validatedAddress;
}
and rebuild james.
Bye,
Marzio
At 11.12 09/01/2006 +0100, you wrote:
Marzio De Biasi wrote:
> pop3.tmn.it exists, and I tried with:
>
> <remotereceivedheader index="0" reject="false"
> leaveonserver="true" markseen="false"/>
>
> But It doesn't work !!!
>
> I tried to disable the remotereceveheader:
>
> <remotereceivedheader index="-1" reject="false"
> leaveonserver="true" markseen="false"/>
>
> But it doesn't work !!!
Maybe you're in front of this bug:
http://issues.apache.org/jira/browse/JAMES-345
or this one:
http://issues.apache.org/jira/browse/JAMES-300
This has been fixed long ago but no new releases have been done since 2.2.0
PS: the patches for JAMES-345/JAMES-300 have been applied fixing
JAMES-302 ( http://issues.apache.org/jira/browse/JAMES-302 )
This email and any files transmitted with it are confidential and intended
solely for the use of the individual or entity to whom they are addressed. If
you have received this email in error please notify the system manager. This
message contains confidential information and is intended only for the
individual named. If you are not the named addressee you should not
disseminate, distribute or copy this e-mail.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]