Mercurial > masqmail
comparison man/masqmail.conf.5 @ 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 | b033fd9b96e4 |
children | f37384470855 |
comparison
equal
deleted
inserted
replaced
417:8fedb93e9b72 | 418:4cbaf6d6793f |
---|---|
468 Simple example: | 468 Simple example: |
469 | 469 |
470 .RS 8 | 470 .RS 8 |
471 .nf | 471 .nf |
472 #!/bin/sh | 472 #!/bin/sh |
473 test \-e /var/run/masqmail/masqmail-route || exit 1 | 473 test \-e /var/tmp/masqmail-route || exit 1 |
474 cat /var/run/masqmail/masqmail-route | 474 cat /var/tmp/masqmail-route |
475 exit 0 | 475 exit 0 |
476 .fi | 476 .fi |
477 .RE | 477 .RE |
478 .IP | 478 .IP |
479 | 479 |