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?
Views
Replies
Total Likes
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"/>
Views
Replies
Total Likes
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.
Views
Replies
Total Likes
Hi @felixsongfei,
Did you start the MTA process again after making the changes?
Views
Replies
Total Likes
Hi @felixsongfei,
Was this helpful to resolve your issue or do you still need more help? Do let us know.
Thanks!
Views
Replies
Total Likes
Views
Likes
Replies