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

No (sys)log entries for failed mail delivery

Hello everybody,

i recently deployed a Sophos XG Firewall SFV4C6 (SFOS 18.0.0 GA-Build354.HF051220.1). I have configured a Syslog-server which should receive anything possible under the sun (everything checked under "Log settings", Severity level "Debug" - at least temporary).

The Syslog server receives a lot of information but not the crucial information we are looking for: A mail that can't be delivered.
I see the log entry where the XG Firewall accepts the mail and the one which states it has been successfully delivered. But if the XG Firewall can't deliver the mail there is no log entry on the Syslog server and no log entry on the XG Firewalls own Log viewer:

 

 If i check the Mail logs i can see an appropriate log entry:

Is it possible to have a log entry for mails that couldn't be delivered?

Kind regards,

Marco

 

/edit: grammar



This thread was automatically locked due to age.
Parents
  • For those curious:

    As a workaround until this feature is implemented we have a Windows server task copy the smtpd_main.log to a local share every day using pscp. There our logging-software can import the file and generate a report on the mails which failed to send.

    Copyscript:

    C:\scripts\GetSMTPLogs\bin\pscp.exe -pw password -scp admin@IPofSophosXGFirewall:/log/smtpd_main.log C:\scripts\GetSMTPLogs\Logs\smtpd_main.log

    The password will be saved in cleartext though.

Reply
  • For those curious:

    As a workaround until this feature is implemented we have a Windows server task copy the smtpd_main.log to a local share every day using pscp. There our logging-software can import the file and generate a report on the mails which failed to send.

    Copyscript:

    C:\scripts\GetSMTPLogs\bin\pscp.exe -pw password -scp admin@IPofSophosXGFirewall:/log/smtpd_main.log C:\scripts\GetSMTPLogs\Logs\smtpd_main.log

    The password will be saved in cleartext though.

Children
No Data