summaryrefslogtreecommitdiff
path: root/pingd.conf
blob: 9eda84885d5347ba9c69f27f9da3cadea3d5ecc1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<!-- vim:set syn=xml: -->

<perldata>
 <hash>
  <item key="homedir">/home/weasel/projects/echolot/devel/echolot</item>
  <item key="storage">
   <hash>
    <item key="backend">File</item>
    <item key="File">
     <hash>
      <item key="basedir">data</item>
     </hash>
    </item>
   </hash>
  </item>
  <item key="addresses_default_ttl">5</item>
  <item key="smarthost">localhost</item>
  <item key="my_localpart">pinger</item>
  <item key="my_domain">marvin.palfrader.org</item>
  <item key="mailindir">mail/IN</item>
  <item key="mailerrordir">mail/ERROR</item>
  <item key="ping_new">1</item>
  <item key="show_new">0</item>
  <item key="pinger_interval">180</item>
  <item key="ping_every_nth_time">10</item>
  <item key="Pinger::Mix">
   <hash>
    <item key="mixdir">/home/weasel/Mix</item>
    <item key="mix">/home/weasel/Mix/mix</item>
   </hash>
  </item>
  <item key="resultdir">results</item>
  <item key="gnupghome">gnupg</item>
  <item key="tmpdir">tmp</item>
  <item key="prospective_addresses_ttl">432000</item> <!-- 5 days -->
  <item key="reliable_auto_add_min">3</item>
  <item key="commands">commands</item>
  <item key="pidfile">pingd.pid</item>
 </hash>
</perldata>