ports/mail/missey/files/mps.in
2021-04-06 16:31:13 +02:00

23 lines
340 B
Bash

#!/bin/sh
# PROVIDE: mps
# REQUIRE: LOGIN
#
# Add the following line to /etc/rc.conf to enable mps:
# mps_enable (bool): Set to "NO" by default.
# Set it to "YES" to enable Missey POP3 Server.
#
. /etc/rc.subr
name="mps"
rcvar=mps_enable
load_rc_config $name
: ${mps_enable="NO"}
command="%%PREFIX%%/sbin/mps"
run_rc_command "$1"