diff INSTALL @ 422:bdbedce60247

Remove `input' dir in spool dir. Spooled files are in spool dir directly now. There's no more need to have any sub directories in the spool dir at all.
author markus schnalke <meillo@marmaro.de>
date Wed, 30 May 2012 10:27:10 +0200
parents f37384470855
children a19e47ebbb33
line wrap: on
line diff
--- a/INSTALL	Wed May 30 09:38:38 2012 +0200
+++ b/INSTALL	Wed May 30 10:27:10 2012 +0200
@@ -97,7 +97,7 @@
 Check that 'make install' worked correctly. The following command:
 
 	ls -ld /usr/local/sbin/masqmail /etc/masqmail /var/log/masqmail/ \
-	       /var/spool/masqmail/ /var/spool/masqmail/*
+	       /var/spool/masqmail/
 
 should give output similar to
 
@@ -105,7 +105,6 @@
 	drwxr-xr-x 2 root root      4096 May 10 12:34 /etc/masqmail
 	drwxr-xr-x 2 mail mail      4096 May 10 12:34 /var/log/masqmail
 	drwxr-xr-x 5 mail mail      4096 May 10 12:34 /var/spool/masqmail
-	drwxr-xr-x 2 mail mail      4096 May 10 12:34 /var/spool/masqmail/input
 
 Important are the set-user-id bit for /usr/local/sbin/masqmail and
 the ownership of the directories.