Connection Timeout (General questions)
Previous message, was sent by mistake.
Yes, we are using Full Threading mode. So SMTP Server has following setting, when starting
WodSMTPServerCom.Threads = ThreadTypes.FullThreads //threading level - 2
WodSMTPServerCom.Security = SmtpSecurityEnum.SecurityRequired;
WodSMTPServerCom.SecureProtocol = SecureProtocols.ProtAll;
WodSMTPServerCom.Timeout = 400; //Added later after getting issue with DATA command.
For Testing , we are also logging user transcripts from the SMTPServer
WodSMTPServerCom.Command += new _IwodSmtpServerComEvents_CommandEventHandler(WodSMTPServerCom_Command); //For Logging.
One more thing, we are running SMTPServer Class on thread.
//Could this be overkill.
SMTPRelayWorker RelayWorker = new SMTPRelayWorker(settings);
Thread othread = new Thread(new ThreadStart(RelayWorker.StartRelayWorker));
othread.Start();
Thanks,
Ajitpal
Complete thread:
- Connection Timeout - ajitpals, 2016-04-08, 17:38
- Connection Timeout - Jasmine, 2016-04-09, 09:01
- Connection Timeout - ajitpals, 2016-04-14, 13:18
- Connection Timeout - Jasmine, 2016-04-14, 13:35
- Connection Timeout - ajitpals, 2016-04-14, 13:53
- Connection Timeout - Jasmine, 2016-04-14, 14:00
- Connection Timeout - ajitpals, 2016-04-14, 14:04
- Connection Timeout - Jasmine, 2016-04-14, 14:06
- Connection Timeout - ajitpals, 2016-04-14, 14:15
- Connection Timeout - Jasmine, 2016-04-14, 15:11
- Connection Timeout - ajitpals, 2016-04-14, 14:15
- Connection Timeout - Jasmine, 2016-04-14, 14:06
- Connection Timeout - ajitpals, 2016-04-14, 14:04
- Connection Timeout - Jasmine, 2016-04-14, 14:00
- Connection Timeout - ajitpals, 2016-04-14, 13:53
- Connection Timeout - Jasmine, 2016-04-14, 13:35
- Connection Timeout - ajitpals, 2016-04-14, 13:18
- Connection Timeout - Jasmine, 2016-04-09, 09:01