Hi,
I've a James 2.2.1RC1 under Linux which uses FetchMail. No Problem.
But the same configuration (which fetch from the same POP account) into an other network and under Windows, throws the following exception:
23/09/04 02:17:40 WARN fetchmail.blue-brain.net: Message could not be delivered due to an error determining the remote domain. Message ID: <[EMAIL PROTECTED]>. Flags: Seen = true, Delete = false.
23/09/04 02:17:40 DEBUG fetchmail.XXXXX.net: UNDELIVERABLE Message ID: <[EMAIL PROTECTED]>
java.net.UnknownHostException: unknown host
at org.xbill.DNS.Address.lookupHostName(Address.java:106)
at org.xbill.DNS.Address.getByName(Address.java:124)
at org.apache.james.dnsserver.DNSServer.getByName(DNSServer.java:463)
at org.apache.james.fetchmail.MessageProcessor.computeRemoteAddress(MessageProcessor.java:1464)
at org.apache.james.fetchmail.MessageProcessor.updateRemoteAddress(MessageProcessor.java:1552)
at org.apache.james.fetchmail.MessageProcessor.getRemoteAddress(MessageProcessor.java:1497)
at org.apache.james.fetchmail.MessageProcessor.createMail(MessageProcessor.java:629)
at org.apache.james.fetchmail.MessageProcessor.process(MessageProcessor.java:385)
at org.apache.james.fetchmail.FolderProcessor.process(FolderProcessor.java:94)
at org.apache.james.fetchmail.StoreProcessor.process(StoreProcessor.java:83)
at org.apache.james.fetchmail.FetchMail.targetTriggered(FetchMail.java:529)
at org.apache.avalon.cornerstone.blocks.scheduler.DefaultTimeScheduler.doRunEntry(DefaultTimeScheduler.java:240)
at org.apache.avalon.cornerstone.blocks.scheduler.DefaultTimeScheduler.access$000(DefaultTimeScheduler.java:36)
at org.apache.avalon.cornerstone.blocks.scheduler.DefaultTimeScheduler$1.run(DefaultTimeScheduler.java:216)
at org.apache.james.util.thread.ExecutableRunnable.execute(ExecutableRunnable.java:55)
at org.apache.james.util.thread.WorkerThread.run(WorkerThread.java:90)
Is it the "host2.site-host.com" domain that it's trying to lookup? Why? That domain could be private? So It wouldn't be able to resolve it?
Thanks you for help,
Laurent Rouvet.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
