A1: The one I downloaded from here, it doesn't have a version on it.
Wget
http://archives.servercove.com/qmail/qmail-smtpd.c

A2: Here is a copy of my smtpd run file:
#!/bin/sh
QMAILDUID=85
NOFILESGID=85
exec /usr/local/bin/softlimit -m 2000000 \
/usr/local/bin/tcpserver \
  -H -l yourhost.yourdomain.com \
  -v -x /etc/tcp.smtp.cdb \
  -c 20 -R -u "" -g "" 0 smtp \
/usr/local/bin/rblsmtpd -b -C \
  -r 'relays.ordb.org:Your message was rejected because the mail server
you use is configured to allow OPEN RELAY - More detailed information
regarding this problem is available from
http://www.ordb.org/lookup/?%IP% - Please forward this error through to
your email server support staff for easy resolution.' \
  -t 5 \
/var/qmail/bin/qmail-smtpd /home/vpopmail/bin/vchkpw /bin/true 2>&1

A3: I use pam-0.75-48 and how do I show you its file mods.

A4: email goes through without a problem instead of prompting for a
password when authentication is not activated.

A5: smptd log shows no unusual activity and does not prompt for
authentication.

-----Original Message-----
From: Erwin Hoffmann [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, March 30, 2004 3:07 AM
To: [EMAIL PROTECTED]
Subject: RE: [vchkpw] SMTP AUTH with vchkpw

HI,

At 23:19 29.03.04 -0500, you wrote:
>I seem to be having a hard time getting smpt auth to work, when ever I
>try to send e-mail without authentication enabled it goes through fine.
>My setup is qmail+vpopmail+mysql+courier-imap+squirrel mail any
>suggestions?

If have to be specific to get a specific answer.

Q1: What SMTP Auth patch are you using for qmail ?
Q2: How do you call qmail-smtpd ?
Q3: What PAM do you use ? show us it's file mods !
Q4: What SMTP responses do you get ? 
Q5: What do the qmail-smtpd logs say ?

regards.
--eh.


>-----Original Message-----
>From: Erwin Hoffmann [mailto:[EMAIL PROTECTED] 
>Sent: Monday, March 29, 2004 8:22 AM
>To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
>Subject: Re: [vchkpw] SMTP AUTH with vchkpw
>
>Hi Jeremy,
>
>
>At 15:10 28.03.04 -0600, Jeremy Kitchen wrote:
>>On Sun, 2004-03-28 at 14:52, Werner Amon wrote:
>>> >
>>> >QMAILDUID=`id -u qmaild`
>>> >
>>> >NOFILESGID=`id -g qmaild`
>>
>>[required post trimming]
>>
>>> >exec /usr/local/bin/softlimit -m 10000000 /usr/local/bin/tcpserver
>-v
>-R -l
>>> >"$LOCAL" -u $QMAILDUID -x /etc/tcp.smtp.cdb -c "$MAXSMTPD" -g
>"$NOFILESGID"
>>> >0 smtp \
>>> >
>>> >    /var/qmail/bin/qmail-smtpd rhost1.zfx.com /bin/checkpassword
>/bin/true
>>> >2>&1
>>
>>> Change QMAILDUID and NOFILESGID from qmaild to vpopmail
>>
>>yes.
>>
>>> and change
>>> /var/qmail/bin/qmail-smtpd rhost1.zfx.com /bin/checkpassword
>/bin/true 2>&1
>>> to
>>> /var/qmail/bin/qmail-smtpd rhost1.zfx.com /home/vpopmail/bin/vchkpw
>/bin/true 2>&1
>
>This might not be true. 
>
>If Chris is using my version of the SMTP Auth patch 
>
>http://www.fehcom.de/qmail/smtpauth.html
>
>the "domain" argument "rhost1.zfx.com" has to be omitted.
>
>regards.
>--eh.
>
>Dr. Erwin Hoffmann | FEHCom | http://www.fehcom.de/
>Wiener Weg 8, 50858 Cologne | T: +49 221 484 4923 | F: ...24
>
>
>
>
>

Dr. Erwin Hoffmann | FEHCom | http://www.fehcom.de/
Wiener Weg 8, 50858 Cologne | T: +49 221 484 4923 | F: ...24



Reply via email to