David Jencks wrote:
I've put the james config files in a geronimo-standard location of var/james/config. I changed the ports so the server would start without superuser permissions. So far I just know the server starts without errors: I haven't figure out how to test if it can actually do anything.

You can use telnet at the SMTP port for this.
After the server greets you, type this (out of my head):
HELO localhost
MAIL FROM:<[EMAIL PROTECTED]>
RCPT TO:<[EMAIL PROTECTED]>
DATA
This is a test message body

You end your message with a
<CRLF>.<CRLF>
sequence.

-----------------------------------

Future directions

Currently there is minimal integration between geronimo and JAMES. One really obvious integration point would be to use geroniimo supplied datasources.

There is experimental code for JMS integration. Maybe worth taking a look at.

  Bernd


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

Reply via email to