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 diff
     1.1 --- a/tests/relay-to-localhost-mta/test.conf.tpl	Sun Sep 04 10:23:00 2011 +0200
     1.2 +++ b/tests/relay-to-localhost-mta/test.conf.tpl	Sun Sep 04 11:25:38 2011 +0200
     1.3 @@ -13,10 +13,10 @@
     1.4  host_name="MASQMAIL-TEST"
     1.5  
     1.6  # we want to deliver through a route named `test' to a local MTA
     1.7 -# thus we do not define any hosts or nets as local
     1.8 -# all mail should go through the `test' route.
     1.9 -online_query = "/bin/cat PWD/online"
    1.10 -online_routes.test = "PWD/test.route"
    1.11 +# thus we do not define any hosts as local. All mail should go through
    1.12 +# the route.
    1.13 +permanent_routes = "PWD/test.route"
    1.14 +
    1.15  
    1.16  # spool files in the current directory
    1.17  spool_dir="PWD"