Esta conversación ha sido bloqueada debido a la inactividad. Cree una nueva publicación.
Nivel 1
Nivel 2
Iniciar sesión en la comunidad
Iniciar sesión para ver todas las insignias
Esta conversación ha sido bloqueada debido a la inactividad. Cree una nueva publicación.
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?
Vistas
Respuestas
Total de me gusta
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"/>
Vistas
Respuestas
Total de me gusta
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.
Vistas
Respuestas
Total de me gusta
Hi @felixsongfei,
Did you start the MTA process again after making the changes?
Vistas
Respuestas
Total de me gusta
Hi @felixsongfei,
Was this helpful to resolve your issue or do you still need more help? Do let us know.
Thanks!
Vistas
Respuestas
Total de me gusta
Vistas
me gusta
Respuestas
Vistas
me gusta
Respuestas
Vistas
me gusta
Respuestas
Vistas
me gusta
Respuestas