Mercurial > masqmail
comparison examples/masqmail.conf @ 164:5b621742b2e7
removed the mserver feature
i.e. the functionality itself in the code
the `mserver' value of online_detect and `mserver_iface' config options
and the --enable-mserver configure option
All functionality, however, is still available through mservdetect
author | meillo@marmaro.de |
---|---|
date | Thu, 08 Jul 2010 22:01:33 +0200 |
parents | 4fee89792559 |
children | 91f8ee6514f5 |
comparison
equal
deleted
inserted
replaced
163:3914d7cabfbc | 164:5b621742b2e7 |
---|---|
53 # if set, accepted mail will not be delivered immediately but on the next queue run: | 53 # if set, accepted mail will not be delivered immediately but on the next queue run: |
54 do_queue=false | 54 do_queue=false |
55 | 55 |
56 # online detection: | 56 # online detection: |
57 # | 57 # |
58 # for 'mserver' uncomment next 2 lines and optionally change mserver_iface: | |
59 #online_detect = mserver | |
60 #mserver_iface = "localhost:222" | |
61 | |
62 # for 'file' uncomment next 2 lines | 58 # for 'file' uncomment next 2 lines |
63 #online_detect = file | 59 #online_detect = file |
64 #online_file = "/var/run/masqmail/masqmail-route" | 60 #online_file = "/var/run/masqmail/masqmail-route" |
65 | 61 |
66 # | 62 # |