comparison admin/config-transition @ 310:f10a56dc7481

reworked online_detect to the simpler online_query Only pipe is supported now. Use online_query="/bin/cat /path/to/file" instead of online_detect=file online_file=/path/to/file and online_query="/path/to/some/script foo" instead of online_detect=pipe online_pipe="/path/to/some/script foo" See man page masqmail.conf(5) and admin/config-transition.
author meillo@marmaro.de
date Sun, 24 Apr 2011 19:14:38 +0200
parents e758296de02d
children e230bcd0f1c6
comparison
equal deleted inserted replaced
309:273f6c9eb6a2 310:f10a56dc7481
63 Use a dedicated POP3 client, e.g. fetchmail, instead. \ 63 Use a dedicated POP3 client, e.g. fetchmail, instead. \
64 " 64 "
65 65
66 check["alias_local_caseless"] = "conf" SUBSEP "Renamed in 0.3.1" SUBSEP "\ 66 check["alias_local_caseless"] = "conf" SUBSEP "Renamed in 0.3.1" SUBSEP "\
67 It is now called 'caseless_matching' instead. \ 67 It is now called 'caseless_matching' instead. \
68 "
69
70 check["online_detect"] = "conf" SUBSEP "Removed in 0.3.2" SUBSEP "\
71 Destilled to online_query. \
72 "
73
74 check["online_file"] = "conf" SUBSEP "Removed in 0.3.2" SUBSEP "\
75 Use online_query=\"/bin/cat /path/to/file\" instead. \
76 "
77
78 check["online_pipe"] = "conf" SUBSEP "Renamed in 0.3.2" SUBSEP "\
79 Now known as online_query. online_detect=pipe is not needed anymore. \
68 " 80 "
69 81
70 # route files 82 # route files
71 83
72 check["pop3_login"] = "route" SUBSEP "Removed in 0.3.0" SUBSEP "\ 84 check["pop3_login"] = "route" SUBSEP "Removed in 0.3.0" SUBSEP "\