> I have <authRequired>true</authRequired> , but noticed when > using a trace, that when trying to send via blat through my > james server, there is no AUTH requested. The log in part is: > > <<<getline<<< 250-AUTH LOGIN PLAIN > <<<getline<<< 250 AUTH=LOGIN PLAIN > >>>putline>>> MAIL FROM: <[EMAIL PROTECTED]> > <<<getline<<< > 250 Sender <[EMAIL PROTECTED]> OK > > I would have expected james to request a valide auth login > and password.. > > Have I missed something?
Yes: the Auth is checked after the "RCPT TO:". Any sender "MAIL FROM:" could send to a local recipient without authentication. The AUTH is only need to RELAY, not to send local mail. Stefano --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
