aboutsummaryrefslogtreecommitdiffstats
path: root/conf/modules.d/spf.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/modules.d/spf.conf')
-rw-r--r--conf/modules.d/spf.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/conf/modules.d/spf.conf b/conf/modules.d/spf.conf
index 5dddecf97..cf0862909 100644
--- a/conf/modules.d/spf.conf
+++ b/conf/modules.d/spf.conf
@@ -18,4 +18,10 @@ spf {
.include(try=true,priority=5) "${DBDIR}/dynamic/spf.conf"
.include(try=true,priority=1,duplicate=merge) "$LOCAL_CONFDIR/local.d/spf.conf"
.include(try=true,priority=10) "$LOCAL_CONFDIR/override.d/spf.conf"
+
+ external_relay = [
+ "$LOCAL_CONFDIR/local.d/maps.d/external_relay_ip.inc.local",
+ "${DBDIR}/surbl-external_relay_ip.inc.local",
+ "fallback+file://${CONFDIR}/maps.d/external_relay_ip.inc"
+ ];
}