-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathqdkim-conf.sh
28 lines (26 loc) · 1.15 KB
/
qdkim-conf.sh
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
#********************************************************************************
# config file for qmail-sdkim and qmail-vdkim *
# *
# IMPORTANT: use the absolute path for files always! *
#********************************************************************************
# Section 1:
# set dkim tool which creates the signature (DEFAULT: libqdkim)
DKLIB="QMAILHOME/bin/libqdkim"
#
LOGGER="QMAILHOME/bin/splogger"
#********************************************************************************
# Section 2: options for qmail-sdkim (signing) *
#
# set DOSIGN=1 to enable signing
DOSIGN=1
# if qmail-remote was renamed, set the name of the real qmail-remote binary
#
#QMAILREMOTE="QMAILHOME/bin/qmail-remote"
#
#DKSIGN="QMAILHOME/etc/dkimkeys/%/default"
#********************************************************************************
# Section 3: options for qmail-vdkim (verify) *
# set DOVRFY=1 to enable verification
DOVRFY=1
#
#DKQUEUE="QMAILHOME/bin/qmail-queue"