X-Git-Url: https://git.distorted.org.uk/~mdw/exim-config/blobdiff_plain/e8fc783503225c457353b9056477a0c0ed344955..194ffc7d7c769a256e92f9c4a6b21e9a44aea034:/config.m4 diff --git a/config.m4 b/config.m4 index d64ba68..ada2909 100644 --- a/config.m4 +++ b/config.m4 @@ -24,6 +24,13 @@ ## Master domain name. 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 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) @@ -63,11 +70,10 @@ DEFCONF(ca_dir, /etc/ca) ## User address suffix handling. DEFCONF(user_suffix_list, +* : -*) -DEFCONF(user_extaddr_regexp, $acl_c_user([-+@]|\$)) 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