blob: 7b968fa8d6aee4509885bc1a2ff4904ea982f8f6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# vim:set syntax=perl:
# see man pingd.conf(5) for a list of all available configuration options.
$CONFIG = {
'sitename' => 'unconfigured',
'my_localpart' => 'pinger',
'my_domain' => 'example.com',
'operator_address' => 'remop@example.org',
#'mixmaster' => '/home/pinger/Mix/mix',
'seperate_rlists' => 0,
'combined_list' => 0,
};
1;
|