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

calout issue?

If i read this correctly the astaro is supposed to check with the mail server if a user account exists.  I have two non-existant accounts that get spammed heavily.  When the system sends the quarantine report it of course is tracking the non-existent mailboxes so i get bounces form the mail server because the firewall is keeping a quarantine for these no existent mailboxes.  Shouldn't clalout prevent this since the mail server is going to reject mail form these non-existent mailboxes?


This thread was automatically locked due to age.
Parents
  • Hi All,

    Just an FYI for anyone that comes across this in the future, the option to verify recipient with callout does the following (simplified):

    1. receive the message on the ASG
    2. make a connection to the mail server and begin the SMTP transaction
    3. upon sending the SMTP "RCPT TO" command, check the status
    4. if 250 (ok) proceed with transmission, else quarantine/drop

    The best way to test for this is to telnet to your mail server from the ASG (via 
    ssh) and run the following:

    telnet mail.server.ip-or-name 25
    HELO any.full.hostname
    MAIL FROM: postmaster@some.domain.com
    RCPT TO: bad-name@your.domain.com

    If the response code is 250 for that command, then the mail server needs to be 
    configured to deny the message.
Reply
  • Hi All,

    Just an FYI for anyone that comes across this in the future, the option to verify recipient with callout does the following (simplified):

    1. receive the message on the ASG
    2. make a connection to the mail server and begin the SMTP transaction
    3. upon sending the SMTP "RCPT TO" command, check the status
    4. if 250 (ok) proceed with transmission, else quarantine/drop

    The best way to test for this is to telnet to your mail server from the ASG (via 
    ssh) and run the following:

    telnet mail.server.ip-or-name 25
    HELO any.full.hostname
    MAIL FROM: postmaster@some.domain.com
    RCPT TO: bad-name@your.domain.com

    If the response code is 250 for that command, then the mail server needs to be 
    configured to deny the message.
Children
No Data