Click here to Skip to main content
15,918,268 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Help with ListView Pin
Michael P Butler23-Nov-02 6:51
Michael P Butler23-Nov-02 6:51 
GeneralRe: Help with ListView Pin
Steven M Hunt23-Nov-02 10:09
Steven M Hunt23-Nov-02 10:09 
GeneralRe: Help with ListView Pin
User 665823-Nov-02 11:19
User 665823-Nov-02 11:19 
GeneralRe: Help with ListView Pin
Steven M Hunt25-Nov-02 6:57
Steven M Hunt25-Nov-02 6:57 
GeneralRe: Help with ListView Pin
User 665825-Nov-02 9:47
User 665825-Nov-02 9:47 
GeneralDetecting an SMTP server Pin
David Wulff23-Nov-02 5:13
David Wulff23-Nov-02 5:13 
GeneralRe: Detecting an SMTP server Pin
Anders Molin23-Nov-02 5:24
professionalAnders Molin23-Nov-02 5:24 
GeneralRe: Detecting an SMTP server Pin
Rohit  Sinha23-Nov-02 10:03
Rohit  Sinha23-Nov-02 10:03 
If the port 25 is open, you can telnet into it and send the command HELO <<yourmachinename>>(for SMTP) or EHLO <<yourmachinename>>(for ESMTP), if you get a response back starting with 250, you can be sure it is running an (E)SMTP server. Normally when you connect, the mail server itself sends you a welcome string telling you about it. Don't forget to send a QUIT after you are done though. If you are not telnetting on port 25, you can write a socket program that connects to port 25 on the other machine and does the same thing.

Simple isn't it? If it's an SMTP server, it must be able to speak SMTP, so that's the way you can test it.


  Regards,

  Rohit Sinha

GeneralRe: Detecting an SMTP server Pin
Scott H. Settlemier23-Nov-02 10:59
Scott H. Settlemier23-Nov-02 10:59 
GeneralNeed help with CComboBox control. Pin
doubleplay0923-Nov-02 4:58
doubleplay0923-Nov-02 4:58 
Generaltoo many items in treeview Pin
Peter Molnar23-Nov-02 4:33
Peter Molnar23-Nov-02 4:33 
GeneralRe: too many items in treeview Pin
pnpfriend23-Nov-02 9:23
pnpfriend23-Nov-02 9:23 
GeneralRe: too many items in treeview Pin
Peter Molnar23-Nov-02 12:47
Peter Molnar23-Nov-02 12:47 
QuestionHow/Can I create an array of controls? Pin
VanHlebar23-Nov-02 3:45
VanHlebar23-Nov-02 3:45 
AnswerRe: How/Can I create an array of controls? Pin
Peter Molnar23-Nov-02 4:42
Peter Molnar23-Nov-02 4:42 
GeneralRe: How/Can I create an array of controls? Pin
VanHlebar23-Nov-02 6:11
VanHlebar23-Nov-02 6:11 
GeneralRe: How/Can I create an array of controls? Pin
Paul M Watt23-Nov-02 6:44
mentorPaul M Watt23-Nov-02 6:44 
GeneralRe: How/Can I create an array of controls? Pin
georgiek5023-Nov-02 6:44
georgiek5023-Nov-02 6:44 
GeneralRe: How/Can I create an array of controls? Pin
Peter Molnar23-Nov-02 7:02
Peter Molnar23-Nov-02 7:02 
Generalms word automation Pin
pnpfriend23-Nov-02 3:28
pnpfriend23-Nov-02 3:28 
QuestionHow to control a threads CPU utilization? Pin
mediamaster4023-Nov-02 3:16
mediamaster4023-Nov-02 3:16 
AnswerRe: How to control a threads CPU utilization? Pin
mediamaster4025-Nov-02 3:11
mediamaster4025-Nov-02 3:11 
GeneralCListCtrl - Selection Problem Pin
#realJSOP23-Nov-02 0:54
professional#realJSOP23-Nov-02 0:54 
GeneralRe: CListCtrl - Selection Problem Pin
Gary R. Wheeler23-Nov-02 1:50
Gary R. Wheeler23-Nov-02 1:50 
GeneralRe: CListCtrl - Selection Problem Pin
#realJSOP23-Nov-02 3:22
professional#realJSOP23-Nov-02 3:22 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.