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
  • Hi Ulrich,

    Provide me sometime to get you an update on this matter.

    Thanks

  • 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

Reply
  • 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

Children