Dear Wiki user,

You have subscribed to a wiki page or wiki category on "James Wiki" for change 
notification.

The following page has been changed by MorganJones:
http://wiki.apache.org/james/JamesQuickstart

The comment on the change is:
send mail to your test user

------------------------------------------------------------------------------
  #
  }}}
  
+  1. Send mail to your test user{{{
+ # telnet localhost 25
+ Trying 127.0.0.1...
+ Connected to localhost.
+ Escape character is '^]'.
+ 220 hostname SMTP Server (JAMES SMTP Server 2.2.0) ready Mon, 20 Feb 2006 
14:31:33 -0500 (EST)
+ ehlo yourEmailAddressDomain.com
+ 250 hostname Hello yourEmailAddressDomain.com (hostname [127.0.0.1])
+ mail from: <[EMAIL PROTECTED]>
+ 250 Sender <[EMAIL PROTECTED]> OK
+ rcpt to: <[EMAIL PROTECTED]>
+ 250 Recipient <[EMAIL PROTECTED]> OK
+ data
+ 354 Ok Send data ending with <CRLF>.<CRLF>
+ subject: test to testuser at JAMESServersConfigSetting.com
+ 
+ test
+ 
+ .
+ 250 Message received
+ quit
+ 221 hostname Service closing transmission channel
+ Connection closed by foreign host.
+ #
+ }}}
+ 
  '''TOWRITE:''' How to test James is working for you. (use an external mail 
account to send a message to and from.  need to create a local account too, 
maybe add a local IP address to use as the sender).
  
  

Reply via email to