Greetings,
can someone explain to me why ?
my /var/qmail/supervise/qmail-smtpd/run
...
/var/qmail/bin/qmail-smtpd HOSTNAME \
/home/vpopmail/bin/vchkpw /bin/true 2>&1
...
if the word HOSTNAME there the smtp-auth won't work. it must be blank then the smtp-auth will work. i don't know why.
Regards,
Aimmix
On 1/16/06, Bill Shupp <[EMAIL PROTECTED]> wrote:
> In my tcp.smtp
>
> 127.:allow,RELAYCLIENT=""
>
> xx.xx.xx.xx:allow ,RELAYCLIENT="",RBLSMTPD="",QMAILQUEUE="/var/qmail/bin/simscan"
> :allow,QMAILQUEUE="/var/qmail/bin/simscan"
>
> where xx.xx.xx.xx is my ip address, do i need to remove my ip address
> in order to make smtp-auth work ?
All SMTP-AUTH does is set RELAYCLIENT for the remainder of the SMTP
session. Setting RELAYCLIENT in the rule above does this before the
conversation starts, so SMTP-AUTH is not even needed. If you want
SMTP-AUTH to be useful, don't set a RELAYCLIENT rule.
Regards,
Bill
