summaryrefslogtreecommitdiff
path: root/pingd.conf
diff options
context:
space:
mode:
Diffstat (limited to 'pingd.conf')
-rw-r--r--pingd.conf24
1 files changed, 24 insertions, 0 deletions
diff --git a/pingd.conf b/pingd.conf
new file mode 100644
index 0000000..5760c57
--- /dev/null
+++ b/pingd.conf
@@ -0,0 +1,24 @@
+<!-- vim:set syn=xml: -->
+
+<perldata>
+ <hash>
+ <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>
+ </hash>
+</perldata>