Guest User!

You are not Sophos Staff.

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

How to see wich RBL rejects wich email

Is there any way to see wich remote blacklist rejects wich email?



This thread was automatically locked due to age.
Parents Reply Children
  • Hi Sachin & Ulrich,

    At the moment, the only way to see this is to do a Tail -F on the log file in the device advanced console which can be found by SSH-ing to the XG, then using options 5 and option 3. Once in advanced shell you can run the following command:

    • If using the email filtering in legacy mode: tail -f /log/awarrensmtp.log
    • If using the email filtering in MTA mode: tail -f /log/awarrenmta.log

    The tail command will output the last 10 lines form the file then will output any new lines to the screen as they are written in.

    If you want to download the whole log, then it gets bit funky if you want to know.

    Emile

  • Thanks for the message, however, these RBL files contain no RBL information.

    My question was: How can I determine which RBL blocks which email?

  • Hi Ulrich,

    Debug logs show that information. 

    Take SSH to XG and go to option 5. > 3. Advance Shell.

    Execute command, service awarrensmtp:debug -ds nosync

    Now capture log lines from the awarrensmtp.log.

    NOTE: Turn off the debug executing the same command again.

    Thanks

  • Yes, in the debug-mode is displayed which RBL provides which result.

    It would be very helpful if this could also be seen in the reports or the log viewer.