On Tuesday, October 7, 2003, at 03:29 AM, Jason Kim wrote:
I think I got past the authentication issues I was having, both with
POP3 as well as SMTP -
But it looks like vchkpw needs to be setuid 0, or at least setuid
vpopmail otherwise the setup stuff before the execvp() call to the
next progra
Thanks Michael!
I think I got past the authentication issues I was having, both with
POP3 as well as SMTP -
But it looks like vchkpw needs to be setuid 0, or at least setuid
vpopmail otherwise the setup stuff before the execvp() call to the next
program seems to fail after a really long (as in
> >> exec /usr/local/bin/softlimit -m 200 \
> >> /usr/local/bin/tcpserver -v -R -l "$LOCAL" -x /etc/tcp.smtp.cdb -c
> >> "$MAXSMTPD" \
> >> -u "$QMAILDUID" -g "$NOFILESGID" 0 smtp /usr/local/bin/recordio
\
> >> /var/qmail/bin/qmail-smtpd \
> >> /var/qmail/vpopmail/bin/vchkpw /
Tom Collins wrote:
On Monday, October 6, 2003, at 04:55 PM, Jason Kim wrote:
exec /usr/local/bin/softlimit -m 300 \
/usr/local/bin/tcpserver \
-H -l "$LOCAL" \
-v -x /etc/tcp.pop3.cdb -c "$MAXSMTPD" -R 0 pop3
/usr/local/bin/recordio \
/var/qmail/bin/qmail-popup \
/var/qmail/vpopmail/b
On Monday, October 6, 2003, at 04:55 PM, Jason Kim wrote:
exec /usr/local/bin/softlimit -m 300 \
/usr/local/bin/tcpserver \
-H -l "$LOCAL" \
-v -x /etc/tcp.pop3.cdb -c "$MAXSMTPD" -R 0 pop3
/usr/local/bin/recordio \
/var/qmail/bin/qmail-popup \
/var/qmail/vpopmail/bin/vchkpw /var/qmail/b
Hi.
I am having no end of trouble with getting vpopmail-5.2.1 and the
patched version of qmail-1.0.3 up and running nicely together.
The patches I used for qmail are
"Bill Guenter's famous Qmail QUEUE patch, which will allow us to run
alternate programs as Qmail's queue.
Christopher K. Davis's