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

UTM 9.2 doesn't send backups by mail

Hello!

Maybe I'm missing something simple but for me it’s very strange... I do not know why, but I don’t receive any more by mail the configuration backup files from our Sophos UTM 9.2 HW appliance.
On eth0 I have defined more Ethernet VLANs interfaces, one of them for our computer network. I have set an IP for this interface. A SMTP relay server exists in the same subnet and is reachable from the firewall.
I set our UTM to send automatically mails with the configuration to my mail account using the SMTP relay server:
    - Management -> Backup/Restore -> Automatic Backups (Options & Send backups by mail)
    - Management -> Notifications -> Advanced (External SMTP server)
I haven’t received any mail.
I even tried to send to myself an existing configuration already backed up
    - Management -> Backup/Restore -> Backup/Restore
with no results.
I was not able to find in the logs of our SMTP relay server any data related to the sent mails mentioned previously.
When I've run on the HW appliance
    - tcpdump -i any -nvv host 
I was not able to see any attempt of the UTM to connect to the SMTP relay server in order to send those mails.
I’ve checked also the UTMs’ firewall live log under
    - Network Protection -> Firewall -> Open live log
but also there was not shown any blocked attempt to send the mails.
Can anybody give me a hint? Thanks a lot in advance.

Best regards,
cicro


This thread was automatically locked due to age.
Parents
  • This had fallen off my radar (PM/email me reminders if I forget again).

    Make sure you have multiple backups off UTM for restoration if anything goes awry.

    Which version are you currently running nd50?  (the full output of "version" might help too)

    Delete your questionable object with "cc del_object REF_dCdsnntvvI"

    Create a good REF_NotNotInfo011 object:

    cc set_object '{"autoname" => 0, "class" => "notification", "data" => { "comment" => "INFO-011", "email" => 1, "id" => "INFO-011", "name" => "INFO-011", "snmp" => 1 }, "hidden" => 0, "lock" => "", "nodel" => "", "ref" => "REF_NotNotInfo011", "type" => "notification"}'


    Verify the object with "cc get_object REF_NotNotInfo011"

    Use "cc snapshot_sendnow" to (hopefully) force the sending of a backup - it will probably be unencrypted.
Reply
  • This had fallen off my radar (PM/email me reminders if I forget again).

    Make sure you have multiple backups off UTM for restoration if anything goes awry.

    Which version are you currently running nd50?  (the full output of "version" might help too)

    Delete your questionable object with "cc del_object REF_dCdsnntvvI"

    Create a good REF_NotNotInfo011 object:

    cc set_object '{"autoname" => 0, "class" => "notification", "data" => { "comment" => "INFO-011", "email" => 1, "id" => "INFO-011", "name" => "INFO-011", "snmp" => 1 }, "hidden" => 0, "lock" => "", "nodel" => "", "ref" => "REF_NotNotInfo011", "type" => "notification"}'


    Verify the object with "cc get_object REF_NotNotInfo011"

    Use "cc snapshot_sendnow" to (hopefully) force the sending of a backup - it will probably be unencrypted.
Children
No Data