This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

sender address verification

hi all

little question:

how does the smtp proxy a sender address verification?
how does it verify if an e-mail address is real or faked?


thanx in advance

eldorado


This thread was automatically locked due to age.

  • ASL ONLINE HELP :

    When you activate the Sender address verification, the "From:" addresses of incoming emails will be checked for consistency. Without the additional Callout function, it will only be checked if the envelope sender address (also known as "return path") has a valid MX or A record in DNS. With the Callout function activated, the proxy connect to the return-path host and issue a RCPT command to see if the sender address is really deliverable. If that is not the case, the proxy will not accept mail coming from that address.
  • hi QVICIO

    o.k. I've read the help. my question was more a technical one. I ask this because of the mail servers wich don't allow an RCPT command check.

    and does asl quarantine this e-mails with no sender address or reject them?

    thanx for answering
    eldorado
  • Sender address verification can be dangerous, lot of false positives.  I forget if it quarantines or not, I think it rejects...
  • Hi.

    We're using callouts. If the sender verify callout fails, the incoming mails are rejected!

    Often, verification fails because of a timeout. Does anyone know how to increase the timeout limit?

    Regards, thtran.
  • I believe this is what is sent:
    Code:
    HELO 
    MAIL FROM:<>
    RCPT TO:
    QUIT