03-14-2023 01:33 AM
Hello,
Can you please tell where can I find logs for SMTP Call-Ahead?
Thanks
Solved! Go to Solution.
04-28-2023 09:19 PM
SMTP Call-ahead is not a separate log or subscription thats available. By default mail logs will generate lines when SMTP call ahead fails, however if you would like more detailed information, you can change the logging level of mail_logs to debug and whenever ESA initiates a SMTP call ahead request, information will be logged.
Though I would recommend not to keep the logging level at debug all the time.
04-13-2023 12:45 AM
Hi llomjaria ,
To view the SMTP Call Ahead logs on your ESA, you can follow these steps:
1. Log in to your ESA using SSH or console access.
2. Enter the following command to enable the SMTP Call Ahead logs:
esa(config)# logging mail call-ahead`
3. Enter the following command to view the logs:
esa# show logging mail call-ahead`
This will display the SMTP Call Ahead logs on your ESA. If you want to save the logs to a file, you can use the following command:
esa# show logging mail call-ahead > call-ahead.log`
This will save the logs to a file named "call-ahead.log" in the root directory of your ESA. I hope this will help you .
Thanks ,
G.Srinivasan
04-13-2023 01:00 AM
Hi G.Srinivasan,
Thanks for the reply!
When I log in into ESA using SSH I do not have "esa(config)#" this prompt and the command is rejected: Unknown command or missing feature key: logging
04-28-2023 09:19 PM
SMTP Call-ahead is not a separate log or subscription thats available. By default mail logs will generate lines when SMTP call ahead fails, however if you would like more detailed information, you can change the logging level of mail_logs to debug and whenever ESA initiates a SMTP call ahead request, information will be logged.
Though I would recommend not to keep the logging level at debug all the time.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide