Mercurial > masqmail
comparison INSTALL @ 425:a19e47ebbb33
Create the spool and log dirs on program startup if missing.
They are not anymore created during installation.
author | markus schnalke <meillo@marmaro.de> |
---|---|
date | Wed, 30 May 2012 11:38:03 +0200 |
parents | bdbedce60247 |
children |
comparison
equal
deleted
inserted
replaced
424:19be3b27df6f | 425:a19e47ebbb33 |
---|---|
53 has to exist before you 'make install'. | 53 has to exist before you 'make install'. |
54 | 54 |
55 | 55 |
56 --with-logdir=LOGDIR | 56 --with-logdir=LOGDIR |
57 sets the directory where masqmail stores its log files. It will be | 57 sets the directory where masqmail stores its log files. It will be |
58 created if it does not exist. Default is /var/log/masqmail/. | 58 created on program startup if it does not exist. Default is |
59 /var/log/masqmail. | |
59 | 60 |
60 --with-spooldir=SPOOLDIR | 61 --with-spooldir=SPOOLDIR |
61 sets the directory where masqmail stores its spool files. It will be | 62 sets the directory where masqmail stores its spool files. It will be |
62 created if it does not exist. Default is /var/spool/masqmail/. | 63 created on program startup if it does not exist. Default is |
64 /var/spool/masqmail. | |
63 | 65 |
64 --with-confdir=CONFDIR | 66 --with-confdir=CONFDIR |
65 sets the default configuration directory to CONFDIR, in case you | 67 sets the default configuration directory to CONFDIR, in case you |
66 prefer another location than /etc/masqmail/. | 68 prefer another location than /etc/masqmail. |
67 | 69 |
68 --with-piddir=PIDDIR | 70 --with-piddir=PIDDIR |
69 sets the directory for the pid file of the daemon. The default and usual | 71 sets the directory for the pid file of the daemon. The default and usual |
70 location is /var/run, but some GNU/Linux distributions have converted | 72 location is /var/run, but some GNU/Linux distributions have converted |
71 to /run. It gets created on program startup if missing. | 73 to /run. It gets created on program startup if missing. |