#!/sbin/runscript # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-mail/courier-imap/files/courier-imap-4.0.1-courier-pop3d.rc6,v 1.1 2005/01/05 15:46:55 langthang Exp $ depend() { need net courier-authlib use famd } checkconfig() { if [[ ! -e /etc/courier-imap/pop3d ]] ; then eerror "You need an /etc/courier-imap/pop3d file to run courier-pop3d" return 1 fi if [[ ! -e /etc/courier-imap/pop3d-ssl ]] ; then eerror "You need an /etc/courier-imap/pop3d-ssl file to run courier-pop3d" return 1 fi if ! source /etc/courier-imap/pop3d-ssl ; then eerror "There are syntax errors in /etc/courier-imap/pop3d-ssl" eerror "Please correct them before trying to start pop3d" return 1 fi if ! source /etc/courier-imap/pop3d ; then eerror "There are syntax errors in /etc/courier-imap/pop3d" eerror "Please correct them before trying to start pop3d" return 1 fi } start() { checkconfig || return 1 ebegin "Starting courier-pop3d" export POP3DSTARTTLS="${POP3_STARTTLS}" TLS_PROTOCOL="${TLS_STARTTLS_PROTOCOL}" eval `sed -n '/^#/d;/=/p'