19
0
Fork 0

sync avec Debian 9

This commit is contained in:
gcolpart 2018-11-14 23:35:22 +01:00
parent 46f5b73427
commit 5df71c3244
1 changed files with 17 additions and 8 deletions

View File

@ -41,7 +41,8 @@ SigningTable refile:/etc/opendkim/SigningTable
InternalHosts /etc/opendkim/dkim.peers
Mode s
OversignHeaders From
DisableADSP true
#DisableADSP true
Socket inet:8888@localhost
~~~
Le fichier `SigningTable` contient la liste des domaines qui vont générer des signatures DKIM, et les sélecteurs associés.
@ -102,18 +103,26 @@ Et l'on peut enfin démarrer le démon :
# systemctl start opendkim
# opendkim -V | head -4
opendkim: OpenDKIM Filter v2.9.2
Compiled with OpenSSL 1.0.1t 3 May 2016
opendkim: OpenDKIM Filter v2.11.0
Compiled with OpenSSL 1.1.0f 25 May 2017
SMFI_VERSION 0x1000001
libmilter version 1.0.1
# systemctl status opendkim
● opendkim.service - LSB: Start the OpenDKIM service
Loaded: loaded (/etc/init.d/opendkim)
Process: 12832 ExecStop=/etc/init.d/opendkim stop (code=exited, status=0/SUCCESS)
Process: 12837 ExecStart=/etc/init.d/opendkim start (code=exited, status=0/SUCCESS)
● opendkim.service - OpenDKIM DomainKeys Identified Mail (DKIM) Milter
Loaded: loaded (/lib/systemd/system/opendkim.service; enabled; vendor preset: enabled)
Docs: man:opendkim(8)
man:opendkim.conf(5)
man:opendkim-genkey(8)
man:opendkim-genzone(8)
man:opendkim-testadsp(8)
man:opendkim-testkey
http://www.opendkim.org/docs.html
Process: 13917 ExecStart=/usr/sbin/opendkim -x /etc/opendkim.conf (code=exited, status=0/SUCCESS)
Main PID: 13918 (opendkim)
Tasks: 6 (limit: 7372)
CGroup: /system.slice/opendkim.service
└─12842 /usr/sbin/opendkim -x /etc/opendkim.conf -u opendkim -P /var/run/opendkim/opendkim.pid -p inet:8888@localhost
└─13918 /usr/sbin/opendkim -x /etc/opendkim.conf
~~~
## Configuration avec Postfix