summaryrefslogtreecommitdiff
path: root/pingd.conf
blob: e9a81eb08d7dc22b1431467221a3f194dadc4b30 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# vim:set syntax=perl:

$CONFIG = {
            'homedir'          => '/home/pinger/echolot',
            'sitename'         => 'unconfigured',

            'my_localpart'     => 'pinger',
            'my_domain'        => 'example.com',
	    'operator_address' => 'remop@example.org',

            'Pinger::Mix'      => {
                                    'mix' => '/home/pinger/Mix/mix',
                                    'mixdir' => '/home/pinger/Mix'
                                  },

            'seperate_rlists'  => 0,
            'combined_list'    => 0,
          };