Mercurial > masqmail
comparison examples/masqmail.conf @ 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 | 08932c629849 |
comparison
equal
deleted
inserted
replaced
309:273f6c9eb6a2 | 310:f10a56dc7481 |
---|---|
21 | 21 |
22 | 22 |
23 # online detection: | 23 # online detection: |
24 # | 24 # |
25 # for 'file' uncomment next 2 lines | 25 # for 'file' uncomment next 2 lines |
26 #online_detect = file | 26 #online_query = "/bin/cat /var/run/masqmail/masqmail-route" |
27 #online_file = "/var/run/masqmail/masqmail-route" | |
28 | 27 |
29 | 28 |
30 # example for local delivery to an mda: | 29 # example for local delivery to an mda: |
31 # | 30 # |
32 #mbox_default=mda | 31 #mbox_default=mda |