From 61d009f18d5886db8b22ae41e04bb41a4ba2fddb Mon Sep 17 00:00:00 2001 From: Quentin Date: Sat, 1 Jun 2019 16:02:49 +0200 Subject: Initial commit --- consul/configuration/email/dkim/keytable | 1 + consul/configuration/email/dkim/signingtable | 2 ++ consul/configuration/email/dkim/smtp.private.sample | 0 consul/configuration/email/dkim/smtp.txt.sample | 0 consul/configuration/email/dkim/trusted | 4 ++++ 5 files changed, 7 insertions(+) create mode 100644 consul/configuration/email/dkim/keytable create mode 100644 consul/configuration/email/dkim/signingtable create mode 100644 consul/configuration/email/dkim/smtp.private.sample create mode 100644 consul/configuration/email/dkim/smtp.txt.sample create mode 100644 consul/configuration/email/dkim/trusted (limited to 'consul/configuration/email/dkim') diff --git a/consul/configuration/email/dkim/keytable b/consul/configuration/email/dkim/keytable new file mode 100644 index 0000000..f4ac7cd --- /dev/null +++ b/consul/configuration/email/dkim/keytable @@ -0,0 +1 @@ +smtp._domainkey.deuxfleurs.fr deuxfleurs.fr:smtp:/etc/dkim/smtp.private diff --git a/consul/configuration/email/dkim/signingtable b/consul/configuration/email/dkim/signingtable new file mode 100644 index 0000000..60d66ff --- /dev/null +++ b/consul/configuration/email/dkim/signingtable @@ -0,0 +1,2 @@ +*@deuxfleurs.fr smtp._domainkey.deuxfleurs.fr +*@dufour.io smtp._domainkey.deuxfleurs.fr diff --git a/consul/configuration/email/dkim/smtp.private.sample b/consul/configuration/email/dkim/smtp.private.sample new file mode 100644 index 0000000..e69de29 diff --git a/consul/configuration/email/dkim/smtp.txt.sample b/consul/configuration/email/dkim/smtp.txt.sample new file mode 100644 index 0000000..e69de29 diff --git a/consul/configuration/email/dkim/trusted b/consul/configuration/email/dkim/trusted new file mode 100644 index 0000000..a01170d --- /dev/null +++ b/consul/configuration/email/dkim/trusted @@ -0,0 +1,4 @@ +127.0.0.1 +localhost +192.168.1.0/24 +172.16.0.0/12 -- cgit v1.2.3