Mirapoint - Workflow

3anan

Member
Our email server is Mirapoint. I am trying to configure the Enterprise server to send the workflow messages to the recipients inbox. My question is the Mirapoint supported by JDE 8.12? And how to pass the user name and password of the email user that the ENT server suppose to use to login to the email server?

below is the JDE.INI Settings:

[JDEMAIL]
Rule1=90|OPT|MAILSERVER=mailserver.alfalak.com
Rule2=100|DEFAULT|[email protected]
Rule3=110|DEFAULT|[email protected]
Rule4=120|DEFAULT|[email protected]
Rule5=130|OPT|MERGELOCAL=1
Rule6=140|OPT|UPDATELOCAL=0


below is the message that I am getting in the workflow log file:

4364/5360 MAIN_THREAD Sun Apr 19 11:11:34.323000 jdesmtp.c1683
connectToSMTPserver : connect failed
sin_family = AF_INET
sin_port = (printed in host byte order) 25
sin_addr = 10.10.10.112
Operating system error : <Invalid argument>

4364/5360 MAIN_THREAD Sun Apr 19 11:11:34.323001 jdesmtp.c1516
Leaving sendMimeMsgOnSMTPImpl with an error return code : <22>

4364/5360 MAIN_THREAD Sun Apr 19 11:11:34.323002 jdemosmtp.c396
SendMediaObjectOnSMTP : Failed in sendMimeMsgOnSMTP

4364/5360 MAIN_THREAD Sun Apr 19 11:11:34.339000 jdemsg.c1317
DoSendMessageSingleWithPref : Failed to send message via TRANSPORT_SMTP

4364/5360 MAIN_THREAD Sun Apr 19 11:11:34.355000 jdemsg.c968
DoSendMessageSingle : DoSendMessageSingleWithPref (1) Failed Address Book Number<2121> Contact Number<0>.

4364/5360 MAIN_THREAD Sun Apr 19 11:11:34.355001 WfAIAMsg.cpp321
WfActInstActionMsg::resume() : executeGroup resulted in messages in error for task WfActInstActionMsg(APPROVAL,13,J49EADCB50143-0000110C-00000007-00000000000000000000FFFF0A0A0A42)

4364/5360 MAIN_THREAD Sun Apr 19 11:11:34.370000 WfProcIst.cpp705
WfProcInst(REQAPPRVL,2,10) - WfActInstActionMsg(APPROVAL,13,J49EADCB50143-0000110C-00000007-00000000000000000000FFFF0A0A0A42) - execute failed
 
hello,
I fix this issue by uninstalling the anti-virus. I was not able to telnet the email server with port 25 it was blocked by the antivirus.

Regards
 
Back
Top