2011/3/16 Larry Ruiz <[email protected]> </SNIP>
> here it says "DEBUG 19:42:24,106 | james.smtpserver | ID=1269579719 AUTH > method LOGIN succeeded" > and then "org.apache.james.smtpserver.JamesRcptCmdHandler: 503 [5.7.1 > Incorrect Authentication for Specified Email Address]" > This is because the used username does not match the mail from which was used for the email. You can disable this check in smtpserver.xml by adding: <verifyIdentity>false</verifyIdentity> within the smtpserver block. > > an another question, I dont know if it is related, what is the implication > of not supporting VirtualHosting. > If you return true for virtualhosting then you need to use the "full" emailaddress as user. Otherwise you only use the localpart. > > so I don't know what is wrong with my implementation > > > regards, > Larry Ruiz > Hope it helps, Norman
