blob: 2b63f0ccd5606e91b6837b182b4415ac6caee8f5 (
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',
'separate_rlists' => 0,
'combined_list' => 0,
};
1;
|