(bsc#1217173) Remove environment variables DKIMPROXY_USER DKIMPROXY_GROUP. These are hardcoded anyway in dkimproxy-tmpfiles. Changing these would only lead to trouble. Now User and Group in dkimproxy-in.service are set to dkim to avoid the mentioned security issue. ExecStart got a '+' to execute it by root rights. OBS-URL: https://build.opensuse.org/package/show/server:mail/dkimproxy?expand=0&rev=40
13 lines
330 B
Plaintext
13 lines
330 B
Plaintext
## Description: Basic configuration of the DKIMProxy
|
|
## Type: string
|
|
## Default: "dkim"
|
|
#
|
|
DKIMPROXY_IN_CFG="/usr/share/dkimproxy/etc/dkimproxy_in.conf"
|
|
|
|
## Description: Basic configuration of the DKIMProxy
|
|
## Type: string
|
|
## Default: "dkim"
|
|
#
|
|
DKIMPROXY_OUT_CFG="/usr/share/dkimproxy/etc/dkimproxy_out.conf"
|
|
|