committing changes in /etc made by "-bash"

Package changes:
This commit is contained in:
2023-05-14 11:40:59 +03:00
parent 9e4b84c951
commit 1286f18d7d
180 changed files with 3950 additions and 116 deletions

View File

@@ -31,7 +31,7 @@
## CONFIGURATION OPTIONS
## Specifies the path to the process ID file.
PidFile /run/opendkim/opendkim.pid
#PidFile /run/opendkim/opendkim.pid
## Selects operating modes. Valid modes are s (sign) and v (verify). Default is v.
## Must be changed to s (sign only) or sv (sign and verify) in order to sign outgoing
@@ -53,7 +53,8 @@ LogWhy yes
UserID opendkim:opendkim
## Create a socket through which your MTA can communicate.
Socket inet:8891@localhost
#Socket inet:8891@localhost
Socket local:/run/opendkim/opendkim.sock
## Required to use local socket with MTAs that access the socket as a non-
## privileged user (e.g. Postfix)