> I'm not sure how James spots its IP's to auto-add them,

For each server name, it does calls InetAddress.getAllByName(), then calls
getHostAddress() for each InetAddress returned, and adds them.

In the future, we can add support for picking up all local addresses defined
to the NIC(s), but we need JDK 1.4+ for that ability.

James.initialize() has the above code, and a comment outlining that proposed
future change.

        --- Noel


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

Reply via email to