blob: d1ff7ad7bbb2dfc929dacd663f32e82485772f3c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Configuration for /etc/init.d/dkimproxy_in
# The user to run dkimproxy_in as. Defaults to root.
user="dkimproxy"
# The group to run dkimproxy_in as.
#group="$user"
# Location of the configuration file.
#cfgfile="/etc/dkimproxy/dkimproxy_in.conf"
# Additional options to pass to the dkimproxy_in command.
#command_args=""
|