POSTEd... however.. why would it work with other virtural domains and not
this one ? when the other
virtual domains are working ??? It's just the default one from Courier-imap
! /bin/sh
# $Id: pop3d.rc.in,v 1.5 2001/07/30 00:02:32 mrsam Exp $
#
# Copyright 1998 - 2000 Double Precision, Inc.
# See COPYING for distribution information.
prefix=/usr/lib/courier-imap
exec_prefix=/usr/lib/courier-imap
bindir=${exec_prefix}/bin
libexecdir=/usr/lib/courier-imap/libexec
. ${prefix}/etc/pop3d-ssl
. ${prefix}/etc/pop3d
case $1 in
start)
LIBAUTHMODULES=""
for f in `echo $AUTHMODULES`
do
LIBAUTHMODULES="$LIBAUTHMODULES
/usr/lib/courier-imap/libexec/authlib/$f"
done
if test -x ${libexecdir}/authlib/authdaemond
then
/usr/bin/env - ${libexecdir}/authlib/authdaemond start
fi
/usr/bin/env - /bin/sh -c " . ${prefix}/etc/pop3d ; \
. ${prefix}/etc/pop3d-ssl ; \
POP3_STARTTLS=$POP3DSTARTTLS ; export POP3_STARTTLS ; \
TLS_PROTOCOL=$TLS_STARTTLS_PROTOCOL ; \
`sed -n '/^#/d;/=/p' <${prefix}/etc/pop3d | \
sed 's/=.*//;s/^/export /;s/$/;/'`
`sed -n '/^#/d;/=/p' <${prefix}/etc/pop3d-ssl | \
sed 's/=.*//;s/^/export /;s/$/;/'`
/usr/lib/courier-imap/libexec/couriertcpd -address=$ADDRESS \
-stderrlogger=/usr/lib/courier-imap/libexec/logger \
-stderrloggername=pop3d \
-maxprocs=$MAXDAEMONS -maxperip=$MAXPERIP \
-pid=$PIDFILE $TCPDOPTS \
$PORT ${exec_prefix}/sbin/pop3login $LIBAUTHMODULES \
${exec_prefix}/bin/pop3d Maildir"
;;
stop)
/usr/lib/courier-imap/libexec/couriertcpd -pid=$PIDFILE -stop
if test -x ${libexecdir}/authlib/authdaemond
then
${libexecdir}/authlib/authdaemond stop
fi
;;
esac
exit 0
At 09:17 AM 12/7/2001 -0600, you wrote:
> > -----Original Message-----
> > From: Dave Lewis [mailto:[EMAIL PROTECTED]]
> > Sent: Friday, December 07, 2001 9:06 AM
> > To: Recipient list suppressed
> > Subject: Qmail moving Local to Virtual with vpopmail ???
> >
> >
>[snip]
> >
> > I can't receive mail.. mail doesn't seem to bounce.. it just disappears.
> > I can logg in and check mail but nothing is there.. nothing get's written
> > to the dirs either..
> > all this time the other domains are functioning fine..
> > This is really fustrating.. since I've seen the ease of virtual domains
> > this remaining local domain
> > is a real pain.
> >
>[snip]
> >
>
>Please post your init script for pop3. It's more than likely not calling
>vchkpw so it is checking the wrong dir for mail.
>Dallas