add imap
git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/linamh@1183 6952d904-891a-0410-993b-d76249ca496b
This commit is contained in:
35
net-mail/courier-imap/files/gentoo-pop3d-ssl-1.7.3-r1.rc
Executable file
35
net-mail/courier-imap/files/gentoo-pop3d-ssl-1.7.3-r1.rc
Executable file
@@ -0,0 +1,35 @@
|
||||
#!/bin/bash
|
||||
# $Id: gentoo-pop3d-ssl-1.7.3-r1.rc,v 1.2 2004/06/26 23:30:58 robbat2 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
|
||||
|
||||
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 $LIBAUTHMODULES \
|
||||
/usr/sbin/courier-pop3d ${MAILDIR}
|
||||
Reference in New Issue
Block a user