mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
37e375e3a6
PR: ports/85250 Submitted by: FURUTATE,Mikihiko<futurebsd@infoseek.to>
9 lines
206 B
Bash
9 lines
206 B
Bash
#!/bin/sh
|
|
|
|
# Using splogger to send the log through syslog.
|
|
# Using qmail-local to deliver messages to Maildir format by default
|
|
|
|
exec env - PATH="QMAIL/bin:$PATH" \
|
|
qmail-start ./Maildir/ \
|
|
splogger qmail
|