Re: Regarding BUG 24885: RemoteDelivery only tries one of multiple A record

2003-12-10 Thread Soeren Hilmer
On Monday 08 December 2003 18:10, Noel J. Bergman wrote: > Søren Hilmer wrote: > > rawDNSLookup needs to be called twice. I am adding a > > DNSServer.findARecords method to do it > > Why not use InetAddress.getAllByName(String host)? It will get all of the > IP addresses associated with the host.

[PATCH] Bug# 22610 - List matchers and mailets

2003-12-10 Thread James B. Brown
Hello, I've attached a patch I've been experimenting with which attempts to scan for available mailets (adding matchers will hopefully be trivial if this works ok). Most of the patched files were modified to expose the classloaders to the remote manager. The scanning code currently resides in

Re: Regarding BUG 24885: RemoteDelivery only tries one of multiple A record

2003-12-10 Thread Soeren Hilmer
On Tuesday 09 December 2003 19:48, Richard O. Hammer wrote: > Søren Hilmer wrote: > > ... I am adding a > > DNSServer.findARecords method to do it (basically a copy/paste of > > findMXRecords). > > I find this very interesting, and I am working on code to deal with > it. But I don't want to ste

RE: [PATCH] Bug# 22610 - List matchers and mailets

2003-12-10 Thread Steve Brewin
James B. Brown wrote: > > I've attached a patch... It didn't make it through! Please zip it up and try again. -- Steve - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [PATCH] Bug# 22610 - List matchers and mailets

2003-12-10 Thread James B. Brown
Patch _should be_ zipped and attached. Thanks, James B. On Wednesday, December 10, 2003, at 08:21AM, James B. Brown <[EMAIL PROTECTED]> wrote: >Hello, > >I've attached a patch I've been experimenting with which attempts to scan for >available mailets (adding matchers will hopefully be trivial

Re: [PATCH] Bug# 22610 - List matchers and mailets

2003-12-10 Thread James B. Brown
Patch _should be_ attached (not zipped - if zip resend did not work). Thanks, James B. On Wednesday, December 10, 2003, at 08:21AM, James B. Brown <[EMAIL PROTECTED]> wrote: >Hello, > >I've attached a patch I've been experimenting with which attempts to scan for >available mailets (adding mat

[PATCH] Expose Additional Services to JMX Server

2003-12-10 Thread Steve Short
Title: [PATCH] Expose Additional Services to JMX Server Attached is a patch to branch_2_1_fcs to expose additional services to the JMX Server. - the ZIP file contains james-jmx-patch.diff which is a cvs diff -u from the james-server directory. - the ZIP file contains additional interface

RE: Regarding BUG 24885: RemoteDelivery only tries one of multiple A record

2003-12-10 Thread Noel J. Bergman
Søren Hilmer wrote: > Noel J. Bergman wrote: > > Søren Hilmer wrote: > > > rawDNSLookup needs to be called twice. I am adding a > > > DNSServer.findARecords method to do it > > > > Why not use InetAddress.getAllByName(String host)? It will get all of the > > IP addresses associated with the host.

[PATCH]

2003-12-10 Thread Marco Tedone
Please find attached a very short patch for one of the programs composing the rmi remote manager. The class declaration had a ';' before the interfaces implementation declaration, which caused a compilation error. The problem has now been fixed in the attached file. Marco

James architecture

2003-12-10 Thread Marco Tedone
Hi, I would like to try add some rmi remote manager elements in the actual james configuration file and to write just a simple class that gets those values and print them out. The reason is to obtain the following goal: to be able to write and implement in the James distribution a class that reads

Re: Regarding BUG 24885: RemoteDelivery only tries one of multiple A record

2003-12-10 Thread Richard O. Hammer
Below you may find code which I have developed and tested to deal with this issue. This solution has a new little type to wrap the data needed in RemoteDelivery. It carries a String hostName and an array of InetAddress. import java.net.InetAddress; import org.xbill.DNS.ARecord; import org.xbil

RE: [PATCH] Bug# 22610 - List matchers and mailets

2003-12-10 Thread James B. Brown
I'm not sure why the zipped patch attachments don't appear to be making it through intact... I'm giving it another try using a different MUA... any suggestions are welcome if the attachment doesn't show up this time... Thanks, James B. Attachment: classLoaderScan.zip Description: Zip archi