Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

The 4th edition of the Campaign Community Lens newsletter is out now!

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?

3 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"/>

 

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

Hi @felixsongfei,

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