On Mon, 2003-11-24 at 10:14, Dino Ming wrote:

> It look like the auth_smtp bypassed the password when using it.
> 
> I've change the /etc/tcp.smtp to include :
> 
> :allow,SMTPAUTH=""

SMTPAUTH is only one place where qmail-ldap checks if relaying is
allowed. Add the AUTHPREPEND="authenticated:" option as well, then look
in the header of a sent message.
If the authentication was successful, you should see something like
"(authenticated:[EMAIL PROTECTED])" in the header. 
If the authentication failed, you won't see that header, but the mail
could still be relayed, if relaying was allowed in some other place
(qmail/control/...) - or RELAYCLIENT was set.
-- 
Linux - "It is now safe to turn on your computer."

Reply via email to