Mercurial > masqmail
diff tests/relay-to-localhost-mta/test.conf.tpl @ 354:08932c629849
reworked the route concept; removed the idea of the localnet
Renamed to reflect the actual meaning more clearly:
s/online_routes/query_routes/g
s/local_net_route/permanent_routes/g
Removed local_nets, which are now represented by allowed_recipients
in a permanent route. (See. examples/localnet.route)
There is no more abiguity between `local' and `local net'.
Run admin/config-transition on your config to learn how to update it.
author | markus schnalke <meillo@marmaro.de> |
---|---|
date | Sun, 04 Sep 2011 11:25:38 +0200 |
parents | f10a56dc7481 |
children | 196dfb2a3056 |
line wrap: on
line diff
--- a/tests/relay-to-localhost-mta/test.conf.tpl Sun Sep 04 10:23:00 2011 +0200 +++ b/tests/relay-to-localhost-mta/test.conf.tpl Sun Sep 04 11:25:38 2011 +0200 @@ -13,10 +13,10 @@ host_name="MASQMAIL-TEST" # we want to deliver through a route named `test' to a local MTA -# thus we do not define any hosts or nets as local -# all mail should go through the `test' route. -online_query = "/bin/cat PWD/online" -online_routes.test = "PWD/test.route" +# thus we do not define any hosts as local. All mail should go through +# the route. +permanent_routes = "PWD/test.route" + # spool files in the current directory spool_dir="PWD"