home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / programs / comms_networking / smsserver / !Server / Log < prev   
Encoding:
Text File  |  1999-01-24  |  608 b   |  34 lines

  1. Starting server initialisation routines...
  2. Server ready
  3. New connection received
  4. No. of connections = 1
  5. Send:220 sms.hsd.dundeecity.sch.uk Service ready
  6.  
  7. Receive:MAIL FROM:<alex@dundeehigh.demon.co.uk>
  8.  
  9. Converted to:MAIL
  10. Send:250 OK
  11.  
  12. Receive:rcpt to:<smsmess@sms.hsd.dundeecity.sv.yk>
  13.  
  14. Converted to:RCPT
  15. Send:250 OK
  16.  
  17. Receive:data
  18.  
  19. Converted to:DATA
  20. Send:354 Enter mail, end with "." on a line by itself
  21.  
  22. Send:250 Message stored OK
  23.  
  24. Receive:
  25.  
  26. Converted to:
  27. Receive:quit
  28.  
  29. Converted to:QUIT
  30. Send:221 sms.hsd.dundeecity.sch.uk Service closing transmission channel
  31.  
  32. Socket closed
  33. No. of connections = 0
  34.