masqmail

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 diff
     1.1 --- a/INSTALL	Wed May 30 09:38:38 2012 +0200
     1.2 +++ b/INSTALL	Wed May 30 10:27:10 2012 +0200
     1.3 @@ -97,7 +97,7 @@
     1.4  Check that 'make install' worked correctly. The following command:
     1.5  
     1.6  	ls -ld /usr/local/sbin/masqmail /etc/masqmail /var/log/masqmail/ \
     1.7 -	       /var/spool/masqmail/ /var/spool/masqmail/*
     1.8 +	       /var/spool/masqmail/
     1.9  
    1.10  should give output similar to
    1.11  
    1.12 @@ -105,7 +105,6 @@
    1.13  	drwxr-xr-x 2 root root      4096 May 10 12:34 /etc/masqmail
    1.14  	drwxr-xr-x 2 mail mail      4096 May 10 12:34 /var/log/masqmail
    1.15  	drwxr-xr-x 5 mail mail      4096 May 10 12:34 /var/spool/masqmail
    1.16 -	drwxr-xr-x 2 mail mail      4096 May 10 12:34 /var/spool/masqmail/input
    1.17  
    1.18  Important are the set-user-id bit for /usr/local/sbin/masqmail and
    1.19  the ownership of the directories.