Avatar

Level 4

Hi Team,

 

     Based on previous posts we have successfully configured the mta and mtachild based on below settings in config-instance.xml file in local server I have set up in my personal laptop and able to send the sms using extended SMPP connector.

<mta args="-verbose -tracefilter:*" autoStart="true" statServerAddress="localhost">
<child>
<smtp>
<IPAffinity name="default,mid.default,dev.default,test.default">
<!-- For dev instances, if you need a default IP (not recommended), use address="0.0.0.0" -->
<!-- <IP address="" heloHost="" publicId="" weight=""/> -->
<!--<IP address="0.0.0.0" heloHost="localhost.localdomain" publicId="1" weight="1"/>-->
<!--<IP address="192.168.0.1" heloHost="localhost.localdomain" publicId="1" weight="1"/>-->
<IP address="localhost" heloHost="My personal laptop's hostname" publicId="1" weight="1"/>
</IPAffinity>
</smtp>
</child>
</mta>

 

But the same set up is not working in our marketing side QA ACC server.

 

Could someone please help to setup the mtachild module.

 

Note: mta module is running fine but not the mtachild

 

This is an urgent requirement and awaiting for the solution ASAP for the issues we are facing.

 

Thanks