blob: 1ac8a1f30e655c59f4e2bc7fc73a9f1373bc94d1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
# $NetBSD: mopherd.conf,v 1.1 2014/12/01 13:58:15 gdt Exp $
#
# minimal mopherd.conf(5) for pkgsrc
#
# Your mailer-daemon needs to know about milter_socket.
workdir_path = "@MOPHER_HOME@"
mopherd_user = "@MOPHER_USER@"
mopherd_group = "@MOPHER_GROUP@"
control_socket = "unix:@MOPHER_HOME@/mopherd-c.sock"
milter_socket = "unix:@MOPHER_HOME@/mopherd-m.sock"
table[state] =
{
driver = "bdb",
path = "state.db"
}
table[greylist] =
{
driver = "bdb",
path = "greylist.db"
}
table[counter_relay] =
{
driver = "bdb",
path = "relay.db"
}
table[counter_penpal] =
{
driver = "bdb",
path = "penpal.db"
}
|