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

Password of the Day for Hotspots

Hello Everyone,

 

So it seems we are facing a new issue. Up to now we haven't experienced any issues with the Password of the day function for Sophos. Currently, we have an SG105 in place at a client. I noticed after awhile that no emails were getting sent. Since then I realized that it, the firewall, will send to any emails such as self-hosted, etc. However, it will not send an email to any Office 365 accounts?!

 

So far we have messed with whitelisting, spam filter, rules, and looked through other settings in Office. We contacted a Sophos rep who didn't seem to know what to exactly do. The most information I could find was when I performed a message trace and received the following

 

"Office 365 received the message that you specified, but couldn't deliver it to the recipient (****.com) due to the following error:

Error: 550 4.3.2 QUEUE.TransportAgent; message deleted by transport agent

A non-delivery report (NDR) message was sent to *sender*. The NDR might provide more details about why the email message wasn't delivered and how to fix the issue."

 

 

I really hope someone can help with this. It would be great to figure this out so we can document it for the future!!

Thanks,

Mike



This thread was automatically locked due to age.
Parents Reply Children
  • Hi Balfson,

    How exactly does one go about telnetting from the utm?

  • What I typed is bolded.

    secure:/root # telnet alt1.gmail-smtp-in.l.google.com 25
    Trying 64.233.190.27...
    Connected to alt1.gmail-smtp-in.l.google.com.
    Escape character is '^]'.
    220 mx.google.com ESMTP d6si62707qkj.34 - gsmtp
    EHLO fw-notify.net
    250-mx.google.com at your service, [54.198.6.73]
    250-SIZE 157286400
    250-8BITMIME
    250-STARTTLS
    250-ENHANCEDSTATUSCODES
    250-PIPELINING
    250-CHUNKING
    250 SMTPUTF8
    MAIL FROM:<do-not-reply@fw-notify.net>
    250 2.1.0 OK d6si62707qkj.34 - gsmtp
    RCPT TO:<recipient@____.com>
    250 2.1.5 OK d6si62707qkj.34 - gsmtp
    QUIT
    221 2.0.0 closing connection d6si62707qkj.34 - gsmtp
    Connection closed by foreign host.

    Cheers- Bob