Hi Okan,

Simply, i can send a mail from [EMAIL PROTECTED] to [EMAIL PROTECTED]
actually i am not [EMAIL PROTECTED]
In other word I want james to accecpt only authorized mails.


I'm assuming that your server is not set up as an 'open relay' as that would be bad!

What I think is happening is that if I were to try to send email through your server it should challenge me with a password. If I knew the password then the system allows me to send email to anyone and furthermore it doesn't care who I say I am. If you want to stop that happening then you need to set the verifyIdentity tag in your config.xml file: -

  ...
  <smtpserver enabled="true">
     ...
     <handler>
        ...
        <verifyIdentity>true</verifyIdentity>
        ...
     </handler>
  </smtpserver>
  ...

When set to 'true' the verifyIdentity setting will ensure that the Mail From: field matches who I said I was when I gave my password and authenticated.

Regards,
David Legg


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to