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
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
Hi Sachingurung,
Does service awarrensmtp:debug –d –s nosync work for the latest release of XG?
i keep getting :
SFVH_SO01_SFOS 16.01.1# service awarrensmtp:debug –s nosync
service: please specify -s option
:-)
Hi,
Try this, service awarrensmtp:debug -ds nosync
Thanks
it works thanks :-)
But I cannot see any SMTP live traffic in here when I tail?
Can you advise with that?
Twister5800,
you can find SMTP logs using the command line by connecting to XG using SSH and then option 5 > 3.
Logs are inside /var/tslog folder.
tail -f /log/awarrensmtp.log for Legacy mode
tail -f /log/awarrenmta.log for MTA mode
Thanks