~ubuntu-branches/ubuntu/precise/zonecheck/precise

« back to all changes in this revision

Viewing changes to etc/zonecheck/zc.conf

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Delafond
  • Date: 2009-10-10 11:40:59 UTC
  • mto: This revision was merged to the branch mainline in revision 6.
  • Revision ID: james.westby@ubuntu.com-20091010114059-tnpi531yvdr5329q
Tags: upstream-2.0.4+cvs20081105
ImportĀ upstreamĀ versionĀ 2.0.4+cvs20081105

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?xml version='1.0' encoding='UTF-8'?>
2
2
<!DOCTYPE config PUBLIC "-//ZoneCheck//DTD Config V1.0//EN" "config.dtd">
3
3
<config>
4
 
<!-- $Id: zc.conf,v 1.16 2004/02/13 13:03:47 sdalu Exp $ -->
 
4
<!-- $Id: zc.conf,v 1.18 2004/12/02 09:16:08 bortzmeyer Exp $ -->
5
5
 
6
6
  <!-- [ Preset configurations ]                                      -->
7
7
  <!--                                                                -->
65
65
  <const name="soa:retry:min"   value="900"/>
66
66
  <const name="soa:retry:max"   value="86400"/>
67
67
 
 
68
  <!-- Allowed serial drift for SOA                                   -->
 
69
  <!--  . A drift of the serial number can be allowed between         -->
 
70
  <!--    the master and its slaves, to try avoiding reporting errors -->
 
71
  <!--    due to the zone transfert being done                        -->
 
72
  <!--  . If the serial follow rfc1912 recommandation and use the     -->
 
73
  <!--    YYYYMMDDnn format the soa:serial:drift_days will be applied -->
 
74
  <!--    otherwise the soa:serial:drift_ticks                        -->
 
75
  <!--  Value must be >= 0 (use carefully)                            -->
 
76
  <const name="soa:serial:drift_days"  value="200"/>
 
77
  <const name="soa:serial:drift_ticks" value="100"/>
 
78
 
 
79
  <!-- SMTP testing                                                   -->
 
80
  <!-- The following timeout value (in seconds) can be specified      -->
 
81
  <!--  . open: time allowed to TCP for establishing the connection   -->
 
82
  <!--  . session: time allowed for the whole session                 -->
 
83
  <!--     (note: time required for establishing the TCP session      -->
 
84
  <!--      is not taken into account)                                -->
 
85
  <const name="smtp:open:timeout"    value="10"/>
 
86
  <const name="smtp:session:timeout" value="40"/>
68
87
 
69
88
  <!-- [ Mapping ]                                                    -->
70
89
  <!--                                                                -->