masqmail

diff examples/masqmail.conf @ 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 4cbaf6d6793f
line diff
     1.1 --- a/examples/masqmail.conf	Sun Sep 04 10:23:00 2011 +0200
     1.2 +++ b/examples/masqmail.conf	Sun Sep 04 11:25:38 2011 +0200
     1.3 @@ -6,11 +6,6 @@
     1.4  # CHANGING THIS IS REQUIRED!
     1.5  host_name="striped.patchwork.net"
     1.6  
     1.7 -# Nets considered local, for immediate delivery attempts:
     1.8 -# ALL hosts not included in either local_host or local_nets are
     1.9 -# considered to be 'outside', meaning that messages to them will be queued
    1.10 -#local_nets="*.patchwork.net;blue;striped"
    1.11 -
    1.12  # accept connections on these interfaces:
    1.13  # Change this to something like: "localhost:25;foo:25" if other machines
    1.14  # on your network shall be able to connect to masqmail.
    1.15 @@ -38,14 +33,14 @@
    1.16  #caseless_matching = false
    1.17  
    1.18  
    1.19 -# special routes:
    1.20 +# routes
    1.21 +# CHANGING THIS IS REQUIRED!
    1.22  
    1.23 -# CHANGING THIS IS REQUIRED!
    1.24 +# set up a route for the local net:
    1.25 +#permanent_routes = "/etc/masqmail/localnet.route"
    1.26 +
    1.27  # You can use as many routes (one for each provider) as you like:
    1.28 -#connect_route.example = "/etc/masqmail/example.route"
    1.29 +#query_routes.example = "/etc/masqmail/example.route"
    1.30  
    1.31  # you can also give a list of routes for a single connection:
    1.32 -#connect_route.foobar = "/etc/masqmail/foo.route;/etc/masqmail/bar.route"
    1.33 -
    1.34 -# you can also set routes for the local net:
    1.35 -#local_net_route = "/etc/masqmail/local.route;/etc/masqmail/other_lan.route"
    1.36 +#query_routes.foobar = "/etc/masqmail/foo.route;/etc/masqmail/bar.route"