Important note about SSL VPN compatibility for 20.0 MR1 with EoL SFOS versions and UTM9 OS. Learn more in the release notes.

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

enable/disable MTA SMTP debug at XG 18.5.2

Hi,

i found some information on enabling smtpd debuging.

I want to know the command to enable debuging and disabling debuing for a XG 18.5.2 running in MTA mode.
I have one mail receipient, where we can´t send any mails and i want to get more debug logs.

I think this is correct to enable debug mode

service smtpd:debug -d -s nosync

But how do i disable debug mode if i am finished?
There is no documentation, how to disable debug.

Thanks

Jürgen



This thread was automatically locked due to age.
  • Hi : Once you finish the troubleshoot, the same command syntax will be used to revert the service to normal mode. After using the same command you may validate status via below:

    When service is in debug:

    SFVUNL_SO01_SFOS 18.5.2 MR-2-Build380# service -S | grep smtpd
    smtpd RUNNING,DEBUG
    SFVUNL_SO01_SFOS 18.5.2 MR-2-Build380#

    After reverting service back to normal mode via the same command:

    SFVUNL_SO01_SFOS 18.5.2 MR-2-Build380# service -S | grep smtpd
    smtpd RUNNING
    SFVUNL_SO01_SFOS 18.5.2 MR-2-Build380#

    Regards,

    Vishal Ranpariya
    Technical Account Manager | Sophos Technical Support

    Sophos Support Videos | Knowledge Base  |  @SophosSupport | Sign up for SMS Alerts |
    If a post solves your question use the 'Verify Answer' link.