summaryrefslogtreecommitdiff
path: root/conf.d/040_transports.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf.d/040_transports.conf')
-rw-r--r--conf.d/040_transports.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf.d/040_transports.conf b/conf.d/040_transports.conf
index af605d5..ec5c0ab 100644
--- a/conf.d/040_transports.conf
+++ b/conf.d/040_transports.conf
@@ -20,7 +20,7 @@ remote_smtp:
20 driver = smtp 20 driver = smtp
21 message_size_limit = ${if > {$max_received_linelength}{998} {1}{0}} 21 message_size_limit = ${if > {$max_received_linelength}{998} {1}{0}}
22 dkim_domain = $sender_address_domain 22 dkim_domain = $sender_address_domain
23 dkim_selector = SHORT_HOSTNAME 23 dkim_selector = $primary_hostname
24 dkim_private_key = DKIMDIR/$dkim_selector._domainkey.$dkim_domain.pem 24 dkim_private_key = DKIMDIR/$dkim_selector._domainkey.$dkim_domain.pem
25 dkim_canon = relaxed 25 dkim_canon = relaxed
26 dkim_strict = yes 26 dkim_strict = yes