diff options
Diffstat (limited to 'proc.sh')
| -rw-r--r-- | proc.sh | 7 |
1 files changed, 7 insertions, 0 deletions
| @@ -0,0 +1,7 @@ | |||
| 1 | #!/bin/sh | ||
| 2 | |||
| 3 | # Using splogger to send the log through syslog. | ||
| 4 | # Using procmail to deliver messages to /var/spool/mail/$USER by default. | ||
| 5 | |||
| 6 | exec env - PATH="QMAIL/bin:$PATH" \ | ||
| 7 | qmail-start '|preline procmail' splogger qmail | ||
