I'm following the "Life with qmail" doc and I notice that they have in "/etc/group":
Code: Select all
qmail:*:2107:
nofiles:*:2108:
I show:
nofiles:x:200:
qmail:x:201:
Code: Select all
alias:*:7790:2108::/var/qmail/alias:/bin/true
qmaild:*:7791:2108::/var/qmail:/bin/true
qmaill:*:7792:2108::/var/qmail:/bin/true
qmailp:*:7793:2108::/var/qmail:/bin/true
qmailq:*:7794:2107::/var/qmail:/bin/true
qmailr:*:7795:2107::/var/qmail:/bin/true
qmails:*:7796:2107::/var/qmail:/bin/true
I show:
alias:x:200:200::/var/qmail/alias:/bin/false
qmaild:x:201:200::/var/qmail:/bin/false
qmaill:x:202:200::/var/qmail:/bin/false
qmailp:x:203:200::/var/qmail:/bin/false
qmailq:x:204:201::/var/qmail:/bin/false
qmailr:x:205:201::/var/qmail:/bin/false
qmails:x:206:201::/var/qmail:/bin/false
The other differences I see here are LWQ doc has "*" (astrixs) and I have "x"'s. What is the significance between the two?
LWQ doc shows thier "users" with "/bin"reading "/true" and all of mine are "/false". Do I need to change this to "true" and what exactly is the diff between "true" and "false"?
Is the following needed?
Code: Select all
####
Section 2.8.2.2
(LWQ) states:
Then set up the log directories:
mkdir -p /var/log/qmail/smtpd
chown qmaill /var/log/qmail /var/log/qmail/smtpd
####
When I look in /var/log/qmail I don't see "smtpd" there.......... I see:
####
root@fusion qmail # ls -la
total 8
drwxr-xr-x 7 qmaill root 208 Mar 8 16:50 .
drwxr-xr-x 6 root root 4216 Mar 9 03:00 ..
drwxr-xr-x 2 qmaill root 72 Mar 8 22:33 qmail-pop3d
drwxr-xr-x 2 qmaill root 72 Mar 8 22:33 qmail-qmqpd
drwxr-xr-x 2 qmaill root 72 Mar 8 22:33 qmail-qmtpd
drwxr-xr-x 2 qmaill root 72 Mar 8 22:33 qmail-send
drwxr-xr-x 2 qmaill root 72 Mar 8 22:33 qmail-smtpd
####
Thanks,

