2 # Copyright 1999-2017 Gentoo Foundation
3 # Distributed under the terms of the GNU General Public License v2
6 need net courier-authlib
10 . /etc/courier-imap/pop3d
13 if [ ! -e /etc/courier-imap/pop3d ] ; then
14 eerror "You need an /etc/courier-imap/pop3d file to run courier-pop3d"
17 . /etc/courier-imap/pop3d || {
18 eerror "There are syntax errors in /etc/courier-imap/pop3d"
19 eerror "Please correct them before trying to start courier-pop3d"
25 checkconfig || return 1
26 ebegin "Starting courier-pop3d"
27 /usr/bin/env - /usr/GENTOO_LIBDIR/courier-imap/gentoo-pop3d.rc --pidfile ${PIDFILE}
32 ebegin "Stopping courier-pop3d"
33 start-stop-daemon --quiet --stop --pidfile ${PIDFILE}