summaryrefslogtreecommitdiff
blob: b8bc20f7cc6f3367dc541565afd1ce7903267f79 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
#!/bin/bash
# $Id: courier-imap-4.0.0-gentoo-pop3d-ssl.rc,v 1.1 2005/01/02 05:24:56 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/pop3d
source /etc/courier-imap/pop3d-ssl

# The new courier-authlib doesn't use these settings.
#LIBAUTHMODULES=""
#for f in `echo $AUTHMODULES`
#do
#	LIBAUTHMODULES="$LIBAUTHMODULES /usr/lib/courier-imap/authlib/$f"
#done

export POP3_TLS=1
eval `sed -n '/^#/d;/=/p' </etc/courier-imap/pop3d | \
	sed 's/=.*//;s/^/export /;s/$/;/'`
eval `sed -n '/^#/d;/=/p' </etc/courier-imap/pop3d-ssl | \
	sed 's/=.*//;s/^/export /;s/$/;/'`

eval $PRERUN \
/usr/lib/courier-imap/couriertcpd -address=$SSLADDRESS \
	-stderrlogger=/usr/lib/courier-imap/courierlogger \
	-stderrloggername=pop3d-ssl \
	-maxprocs=$MAXDAEMONS -maxperip=$MAXPERIP \
	-pid=$SSLPIDFILE $TCPDOPTS \
	$SSLPORT $COURIERTLS -server -tcpd \
	${exec_prefix}/sbin/pop3login \
		/usr/sbin/courier-pop3d ${MAILDIR}