|
|
# !/bin/sh
# Using splogger to send the log through syslog.
# Using qmail-local to deliver messages to ~/Maildir by default.
exec env - PATH="/var/qmail/bin PATH"
qmail-start ./Maildir splogger q
其中 splogger qmail 指令是用来将纪录文件纪录于 / 中
但是声明了两个用户,在/home下的两个目录中,只有一个有Maildir文件,另一个没有,为什么? |
|