From 319898b7f6496aeaf38b14f7b3a54147a3dfb75c Mon Sep 17 00:00:00 2001 From: "root@culturestrings" Date: Sat, 29 Aug 2020 00:27:13 +0000 Subject: opendkim: added the submission service (strict sign or reject). --- public/fs/etc/systemd/system/submission.service | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 public/fs/etc/systemd/system/submission.service (limited to 'public/fs/etc/systemd/system/submission.service') diff --git a/public/fs/etc/systemd/system/submission.service b/public/fs/etc/systemd/system/submission.service new file mode 100644 index 0000000..130a091 --- /dev/null +++ b/public/fs/etc/systemd/system/submission.service @@ -0,0 +1,14 @@ +[Unit] +Description=DomainKeys Identified Mail (DKIM) Submission Port Milter +Documentation=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 +After=local-fs.target network.target syslog.target + +[Service] +Type=simple +PIDFile=/var/run/opendkim/submission.pid +ExecStart=/usr/sbin/opendkim -f -x /etc/opendkim/submission.conf +ExecReload=/bin/kill -USR1 $MAINPID +NonBlocking=yes + +[Install] +WantedBy=multi-user.target -- cgit v1.2.3