1
Answer

Unable to read / capture emails from Redhat (Linux) system to our POP3 server

Aurosish Mohanty

Aurosish Mohanty

15y
3.1k
1

Hi All,
I am facing some problem while capturing the Email from Redhat (Linux) system. Let me explain the process.
We have a windows service which receives all the Emails to it and process the attachments. We use the "Pop3MailClient"  to create the Email object.
However the problem is now we can not track the Email from a Redhat(linux) system , but the same email if we forwarded from our Microsoft Out look express it works fine.
Please suggest me as soon as possible, what necessary steps I need to take.
Waiting for your valuable reply.
 
Answers (1)
0
Sam Hobbs

Sam Hobbs

NA 28.7k 1.3m 13y
I am sorry that I cannot help any more. I wish I could help. I hope someone else can help you and that they do help.
0
Imtiaz Khan

Imtiaz Khan

NA 12 0 13y
yes ping reply is coming you can see it from screen shot




0
Sam Hobbs

Sam Hobbs

NA 28.7k 1.3m 13y
I am sorry that I cannot help very much but I am surprised that no one else is helping.

Can you ping that server? Do you know how to ping? You can go to a command prompt window and use the ping command with the url as a parameter, as in:

ping localhost

0
Imtiaz Khan

Imtiaz Khan

NA 12 0 13y
Hi thanks for the reply
                               following is try catch error msg and my firewall is already set off.

{System.Net.WebException: Could not establish connection to network.
at System.Net.HttpWebRequest.finishGetResponse()
at System.Net.HttpWebRequest.GetResponse()
at System.Web.Services.Protocols.WebClientProtocol.GetWebResponse()
at System.Web.Services.Protocols.HttpWebClientProtocol.GetWebResponse()
at System.Web.Services.Protocols.SoapHttpClientProtocol.doInvoke()
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke()
at DeviceApplication1.localhost.WebService.HelloWorld()
at DeviceApplication1.Form1.button1_Click()
at System.Windows.Forms.Control.OnClick()
at System.Windows.Forms.Button.OnClick()
at System.Windows.Forms.ButtonBase.WnProc()
at System.Windows.Forms.Control._InternalWnProc()
at Microsoft.AGL.Forms.EVL.EnterMainLoop()
at System.Windows.Forms.Application.Run()
at DeviceApplication1.Program.Main()
}
0
Sam Hobbs

Sam Hobbs

NA 28.7k 1.3m 13y
That is not the complete and accurate error message. Please provide the complete and accurate error message. You can use try/catch to get the complete error message.

Are you sure the firewall is allowing the connection? It might be not allowing it.