mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-04 10:05:00 +02:00
Added folder target, simplified user configuration, few renames... Need to work on tests....
This commit is contained in:
parent
ad5536057a
commit
fc2e2ae591
32 changed files with 66 additions and 176 deletions
2
target/opendkim/TrustedHosts
Normal file
2
target/opendkim/TrustedHosts
Normal file
|
@ -0,0 +1,2 @@
|
|||
127.0.0.1
|
||||
localhost
|
12
target/opendkim/default-opendkim
Normal file
12
target/opendkim/default-opendkim
Normal file
|
@ -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:12345@192.0.2.1" # listen on 192.0.2.1 on port 12345
|
||||
|
||||
SOCKET="inet:12301@localhost"
|
22
target/opendkim/opendkim.conf
Normal file
22
target/opendkim/opendkim.conf
Normal file
|
@ -0,0 +1,22 @@
|
|||
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 refile:/etc/opendkim/KeyTable
|
||||
SigningTable refile:/etc/opendkim/SigningTable
|
||||
|
||||
Mode sv
|
||||
PidFile /var/run/opendkim/opendkim.pid
|
||||
SignatureAlgorithm rsa-sha256
|
||||
|
||||
UserID opendkim:opendkim
|
||||
|
||||
Socket inet:12301@localhost
|
Loading…
Add table
Add a link
Reference in a new issue