masqmail
diff 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 |
line diff
1.1 --- a/INSTALL Wed May 30 11:24:33 2012 +0200 1.2 +++ b/INSTALL Wed May 30 11:38:03 2012 +0200 1.3 @@ -55,15 +55,17 @@ 1.4 1.5 --with-logdir=LOGDIR 1.6 sets the directory where masqmail stores its log files. It will be 1.7 -created if it does not exist. Default is /var/log/masqmail/. 1.8 +created on program startup if it does not exist. Default is 1.9 +/var/log/masqmail. 1.10 1.11 --with-spooldir=SPOOLDIR 1.12 sets the directory where masqmail stores its spool files. It will be 1.13 -created if it does not exist. Default is /var/spool/masqmail/. 1.14 +created on program startup if it does not exist. Default is 1.15 +/var/spool/masqmail. 1.16 1.17 --with-confdir=CONFDIR 1.18 sets the default configuration directory to CONFDIR, in case you 1.19 -prefer another location than /etc/masqmail/. 1.20 +prefer another location than /etc/masqmail. 1.21 1.22 --with-piddir=PIDDIR 1.23 sets the directory for the pid file of the daemon. The default and usual