X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/exim-config/blobdiff_plain/b1d083dd44e29fb51a158787a4b298d9c90bfbd7..31c922203e7c08f64c983044985d31d3470db13f:/config.m4 diff --git a/config.m4 b/config.m4 index 94d3360..ee20d3a 100644 --- a/config.m4 +++ b/config.m4 @@ -24,6 +24,10 @@ ## 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 domanis. +DEFCONF(sysdomains, CONF_master_domain) + ## The smarthost for satellite hosts. DEFCONF(smarthost, mail.distorted.org.uk) @@ -32,6 +36,7 @@ DEFCONF(filter_user, Debian-exim) ## Administrative groups. DEFCONF(admin_groups, root : adm) +DEFCONF(trusted_groups, root : adm) ## Where the spam filter is. DEFCONF(spamd_address, 172.29.199.179) @@ -40,6 +45,9 @@ DEFCONF(spamd_port, 783) ## Default spam limit for incoming mail (multiplied by ten). DEFCONF(spam_max, 50) +## Userv stuff for debugging. +DEFCONF(userv_opts, ) + ## Which interfaces to listen on. Exim checks for the literal string `::0' ## when setting things up: don't use `::', or we'll be tripped up by Linux's ## demented non-`IPV6_V6ONLY' behaviour.