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.
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
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
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]
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
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
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
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.
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
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
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
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
12 matches
Mail list logo