Laurent Rouvet wrote:
Hi All,

I know that you don't provide fetchPOP anymore... I'm using it on the 2.3.0 because I was not able to made FetchMail working (java.net.UnknownHostException: unknown host like other people...)

Hi Laurent,
have you seen the Marzio solution to the UnknownHostException problem?
maybe this solve your issue too!

Marzio De Biasi wrote:
> 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.

Sorry but I think fetchpop has not been updated to work with 2.3.0 and I never looked at its sources so I can't help.

Stefano

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to