Host name resolution in JavaMail
Hi there,
How can one force JavaMail to flush cache of already stored IP addresses for hostnames? What I see in our deployment environment is that if there is a change in the IPs for a mailstore, the change is not picked up by JavaMail. The changes is pushed to all servers and the local lookupd. From the command line if you try to ping the mailserver you will get the updated IP but the JavaMail app still holds on to the previous IP.
Thanks in advance for any tips, suggestions or pointers.

