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
  • Hello !

    I have the same Problem with our Firewall, the automatic backup doesn't work.
    We use the Firmware version 9.206-35.

    The confd.log shows:

    2014:09:15-09:04:49 utm-firewall confd[19300]: I Snapshot::snapshot_get:272() => id="310x" severity="info" sys="System" sub="confd" name="snapshot downloaded" user="admin" srcip="192.168.0.103" facility="webadmin" client="webadmin.plx" call="snapshot_sendnow"

    I checked the notification Status and activate the email notification:

    [
              {
                'autoname' => 0,
                'class' => 'notification',
                'data' => {
                            'comment' => 'INFO-011',
                            'email' => 1,
                            'id' => 'INFO-011',
                            'name' => 'INFO-011',
                            'snmp' => 1
                          },
                'hidden' => 0,
                'lock' => '',
                'nodel' => '',
                'ref' => 'REF_CXREdUCcPQ',
                'type' => 'notification'
              }
    ]

    Is this normal that the 'ref' Line is REF_CXREdUCcPQ and not REF_NotNotInfo011 ?

    I have access to another UTM with the same Firmware version, this firewall sends backups:

    [
              {
                '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'
              }
    ]

    Could be the Information in the ref-line the Problem and can i change the value ?
    Is there something else i can try ?

    Thanks in advance,

    thowi99
Reply
  • Hello !

    I have the same Problem with our Firewall, the automatic backup doesn't work.
    We use the Firmware version 9.206-35.

    The confd.log shows:

    2014:09:15-09:04:49 utm-firewall confd[19300]: I Snapshot::snapshot_get:272() => id="310x" severity="info" sys="System" sub="confd" name="snapshot downloaded" user="admin" srcip="192.168.0.103" facility="webadmin" client="webadmin.plx" call="snapshot_sendnow"

    I checked the notification Status and activate the email notification:

    [
              {
                'autoname' => 0,
                'class' => 'notification',
                'data' => {
                            'comment' => 'INFO-011',
                            'email' => 1,
                            'id' => 'INFO-011',
                            'name' => 'INFO-011',
                            'snmp' => 1
                          },
                'hidden' => 0,
                'lock' => '',
                'nodel' => '',
                'ref' => 'REF_CXREdUCcPQ',
                'type' => 'notification'
              }
    ]

    Is this normal that the 'ref' Line is REF_CXREdUCcPQ and not REF_NotNotInfo011 ?

    I have access to another UTM with the same Firmware version, this firewall sends backups:

    [
              {
                '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'
              }
    ]

    Could be the Information in the ref-line the Problem and can i change the value ?
    Is there something else i can try ?

    Thanks in advance,

    thowi99
Children
No Data