38 lines
1.1 KiB
Plaintext
38 lines
1.1 KiB
Plaintext
|
#!/bin/bash
|
||
|
# $Id: courier-imap-4.0.1-gentoo-imapd-ssl.rc,v 1.1 2005/01/05 15:46:55 langthang Exp $
|
||
|
#
|
||
|
# Copyright 1998 - 2000 Double Precision, Inc.
|
||
|
# See COPYING for distribution information.
|
||
|
|
||
|
prefix=/usr
|
||
|
exec_prefix=/usr
|
||
|
bindir=/usr/sbin
|
||
|
libexecdir=/usr/lib/courier-imap
|
||
|
|
||
|
source /etc/courier-imap/imapd
|
||
|
source /etc/courier-imap/imapd-ssl
|
||
|
|
||
|
# the new courier-authlib doesn't usee these settings.
|
||
|
#LIBAUTHMODULES=""
|
||
|
#for f in `echo $AUTHMODULES`
|
||
|
#do
|
||
|
# LIBAUTHMODULES="$LIBAUTHMODULES /usr/lib/courier-imap/authlib/$f"
|
||
|
#done
|
||
|
|
||
|
ulimit -d $IMAP_ULIMITD
|
||
|
export IMAP_TLS=1
|
||
|
eval `sed -n '/^#/d;/=/p' </etc/courier-imap/imapd | \
|
||
|
sed 's/=.*//;s/^/export /;s/$/;/'`
|
||
|
eval `sed -n '/^#/d;/=/p' </etc/courier-imap/imapd-ssl | \
|
||
|
sed 's/=.*//;s/^/export /;s/$/;/'`
|
||
|
|
||
|
eval $PRERUN \
|
||
|
/usr/lib/courier-imap/couriertcpd -address=$SSLADDRESS \
|
||
|
-stderrlogger=/usr/lib/courier-imap/courierlogger \
|
||
|
-stderrloggername=imapd-ssl \
|
||
|
-maxprocs=$MAXDAEMONS -maxperip=$MAXPERIP \
|
||
|
-pid=$SSLPIDFILE $TCPDOPTS \
|
||
|
$SSLPORT $COURIERTLS -server -tcpd \
|
||
|
${exec_prefix}/sbin/imaplogin \
|
||
|
/usr/sbin/courier-imapd ${MAILDIR}
|