summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpacien2018-09-17 18:38:31 +0200
committerpacien2018-09-17 18:38:31 +0200
commitf1bfd10625ff00e90adcb7ac334bbe221f7da1ab (patch)
treea1c9f6bf8e64297904ac194d8388af1feecaaeea
parent101f07f6e1628f9457f801602c5a95e32fcafbc5 (diff)
downloadexim-f1bfd10625ff00e90adcb7ac334bbe221f7da1ab.tar.gz
Allow routing to local LMTP
-rw-r--r--conf.d/030_routers.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf.d/030_routers.conf b/conf.d/030_routers.conf
index 71352ec..10152ee 100644
--- a/conf.d/030_routers.conf
+++ b/conf.d/030_routers.conf
@@ -174,5 +174,6 @@ localuser:
174 domains = +local_domains 174 domains = +local_domains
175 driver = manualroute 175 driver = manualroute
176 route_data = ${lookup{$domain}lsearch*{LMTPMAP}} 176 route_data = ${lookup{$domain}lsearch*{LMTPMAP}}
177 self = send
177 host_find_failed = ignore 178 host_find_failed = ignore
178 host_all_ignored = defer 179 host_all_ignored = defer