NetBSD/gnu/dist/postfix/auxiliary/MacOSX/darwin-Postfix/Postfix
2001-03-13 17:45:02 +00:00

14 lines
185 B
Bash

#!/bin/sh
. /etc/rc.common
##
# Start mail server
##
if [ "${MAILSERVER:=-NO-}" = "-YES-" ]; then
ConsoleMessage "Starting Postfix mail services"
/usr/sbin/postfix start
fi