-
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d885cac
commit dbadbdf
Showing
2 changed files
with
35 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Command-line options specified here will override the contents of | ||
# /etc/opendkim.conf. See opendkim(8) for a complete list of options. | ||
#DAEMON_OPTS="" | ||
# | ||
# Uncomment to specify an alternate socket | ||
# Note that setting this will override any Socket value in opendkim.conf | ||
#SOCKET="local:/var/run/opendkim/opendkim.sock" # default | ||
#SOCKET="inet:54321" # listen on all interfaces on port 54321 | ||
#SOCKET="inet:12345@localhost" # listen on loopback on port 12345 | ||
#SOCKET="inet:[email protected]" # listen on 192.0.2.1 on port 12345 | ||
|
||
SOCKET="inet:8891@localhost" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
AutoRestart Yes | ||
AutoRestartRate 10/1h | ||
UMask 002 | ||
Syslog yes | ||
SyslogSuccess Yes | ||
LogWhy Yes | ||
RemoveOldSignatures Yes | ||
|
||
Canonicalization relaxed/simple | ||
|
||
ExternalIgnoreList refile:/etc/opendkim/TrustedHosts | ||
InternalHosts refile:/etc/opendkim/TrustedHosts | ||
KeyTable /etc/opendkim/KeyTable | ||
SigningTable refile:/etc/opendkim/SigningTable | ||
|
||
Mode sv | ||
PidFile /var/run/opendkim/opendkim.pid | ||
SignatureAlgorithm rsa-sha256 | ||
|
||
UserID opendkim:opendkim | ||
|
||
Socket inet:8891@localhost | ||
OmitHeaders Message-ID, Date, Return-Path, Bounces-To, Received, Comments, Keywords, Bcc, Resent-Bcc, List-ID, List-Unsubscribe, DKIM-Signature<Paste> |