After a very long day, I got James 3 installed and almost up and
running. IMAP is working and the database tables were created, etc.
But I can't get anything to work on SMTP. With default log levels, i
got these log entries:
INFO 21:12:13,150 | james.smtpserver | Id='9288089' User='' Connection
established from 99.55.143.34
DEBUG 21:12:13,150 | james.smtpserver | Id='9288089' User='' Unable to
process request
INFO 21:12:13,166 | james.smtpserver | Id='9288089' User='' Connection
closed for 99.55.143.34
I turned on debug level in all of the logs. And it showed an exception
stack dump as well:
java.rmi.ConnectException: Connection refused to host: 64.34.163.186;
nested exception is:
java.net.ConnectException: Connection refused: connect
at
sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:619)
at
sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:216)
at
sun.rmi.transport.tcp.TCPChannel.newConnection(TCPChannel.java:202)
at sun.rmi.server.UnicastRef.newCall(UnicastRef.java:340)
at sun.rmi.registry.RegistryImpl_Stub.list(Unknown Source)
I have reviewed all of my configuration settings. I'm sure I'm doing
something wrong. But this exception message tells me very little other
than it is refused. I'm pretty sure it's not a firewall issue. I can
get through to port 25 as indicated that log entries appear. It fails
when running telnet from my local client as well as running telnet on
the server. And since it appears to be at the TCPIP connection level, I
don't think it has anything to do with SMTP authorization.
I had an earlier post about mixing v2 and v3 instances on the same
server. I am doing that. But v2 is configured to listen only on one IP
address, and v3 is configured to listen on a separate IP address (as far
as I can tell...) v2 is still running fine. I've checked to
configurations of both. But that doesn't mean I didn't miss something.
Can someone explain the problem or give me something else i can look at
that might indicate the problem?
Thanks.
Jerry
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]