Variable expansion related cleanup for man pages and sysv init
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
# This is a basic configuration that can easily be adapted to suit a standard
|
||||
# installation. For more advanced options, see dkimpy-milter.conf(5) and/or
|
||||
# /usr/share/doc/dkimpy-milter/examples/opendkim.conf.sample.
|
||||
# installation. For more advanced options, see dkimpy-milter.conf(5).
|
||||
|
||||
# Log to syslog
|
||||
Syslog yes
|
||||
@@ -12,15 +11,13 @@ UMask 007
|
||||
# Sign for example.com with key in /usr/local/etc/dkimkeys/dkim.key using
|
||||
# selector '2007' (e.g. 2007._domainkey.example.com)
|
||||
#Domain example.com
|
||||
#KeyFile /usr/local/etc/mail/dkim.key
|
||||
#KeyFile /usr/local/etc/mail/dkim.key
|
||||
#Selector default
|
||||
|
||||
# Commonly-used options; the commented-out versions show the defaults.
|
||||
#Canonicalization relaxed/simple
|
||||
#Mode sv
|
||||
|
||||
# Socket local:/run/dkimpy-milter/dkimpy-milter.sock
|
||||
#
|
||||
# ## Socket socketspec
|
||||
# ##
|
||||
# ## Names the socket where this filter should listen for milter connections
|
||||
@@ -30,6 +27,8 @@ UMask 007
|
||||
# ## inet:port to listen on all interfaces
|
||||
# ## local:/path/to/socket to listen on a UNIX domain socket
|
||||
#
|
||||
#Socket local:/run/dkimpy-milter/dkimpy-milter.sock
|
||||
#
|
||||
#Socket inet:8892@localhost
|
||||
|
||||
## PidFile filename
|
||||
|
||||
Reference in New Issue
Block a user