Esta conversa foi bloqueada devido à inatividade. Crie uma nova publicação.
Nível 1
Nível 2
Faça login na Comunidade
Faça logon para exibir todas as medalhas
Esta conversa foi bloqueada devido à inatividade. Crie uma nova publicação.
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?
Visualizações
respostas
Total de curtidas
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"/>
Visualizações
respostas
Total de curtidas
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.
Visualizações
respostas
Total de curtidas
Hi @felixsongfei,
Did you start the MTA process again after making the changes?
Visualizações
respostas
Total de curtidas
Hi @felixsongfei,
Was this helpful to resolve your issue or do you still need more help? Do let us know.
Thanks!
Visualizações
respostas
Total de curtidas
Visualizações
Curtida
respostas
Visualizações
Curtida
respostas
Visualizações
Curtida
respostas
Visualizações
Curtida
respostas