Here is mine
Run file.

#!/bin/sh
QMAILDUID=`id -u vpopmail`
NOFILESGID=`id -g vpopmail`
MAXSMTPD=`cat /var/qmail/control/concurrencyincoming`
export QMAILQUEUE=/var/qmail/bin/simscan
export NOP0FCHECK=1
export SIMSCAN_DEBUG=0
#IPADDR="208.53.44.231"
exec /usr/local/bin/softlimit -m 25000000 \
    /usr/local/bin/tcpserver  -v -H -R -l 0 \
    -x /home/vpopmail/etc/tcp.smtp.cdb -c "$MAXSMTPD" \
    -u "$QMAILDUID" -g "$NOFILESGID" 0 25 \
        /usr/local/bin/rblsmtpd \

-b -r "xxxxxxxxx \
        -B -r  "xxxxxxxxxxxx \
        /var/qmail/bin/qmail-smtpd \
    /home/vpopmail/bin/vchkpw /bin/true 2>&1






On 5/5/11 2:05 AM, "OVH" <o...@burejza.com> wrote:

>Hi,
>
>Since few days I try smtp-auth and chkuser  on qmail  1.03.
>I managed to apply the patch manually, when tested sending smtp-auth it
>never authenticate using vpopmail.
>
>In my config I have:
>
>    env - PATH="/var/qmail/bin:/usr/local/bin" CHKUSER_START="DOMAIN" \
>        tcpserver -v -H -R -x /etc/tcp.smtp.cdb -c100 -u508 -g503 0 smtp \
>        /var/qmail/bin/qmail-smtpd /home/vpopmail/bin/vchkpw true 2>&1 \
>        | /usr/local/bin/tai64n \
>        | /usr/local/bin/setuidgid qmaill /usr/local/bin/multilog s500000
>n60 /var/log/qmailsmtp/ &
>
>
>and gives me the test with telnet:
>220 xxxxx.net ESMTP
>ehlo xxxxx.net
>250- xxxxx.net
>250-PIPELINING
>250-STARTTLS
>250-8BITMIME
>250-SIZE 0
>250 AUTH LOGIN PLAIN
>auth login
>334 VXNlcm5hbWU6
>UUUUUUUUUUUUUUU
>334 UGFzc3dvcmQ6
>PPPPPPPPPPPPPPPPPPP
>535 authentication failed (#5.7.1)
>
>You know why it does not work?
>
>
>
>
>
>
>


!DSPAM:4dc2cf0232711860913105!

Reply via email to