Willkommen bei WordPress. Dies ist dein erster Beitrag. Bearbeite oder lösche ihn und beginne mit dem Schreiben!
Hallo Welt!
von raredesign | Dez 3, 2019 | Allgemein | 0 Kommentare
Cokiee Shell
Current Path : /etc/rc5.d/ |
Current File : //etc/rc5.d/S03courier-pop-ssl |
#! /bin/sh -e ### BEGIN INIT INFO # Short-Description: Courier POP3-SSL server # Provides: courier-pop-ssl # Required-Start: $remote_fs $syslog # Required-Stop: $remote_fs $syslog # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 ### END INIT INFO prefix="/usr" exec_prefix=${prefix} sysconfdir="/etc/courier" sbindir="${exec_prefix}/sbin" bindir="${exec_prefix}/bin" libexecdir="${prefix}/lib/courier" TCPD=${sbindir}/couriertcpd DAEMONPROG=${sbindir}/pop3d DAEMON=pop3d-ssl PROGRAM="Courier POP3-SSL server" test -f $DAEMONPROG || exit 0 # load LSB functions . /lib/lsb/init-functions if ! [ -x $TCPD ]; then echo "ERR: $TCPD missing" exit 1 fi if ! [ -f ${sysconfdir}/pop3d ]; then echo "ERR: config file missing" exit 1 fi if ! [ -f ${sysconfdir}/pop3d-ssl ]; then echo "ERR: config file missing" exit 1 fi # ensure that maildirpath is set if [ -z "$MAILDIRPATH" ]; then MAILDIRPATH=Maildir fi . ${sysconfdir}/pop3d . ${sysconfdir}/pop3d-ssl if ! [ -x $COURIERTLS ]; then echo "ERR: $COURIERTLS missing" exit 1 fi START=no case "$POP3DSSLSTART" in [yY]*)START=yes;; esac case "$1" in start) if [ "$START" = "yes" ]; then echo -n "Starting $PROGRAM:" /usr/bin/env - PATH="$PATH" SHELL="$SHELL" \ /bin/sh -c " . ${sysconfdir}/pop3d ; \ . ${sysconfdir}/pop3d-ssl ; \ POP3_TLS=1 ; export POP3_TLS ; \ POP3_STARTTLS=NO; export POP3_STARTTLS; \ POP3_TLS_REQUIRED=0; export POP3_TLS_REQUIRED; \ `sed -n '/^#/d;/=/p' <${sysconfdir}/pop3d | \ sed 's/=.*//;s/^/export /;s/$/;/'` `sed -n '/^#/d;/=/p' <${sysconfdir}/pop3d-ssl | \ sed 's/=.*//;s/^/export /;s/$/;/'` PROXY_HOSTNAME=$PROXY_HOSTNAME; \ /usr/sbin/courierlogger -pid=$SSLPIDFILE -start $SSLLOGGEROPTS \ $TCPD -address=$SSLADDRESS \ -maxprocs=$MAXDAEMONS -maxperip=$MAXPERIP \ $TCPDOPTS \ $SSLPORT $COURIERTLS -server -tcpd \ ${libexecdir}/courier/courierpop3login \ ${libexecdir}/courier/courierpop3d $MAILDIRPATH" echo " $DAEMON." fi ;; stop) echo -n "Stopping $PROGRAM:" /usr/sbin/courierlogger -pid=$SSLPIDFILE -stop echo " $DAEMON." ;; restart | force-reload) $0 stop $0 start ;; status) status_of_proc -p $SSLPIDFILE $DAEMON "$PROGRAM" && exit 0 || exit $? ;; *) echo "Usage: $0 {start|stop|restart|force-reload}" >&2 exit 1 ;; esac exit 0
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare