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 wrap: on
line diff
--- a/admin/config-transition	Sun Sep 04 10:23:00 2011 +0200
+++ b/admin/config-transition	Sun Sep 04 11:25:38 2011 +0200
@@ -78,6 +78,24 @@
 Now known as online_query. online_detect=pipe is not needed anymore. \
 "
 
+check["connect_route\\\\."] = "conf" SUBSEP "Removed in 0.3.4" SUBSEP "\
+The option had been already obsolete. Use \`query_routes.' instead.\
+"
+
+check["online_routes\\\\."] = "conf" SUBSEP "Renamed in 0.3.4" SUBSEP "\
+Known as \`query_routes.' now.\
+"
+
+check["local_net_route"] = "conf" SUBSEP "Renamed in 0.3.4" SUBSEP "\
+Known as \`permanent_routes' now, because that's what they actually are.\
+"
+
+check["local_nets"] = "conf" SUBSEP "Removed in 0.3.4" SUBSEP "\
+There is no concept of a \`\`local net'' in masqmail anymore. \
+Create a permanent route with \`allowed_recipients' set accordingly. \
+See man pages and example configurations for details.\
+"
+
 # route files
 
 check["pop3_login"] = "route" SUBSEP "Removed in 0.3.0" SUBSEP "\