Ok, well, I don't know why it worked but it did:

thufir@dur:~/apache-james-3.0-beta4$ telnet localhost 25
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
220 dur.bounceme.net JAMES SMTP Server Server (JAMES SMTP Server ) ready
ehlo test
250-dur.bounceme.net Hello test [127.0.0.1])
250-PIPELINING
250-ENHANCEDSTATUSCODES
250 8BITMIME
mail from:<thufir@localhost>
250 2.1.0 Sender <thufir@localhost> OK
rcpt to:<thufir@localhost>
250 2.1.5 Recipient <thufir@localhost> OK
data
354 Ok Send data ending with <CRLF>.<CRLF>
subject:test

this is a test.
.
250 2.6.0 Message received
quit
221 2.0.0 dur.bounceme.net Service closing transmission channel
Connection closed by foreign host.
thufir@dur:~/apache-james-3.0-beta4$




What I'm not clear on is which change, exactly, in smtpserver-template.conf allowed james to work. It doesn't work with localhost out of the box?




thanks,

Thufir



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to