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 set up email alert in Sophos Anti Virus for Mac (Preferences > Messaging)

Hello,

how does the email alert in Sophos Anti Virus Home Edition for Mac work? There are only three fields for Recipient, Outgoing Email Server and Sender.

There is no field for a port or for an authentication? What kind of email server is Sophos expecting. Does it work at all?

Thank you very much.

:1012602


This thread was automatically locked due to age.
Parents
  • Hello robhadi,

    nc as a q&d

    jargon, :smileyhappy: ... nc (the UNIX  netcat incarnation on Mac OSX) as quick and dirty sniffer started from a terminal window, like:

    mkfifo mpipe
    sudo nc -vv -l -p 25 0<mpipe|tee >(nc -vv the.smtp.here 25 1>mpipe) 

    Before you'd set the server to 127.0.0.1 in Preferences, the.smtp.here is the name or address of the server you intend to use (the google server refuses the connection). Then trigger an alert.

    Anyway - I agree that this should be mentioned. A local mail server is one way (but just one) to get notifications from unattended machines - dunno much about Macs and OSX but heard that postfix comes with them.

    There are no home user licensed versions, Sophos sells to businesses only (starting at 3 users). To use the mangement features you'd need Windows and anyhow a mail server willing to forward is still required for the email alerts.

    Christian 

    :1012678
Reply
  • Hello robhadi,

    nc as a q&d

    jargon, :smileyhappy: ... nc (the UNIX  netcat incarnation on Mac OSX) as quick and dirty sniffer started from a terminal window, like:

    mkfifo mpipe
    sudo nc -vv -l -p 25 0<mpipe|tee >(nc -vv the.smtp.here 25 1>mpipe) 

    Before you'd set the server to 127.0.0.1 in Preferences, the.smtp.here is the name or address of the server you intend to use (the google server refuses the connection). Then trigger an alert.

    Anyway - I agree that this should be mentioned. A local mail server is one way (but just one) to get notifications from unattended machines - dunno much about Macs and OSX but heard that postfix comes with them.

    There are no home user licensed versions, Sophos sells to businesses only (starting at 3 users). To use the mangement features you'd need Windows and anyhow a mail server willing to forward is still required for the email alerts.

    Christian 

    :1012678
Children
No Data