Mercurial > masqmail
comparison 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 |
comparison
equal
deleted
inserted
replaced
421:f37384470855 | 422:bdbedce60247 |
---|---|
95 ------------------------- | 95 ------------------------- |
96 | 96 |
97 Check that 'make install' worked correctly. The following command: | 97 Check that 'make install' worked correctly. The following command: |
98 | 98 |
99 ls -ld /usr/local/sbin/masqmail /etc/masqmail /var/log/masqmail/ \ | 99 ls -ld /usr/local/sbin/masqmail /etc/masqmail /var/log/masqmail/ \ |
100 /var/spool/masqmail/ /var/spool/masqmail/* | 100 /var/spool/masqmail/ |
101 | 101 |
102 should give output similar to | 102 should give output similar to |
103 | 103 |
104 -rwsr-xr-x 1 root root 399356 May 10 12:34 /usr/local/sbin/masqmail | 104 -rwsr-xr-x 1 root root 399356 May 10 12:34 /usr/local/sbin/masqmail |
105 drwxr-xr-x 2 root root 4096 May 10 12:34 /etc/masqmail | 105 drwxr-xr-x 2 root root 4096 May 10 12:34 /etc/masqmail |
106 drwxr-xr-x 2 mail mail 4096 May 10 12:34 /var/log/masqmail | 106 drwxr-xr-x 2 mail mail 4096 May 10 12:34 /var/log/masqmail |
107 drwxr-xr-x 5 mail mail 4096 May 10 12:34 /var/spool/masqmail | 107 drwxr-xr-x 5 mail mail 4096 May 10 12:34 /var/spool/masqmail |
108 drwxr-xr-x 2 mail mail 4096 May 10 12:34 /var/spool/masqmail/input | |
109 | 108 |
110 Important are the set-user-id bit for /usr/local/sbin/masqmail and | 109 Important are the set-user-id bit for /usr/local/sbin/masqmail and |
111 the ownership of the directories. | 110 the ownership of the directories. |
112 | 111 |
113 | 112 |