my config.xml

  <dnsserver>
     <servers>
         <server>217.71.210.86</server>
         <server>217.71.212.86</server>
     </servers>
<!-- Change autodiscover to false if you would like to turn off autodiscovery -->
     <!-- and set the DNS servers manually in the <servers> section -->
     <autodiscover>true</autodiscover>
     <authoritative>false</authoritative>
  </dnsserver>


my /etc/resolv.conf

search servsystems.net local
nameserver 127.0.0.1
nameserver 217.71.210.86
nameserver 217.71.212.86


Is my configuration correct ?
do i have to had 127.0.0.1 ?

The DNS adress are good because i ask them to the support to check.


Stefano Bagnara a écrit :

You probably misconfigured the DNS.

   <dnsserver>
      <servers>
<!--Enter ip address of your DNS server, one IP address per server -->
         <!-- element. -->
         <!--
          <server>127.0.0.1</server>
         -->
      </servers>

Look in your /etc/resolv.conf and copy your nameserver IPs to James config.xml

Stefano

Thibaut wrote:

Here is the 2 part of the logs
[...]
14/04/06 10:01:54 INFO James.Mailet: RemoteDelivery: Temporary exception delivering mail (Mail1145001711977-1-to-ifrance.com: javax.mail.MessagingException: There are no DNS entries for the hostname ifrance.com. I cannot determine where to send this message. at org.apache.james.transport.mailets.RemoteDelivery.deliver(RemoteDelivery.java:398) at org.apache.james.transport.mailets.RemoteDelivery.run(RemoteDelivery.java:912)
   at java.lang.Thread.run(Thread.java:534)




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to