masqmail

diff admin/config-transition @ 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 55b7bde95d37
children
line diff
     1.1 --- a/admin/config-transition	Sun Sep 04 10:23:00 2011 +0200
     1.2 +++ b/admin/config-transition	Sun Sep 04 11:25:38 2011 +0200
     1.3 @@ -78,6 +78,24 @@
     1.4  Now known as online_query. online_detect=pipe is not needed anymore. \
     1.5  "
     1.6  
     1.7 +check["connect_route\\\\."] = "conf" SUBSEP "Removed in 0.3.4" SUBSEP "\
     1.8 +The option had been already obsolete. Use \`query_routes.' instead.\
     1.9 +"
    1.10 +
    1.11 +check["online_routes\\\\."] = "conf" SUBSEP "Renamed in 0.3.4" SUBSEP "\
    1.12 +Known as \`query_routes.' now.\
    1.13 +"
    1.14 +
    1.15 +check["local_net_route"] = "conf" SUBSEP "Renamed in 0.3.4" SUBSEP "\
    1.16 +Known as \`permanent_routes' now, because that's what they actually are.\
    1.17 +"
    1.18 +
    1.19 +check["local_nets"] = "conf" SUBSEP "Removed in 0.3.4" SUBSEP "\
    1.20 +There is no concept of a \`\`local net'' in masqmail anymore. \
    1.21 +Create a permanent route with \`allowed_recipients' set accordingly. \
    1.22 +See man pages and example configurations for details.\
    1.23 +"
    1.24 +
    1.25  # route files
    1.26  
    1.27  check["pop3_login"] = "route" SUBSEP "Removed in 0.3.0" SUBSEP "\