X-Git-Url: https://git.distorted.org.uk/~mdw/exim-config/blobdiff_plain/11f6fa6e1c39dcc27fb7da0d77ac11589ddf9139..7c43ea06b0694c3a1f50cb1ef17f48271f28b8ce:/config.m4 diff --git a/config.m4 b/config.m4 index e440d28..ada2909 100644 --- a/config.m4 +++ b/config.m4 @@ -25,9 +25,12 @@ DEFCONF(master_domain, distorted.org.uk) ## List of home-system mail domain names. This can be empty if we only -## provide service for special-purpose domanis. +## provide service for special-purpose domains. DEFCONF(sysdomains, CONF_master_domain) +## The magic token for local header names. +DEFCONF(header_token, Distorted) + ## The smarthost for satellite hosts. DEFCONF(smarthost, mail.distorted.org.uk) @@ -70,7 +73,7 @@ DEFCONF(user_suffix_list, +* : -*) DEFCONF(user_extaddr_fixup, ${sg {$local_part_suffix}{^[-+]}{}}) ## Other hosts allowed to relay mail through us. -DEFCONF(relay_clients, +trusted) +DEFCONF(relay_clients, <; +trusted ; 172.29.80.8) ## TLS-related settings. We're assuming GNUTLS here, rather than OpenSSL. ## For local connections we are very strict. For random clients, we try