masqmail
diff docs/ppp-setup @ 418:4cbaf6d6793f
Changed the location of the route query file in the docs.
/var/run is for pid files only.
author | markus schnalke <meillo@marmaro.de> |
---|---|
date | Tue, 29 May 2012 21:33:49 +0200 |
parents | f10a56dc7481 |
children |
line diff
1.1 --- a/docs/ppp-setup Wed Feb 29 18:16:50 2012 +0100 1.2 +++ b/docs/ppp-setup Tue May 29 21:33:49 2012 +0200 1.3 @@ -36,13 +36,13 @@ 1.4 man page to mservdetect(1). 1.5 1.6 * otherwise you have to add two commands in your ip-up script: 1.7 - echo "$6" >/var/run/masqmail/masqmail-route 1.8 - chmod 644 /var/run/masqmail/masqmail-route 1.9 - and you have to remove the file /var/run/masqmail/masqmail-route in 1.10 + echo "$6" >/var/tmp/masqmail-route 1.11 + chmod 644 /var/tmp/masqmail-route 1.12 + and you have to remove the file /var/tmp/masqmail-route in 1.13 your ip-down script: 1.14 - rm /var/run/masqmail/masqmail-route 1.15 + rm /var/tmp/masqmail-route 1.16 Then you have to set online_query to 1.17 - /bin/cat /var/run/masqmail/masqmail-route 1.18 + /bin/cat /var/tmp/masqmail-route 1.19 1.20 See the route documentation for more. 1.21