Federico Barbieri wrote:
> Damn again! why it's working perfectly on my win2000? I gess is some
> platform dependent code I wrote.
>
> Ok... the Main.java (Loader) set the libpath in AvalonClassLoader to
> "../lib/" to easier load libs like mail.jar etc. The purpose was exactly
> to avoid 1000 char classpath.
> try to take a look at it... maybe we can find the problem.
James worked fine (which means that JavaMail classes were available).
Also, the DNS lib was auto loaded as well. Maybe it's something about
activation.jar and needing to come from the system loader (to register
the transport provider)... I'm not really sure. I'll try to isolate the
problem.
> InetAddress ip = socket.getInetAddress();
I meant access it from the mailet (since I no longer have access to the
socket). If not, I'll probably go through and add a variable and
getter/setter methods to Mail to hold the IP address of the sender (will
default to localhost) and overload sendMail to support getting the
remote IP address from SMTPHandler.
Serge Knystautas
Loki Technologies
http://www.lokitech.com/
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/>
Problems?: [EMAIL PROTECTED]