blob: 256f18aea4eb16c52f8e493caf06342428879f51 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# vim:set syntax=perl:
$CONFIG = {
'homedir' => '/home/pinger/echolot',
'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;
|