### -*-m4-*- ### ### Lists of addresses and suchlike for distorted.org.uk Exim configuration ### ### (c) 2012 Mark Wooding ### ###----- Licensing notice --------------------------------------------------- ### ### This program is free software; you can redistribute it and/or modify ### it under the terms of the GNU General Public License as published by ### the Free Software Foundation; either version 2 of the License, or ### (at your option) any later version. ### ### This program is distributed in the hope that it will be useful, ### but WITHOUT ANY WARRANTY; without even the implied warranty of ### MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ### GNU General Public License for more details. ### ### You should have received a copy of the GNU General Public License ### along with this program; if not, write to the Free Software Foundation, ### Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. SECTION(global, lists)m4_dnl ## Definitions for known networks. hostlist localnet = <; \ 127.0.0.0/8 ; ::1 hostlist thishost = <; \ +localnet ; @[] hostlist foreign = <; \ 212.13.198.75 ; 2001:ba8:0:1d9::2:1 ; \ 212.13.198.76 ; 2001:ba8:0:1d9::1:1 hostlist border = <; \ ! +foreign ; \ 62.49.204.144/28 ; 2001:470:1f09:1b98::/64 ; \ 212.13.198.64/28 ; 2001:ba8:0:1d9::/64 hostlist trusted = <; \ +localnet ; +border ; \ 172.29.199.0/24 ; 2001:ba8:1d9::/49 ; 2001:470:9740::/49 hostlist allnets = <; \ +localnet ; +border ; \ 172.29.198.0/23 ; 2001:ba8:1d9::/48 ; 2001:470:9740::/48 ## Domains we're authoritative for. domainlist thishost = @ : @[] : \ ${map {${extract {${extract {1}{.}{$primary_hostname}}} \ { telecaster=tele \ stratocaster=strat }}} \ {$item.$qualify_domain}} domainlist public = +thishost : CONF_sysdomains ## All of the `standard' local parts which ought to be provided by a domain. localpartlist required = postmaster : abuse DIVERT(null) ###----- That's all, folks --------------------------------------------------