Relay logging

Certain things are allowed to relay through our Domino SMTP server.
Copier/printer/scanners for example.
Is it logged somewhere when this occurs? We’ve installed a new application. I’ve ensured the necessary address is allowed to relay.
I’m not seeing anything in console.log and log.nsf.
I’ve ensured that the existing scanner is still working fine. Although I can’t see any log entries for it either.

Subject: Re; Relay logging

Hello Rob!

These type of information is logged on both LOG.NSF and CONSOLE.LOG.

Maybe, you should increase the level of Debug logs.
On TN below there is additional information:

Title: Mail Routing Debug, what to use, when to use it.
Doc #: 1676055
URL: http://www.ibm.com/support/docview.wss?uid=swg21676055 http://www.ibm.com/support/docview.wss?uid=swg21676055

Best Regards!
Rodrigo

Subject: SMTPDebugIO=1

I found just what I needed with

set config SMTPDebugIO=1

Subject: SMTPDebug=1

SMTPDebug=1 may provide the information you are seeking without excessive logging. It is related to the SMTP Listener task recording INBOUND SMTP protocol conversations. This parameter has values from 1-4, from minimal to verbose logging.