Hi vchkpw,

  currently im running qmail+vpopmail+smtp_auth_patch0.31
  i call all right i think, but there is a problem

  the mailclient sends the auth-infos to the server
  the server sais "no authentiacation method found" by MD5-cram
  authentication and when i take normal Auth and sends with wrong
  passwort, he sais "authentication wrong" - ok, but i can always send
  my email - with, without or with wrong authentication

  qmailversion 1.03
  auth-patch 0.31
  vpopmail 5.2.1

  all is rung ing debian stable 3 and tcpserver

  smtp-RUN file:

exec 2>&1 \
envdir ./env \
sh -c '
    case "$REMOTENAME" in h) H=;; p) H=p;; *) H=H;; esac
    case "$REMOTEINFO" in r) R=;; [0-9]*) R="t$REMOTEINFO";; *) R=R;; esac
    exec \
    envuidgid qmaild \
    softlimit ${DATALIMIT+"-d$DATALIMIT"} \
    /usr/local/bin/tcpserver \
        -vD"$H$R" \
        -l ${LOCALNAME+"-l $LOCALNAME"} \
        ${BACKLOG+"-b$BACKLOG"} \
        ${CONCURRENCY+"-c$CONCURRENCY"} \
        -x /etc/tcp.smtp.cdb \
        -- "${IP-0}" "${PORT-25}" \
    /var/qmail/bin/qmail-smtpd \
    anydomain.com
    /bin/vpopmail/bin/vchkpw \
    /bin/true'

  so, what can i do, that he is only accept emails when the pw is
  the right AND he dont send, when no or a wring auth is given ?

  please help me! - i get stupid! :)

    
  
See you Sven
-- 
E-Mail: [EMAIL PROTECTED]
ICQ-UIN: #51673963


Reply via email to