On Mon, Jul 10, 2023 at 6:12 PM Benoit TELLIER <btell...@linagora.com>
wrote:

> Hello Marc,
>
> Be also sure to turn off autoDetect* in domainlist.xml :
>
>
>
> <domainlist>
>
>     <autodetect>false</autodetect>
>
>     <autodetectIP>false</autodetectIP>
>
>     <defaultDomain>localhost</defaultDomain>
>
> </domainlist>
>
> Hi Benoit Tellier, and thanks for taking the time to reply and share your
> thoughts. The configuration for <domainlist> in domainlist.xml is set as
> you described it should be. So no changes needed.



>
> Similarily you could share your dnsserver.xml file.
>

Certainly! You will find it attached -     Marc....

>
> Regards,
>
> --
>
>
> Best regards,
>
>
>
> Benoit TELLIER
>
>
>
> General manager of Linagora VIETNAM.
>
> Product owner for Team-Mail product.
>
> Chairman of the Apache James project.
>
>
>
> Mail: btell...@linagora.com
>
> Tel: (0033) 6 77 26 04 58 (WhatsApp, Signal)
>
>
>
>
<?xml version="1.0"?>
<!--
  Licensed to the Apache Software Foundation (ASF) under one   
  or more contributor license agreements.  See the NOTICE file 
  distributed with this work for additional information        
  regarding copyright ownership.  The ASF licenses this file   
  to you under the Apache License, Version 2.0 (the            
  "License"); you may not use this file except in compliance   
  with the License.  You may obtain a copy of the License at   
                                                               
    http://www.apache.org/licenses/LICENSE-2.0                 
                                                               
  Unless required by applicable law or agreed to in writing,   
  software distributed under the License is distributed on an  
  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY       
  KIND, either express or implied.  See the License for the    
  specific language governing permissions and limitations      
  under the License.                                           
 -->
  
<!-- See http://james.apache.org/server/3/config.html for usage -->

<!-- DNS Service Block -->
<!-- -->
<!-- Specifies DNS Server information for use by various components inside -->
<!-- James. -->
<!-- -->
<!-- If autodiscover is true, James will attempt to autodiscover the DNS servers configured on your underlying system.-->
<!-- Currently, this works if the OS has a unix-like /etc/resolv.conf,-->
<!-- or the system is Windows based with ipconfig or winipcfg.-->
<!-- -->
<!-- If no DNS servers are found and you have not specified any below, 127.0.0.1 will be used-->
<!-- If you use autodiscover and add DNS servers manually a combination of all the dns servers will be used  -->
<!--  -->
<!-- Information includes a list of DNS Servers to be used by James.  These are -->
<!-- specified by the server elements, each of which is a child element of the -->
<!-- servers element.  Each server element is the IP address of a single DNS server. -->
<!-- The servers element can have multiple server children. -->
<dnsservice>
   <servers>
       <!-- Enter ip address of your DNS server, one IP address per server -->
       <!-- element. -->
        <server>127.0.0.1</server>       <!-- quasar local dns -->
        <server>192.168.10.100</server>  <!-- quasar local dns -->
        <server>192.168.10.50</server>   <!-- user domains dns -->
        <!-- <server>208.94.148.13</server>        dnsmadeeasy -->
        <!-- <server>8.8.8.8</server>              google public dns -->
    </servers>
   <!-- Change autodiscover to false if you would like to turn off autodiscovery -->
   <!-- and set the DNS servers manually in the<servers>section -->
   <autodiscover>false</autodiscover>
   <authoritative>false</authoritative>

   <!-- Maximum number of entries to maintain in the DNS cache -->
   <maxcachesize>50000</maxcachesize>
      
   <!-- Uncomment this if you want James to try a single server for each -->
   <!-- multihomed mx host. -->
   <!--
   <singleIPperMX>true</singleIPperMX>
    -->
</dnsservice>
---------------------------------------------------------------------
To unsubscribe, e-mail: server-user-unsubscr...@james.apache.org
For additional commands, e-mail: server-user-h...@james.apache.org

Reply via email to