i have to change something here (cut & paste from http://members.elysium.pl/brush/qmail-smtpd-auth/) ?
#!/bin/sh exec /usr/local/bin/softlimit -m 2000000 \ /usr/local/bin/tcpserver -v -R -H -l 0 0 110 /var/qmail/bin/qmail-popup \ *YOUR.DOMAIN.COM* /home/vpopmail/bin/vchkpw /var/qmail/bin/qmail-pop3d Maildir 2>&1
my 'run' file (now) look like:
#!/bin/sh QMAILDUID=`id -u qmaild` NOFILESGID=`id -g qmaild` MAXSMTPD=`cat /etc/qmail/concurrencyincoming` #QMAILQUEUE="/var/qmail/bin/qmail-scanner-queue.pl" export QMAILQUEUE
exec /usr/local/bin/softlimit -m 9000000 \ /usr/local/bin/tcpserver -v -p -x /etc/tcp.smtp.cdb \ -u $QMAILDUID -g $NOFILESGID 0 smtp rblsmtpd \ /var/qmail/bin/qmail-smtpd router.2T /bin/checkpassword /bin/true 2>&1
but i can send mail with any e-mail address (no user authentication).
thanks signo
[EMAIL PROTECTED] wrote:
Am Mo, 2004-03-22 um 14.30 schrieb Chris Miller:
Does vpopmail come with SMTP AUTH? Is there a compatable patch out
there?
Try this one: qmail-smtpd-auth, http://members.elysium.pl/brush/qmail-smtpd-auth/,
Gruss, Peter.
