diff options
Diffstat (limited to 'conf/modules.d/spf.conf')
-rw-r--r-- | conf/modules.d/spf.conf | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/conf/modules.d/spf.conf b/conf/modules.d/spf.conf index cf0862909..a09e70d6b 100644 --- a/conf/modules.d/spf.conf +++ b/conf/modules.d/spf.conf @@ -19,9 +19,9 @@ spf { .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" - ]; + #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" + #]; } |