diff docs/simple-relay-setup @ 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 9814e75de61c
children e230bcd0f1c6
line wrap: on
line diff
--- a/docs/simple-relay-setup	Sun Apr 24 19:02:09 2011 +0200
+++ b/docs/simple-relay-setup	Sun Apr 24 19:14:38 2011 +0200
@@ -106,8 +106,7 @@
 
 Add this to masqmail.conf:
 
-    online_detect = "pipe"
-    online_pipe = "/bin/echo default"
+    online_query = "/bin/echo default"
 
 Now masqmail will send online mail automatically through the default
 route, each time it does a queue run (every ten minutes).