start script change to support smtp-auth patch

2000-12-15 Thread Eric Walters

I have installed/compiled the smtp-auth patch into my qmail installation,
but I cannot figure out what file to modify to add support for it.  I am
running qmail 1.03 on freebsd.  I tried adding it to
/var/qmail/supervise/qmail-smtpd/run, but it does not seem to take.

Any help would be greatly appreciated,

Eric




RE: start script change to support smtp-auth patch

2000-12-15 Thread Eric Walters

Oh and here is a copy of the run file:
#!/bin/sh
QMAILDUID=`id -u qmaild`
NOFILESGID=`id -g qmaild`
exec /usr/local/bin/softlimit -m 200 \
/usr/local/bin/tcpserver -R -H -l0 -v -p -x /etc/tcp.smtp.cdb \
-u $QMAILDUID -g $NOFILESGID 0 smtp /var/qmail/bin/rblsmtpd
/var/qmail/b
in/qmail-smtpd /bin/checkpassword 21

I did not add the crmd5 piece because I am not sure I need it?

Eric

 -Original Message-
From:   Eric Walters [mailto:[EMAIL PROTECTED]]
Sent:   Friday, December 15, 2000 11:58 AM
To: Qmail (E-mail)
Subject:start script change to support smtp-auth patch

I have installed/compiled the smtp-auth patch into my qmail installation,
but I cannot figure out what file to modify to add support for it.  I am
running qmail 1.03 on freebsd.  I tried adding it to
/var/qmail/supervise/qmail-smtpd/run, but it does not seem to take.

Any help would be greatly appreciated,

Eric