Expand my Community achievements bar.

Announcing the launch of new sub-community for Campaign Web UI to cater specifically to the needs of Campaign Web UI users!

MTA configration

Avatar

Level 4

I tried to start the MTA process in Adobe Campaign Classic.

 

config-<instance>.xml file was set as below:

<mta autoStart="true" statServerAddress="127.0.0.1">
<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="0.0.0.0" heloHost="127.0.0.1" publicId="1" weight="100"/>
</IPAffinity>
</smtp>
</child>
</mta>

 

When I tried to start the mta:

 

C:\Windows\system32>nlserver start mta@AccServer
19:01:49 > Application server for Adobe Campaign Classic (7.3.2 build 9356@0347232 of 2022-11-10)
19:01:49 > Launching task 'mta@AccServer' ('nlserver mta -tracefile:mta@AccServer -instance:AccServer -detach -tracefilter:nlmta') in a new process
19:01:50 > Application server for Adobe Campaign Classic (7.3.2 build 9356@0347232 of 2022-11-10)
19:01:50 > Starting main MTA (pid=5748, tid=5780)...
19:01:50 >>> SRV-810012 No name has been given in configuration for local domain (parameter 'localDomain'). (iRc=16384)
19:01:50 > MTA-740023 'MTA' initialized with EFS mode: '0'
19:01:50 > MTA-740027 'MTA' initialized with Inbound Momentum mode: '0'
19:01:50 > Stopping main MTA (pid=5748, tid=5780)...

C:\Windows\system32>

 what is the reason of the issue?

4 Replies

Avatar

Community Advisor

Hello @felixsongfei 

 

Edit the serverConf.xml file and search for this code and make updates like this.

 

<dnsConfig localDomain="localhost" nameServers="0.0.0.0" retry="4" timeout="5000"/>

 


     Manoj
     Find me on LinkedIn

Avatar

Level 4

Hi Manoj,

 

Thank you for your reply. But after I modified dnsConfig like below

 

<dnsConfig localDomain="localhost" nameServers="0.0.0.0" retry="4" timeout="5000"/>

 

I still have the same error.

Avatar

Employee Advisor

Hi @felixsongfei,

Did you start the MTA process again after making the changes?

Avatar

Administrator

Hi @felixsongfei,

Was this helpful to resolve your issue or do you still need more help? Do let us know.

Thanks!



Sukrity Wadhwa