masqmail
diff 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 |
line diff
1.1 --- a/admin/config-transition Sun Apr 24 19:02:09 2011 +0200 1.2 +++ b/admin/config-transition Sun Apr 24 19:14:38 2011 +0200 1.3 @@ -67,6 +67,18 @@ 1.4 It is now called 'caseless_matching' instead. \ 1.5 " 1.6 1.7 +check["online_detect"] = "conf" SUBSEP "Removed in 0.3.2" SUBSEP "\ 1.8 +Destilled to online_query. \ 1.9 +" 1.10 + 1.11 +check["online_file"] = "conf" SUBSEP "Removed in 0.3.2" SUBSEP "\ 1.12 +Use online_query=\"/bin/cat /path/to/file\" instead. \ 1.13 +" 1.14 + 1.15 +check["online_pipe"] = "conf" SUBSEP "Renamed in 0.3.2" SUBSEP "\ 1.16 +Now known as online_query. online_detect=pipe is not needed anymore. \ 1.17 +" 1.18 + 1.19 # route files 1.20 1.21 check["pop3_login"] = "route" SUBSEP "Removed in 0.3.0" SUBSEP "\