cancel
Showing results for 
Search instead for 
Did you mean: 

Sender Mail to File Scenario (Error in channel)

Former Member
0 Kudos

All,

I have configured sender mail to fiel scenario. I am getting error 'exception caught during processing mail message; java.net.ConnectException: Connection timed out' in the sender mail channel.

I am able to send an email using receiver mail adapter to "smtp://smtp-abc.xyz". However when I use the same URL for sender email adapter it gives the above mentioned error.

I have tried both POP and IMAP protocol with "smtp://smtp-abc.xyz". Still getting the same error.

Pls advice.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Vicky,

which transport protocol you are using in sender mail channel?

connection timed out means IMAP4/Pop3 is not activated in the server. pls check with the administrator

Cheers

Hidayat

baskar_gopalakrishnan2
Active Contributor
0 Kudos

You might want to check this link with screenshot for configuring the sender mail adapter.

http://www.riyaz.net/sap/xipi-configuring-the-sender-mail-adapter/90/

I also suspect port might not be opened as Amit mentioned above.

former_member194612
Active Participant
0 Kudos

Hi ,

can you follow the below thread and share the results .

http://help.sap.com/saphelp_nw04/helpdata/en/23/c093409c663228e10000000a1550b0/frameset.htm

Thanks,

Satish

Former Member
0 Kudos

Hello,

There are two things which you can check:

1) Default port for pop3 is 110 and for imap it is 143, so check if these two ports are open or not?

2) Check the URL which you are using in ur sender channel

a) For pop3 URL should be like: pop://host/

and

b) For imap it should be: imap://host/path/MyInBox

Thanks

Amit Srivastava