Hi All,
Do you know where is the SMTP real time log save in?
Is it record in awarrensmtp.log?
Thanks for your help.
Murphy
This thread was automatically locked due to age.
Hi Murphy,
Yes, the real-time logs are captured in the awarrensmtp.log file.
Execute the following command in advance shell:
1. To capture live logs:
cd /log
tail -f awarrensmtp.log
2. To check the status of Awarrensmtp service:
Thanks